Hello,
After upgrading to JBoss AS 5.1, running JRE 1.6_17, CentOS 5 Linux, the JRE process runs out of memory after about 8 hours (hits 3G max on a 32-bit system). This happens on both servers in the cluster under moderate load. Java heap usage settles down, but the overall JVM footprint just continues to grow. Thread count is v...
Jboss 4.0.4 GA
Apache 2.2
...
I would like to create java client project to connect to JBossMQ server by use JNP Protocal.
but It have error "org.jboss.jms.exception.MessagingNetworkFailureException
" when it start to create connection.
Could you help me by give any suggestion or guide me to any resource? I think it has some point I'm missing but I can't recognize....
Hi.
We have a jboss server with multiple containers in it. Container1 deploying war1 and container2 deploying war2.
We use the command
$JBOSS_HOME/bin/shutdown.sh -S -s
Does this command restarts all the containers; or there is a ip-port config to trigger restart/shutdown for specific containers?
Is there even an option to restart ...
Hi all,
I have deployed the JBoss cahce service to my JBoss AS which is running remotely in a completely separate VM. I am now struggling to access the cache deployed to the AS. Does anybody have any suggestions?
Thanks In Advance
...
I have a simple JAXWS webservice deployed in JBoss. It runs fine with a java client but I'm trying to connect using a Silverlight 3.0 application. I've changed the webservice to use Soap 1.1:
@BindingType(value = "http://schemas.xmlsoap.org/wsdl/soap/http")
public class UserSessionBean implements UserSessionRemote {
...
}
I'm using...
I get this message :
javax.xml.parsers.FactoryConfigurationError:
Provider
org.apache.xerces.jaxp.DocumentBuilderFactoryImp
but i can't seem to solve the problem. I have googled, but can't find any good solutions.
Does anyone have an idea of what could be wrong?
And maybe how to solve it :)
...
We would like to serve some client requests within our J2EE application server (JBoss 4.2.3). I read that the J2EE spec doesn't allow opening a socket from an enterprise bean. But the spec suggests no alternatives.
Specifically, enterprise beans should not:
listen on, accept connections on, or multicast from a network socket...
I've started to write some new JBoss timed service that was meant to use some existing seam components. But it seems that I can't access these components because of non-existing contexts. Is it possible to use them other than in the typical situation with JSF?
A little snippet to demonstrate what I want to do...
@Service
public class M...
Which version of JBoss AS supports JEE6 (sepcially JSF2.0)?
...
I would like to use the JBoss web-console to view bean statistics. I read in a book ("JBoss: A Developer's Notebook") that bean invocation statistics are visible when drilling down through web-console's tree. There's even a tantalizing screenshot of individual bean data showing "the total number of invocations processed is recorded, al...
While running the application i do not able to set the jndi.properties and log4j.properties
Actually i have to se the following properities but I do not know where to write these code in a file or somewhere else. If in file what will be the file extension and file name and where to keep it in application.
jndi.properties:
java.naming....
I am using JBoss 4.2.
Long stack traces are useless to me most of the time. Is there a way to only show the error message? Can stack traces be disabled or trimmed for normal java programs also?
...
Exception during request processing:
Caused by javax.servlet.ServletException with message: "#{registration.register}: javax.ejb.EJBTransactionRolledbackException"
javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
org.apache.cat...
I am working on a project that consists of several ESB Applications deployed on a JBoss Application Server.
Each ESB Application processes messages (validate, enrich...) through several actions (they extend AbstractActionLifecycle);
Some of those actions are identical for all applications.
To avoid code duplication I moved all actio...
Hi there, I'm running jboss-4.2.1.GA to generate WS requests.
I have created the WS client with the help of JWSDP-2.0/JAXRPC. I have deployed the client to Jboss and I am now trying to send requests.
When I try to initialise the client service: javax.xml.rpc.Service service = servicefactory.createService(new URL(wsdlURL), serviceQN), J...
We have been provided with a wsdl and xsd schema by a company we are working with via email. The web-services we are interfacing with are accessed through a IPsec tunnel. There are local references(on their end) in the published WSDL which means we cannot consume it.
1st question: Is this a common setup? I thought the point of having a ...
I m new to Jboss I have multilpe web applications each using spring-hibernate and other open source libraries and portlets so basically now each war file includes those jar files. How do I move these jar to common location so that I dont have to put these in each war file. I guess location is server/default/lib. But i am not sure?
Also ...
im new to webservices.i ran a sample webservice(Jboss5.0.1,jdk 6) from java client. i got this warning. but application runs properly.when i searched about this warning i came to know that we dont need to worry about this. but is there any way to hide this from log?
[StatelessBeanContext] EJBTHREE-1337: do not get WebServiceContext pro...
It seems a bug of Seam2.2.0GA or I missed something, here is the senario:
use seam-gen generated the dummy project, change the AuthenticatorBean.java in the hot folder:
add:
@In FacesMessages facesMessages;
public boolean authenticate() {
...
facesMessages.addFromResourceBundle("hello");
}
also change the
*.war/WEB-INF/classes/mes...