I have some interesting issue regarding calling EJB 3 stateless deployed on Jboss 5 from Glassfish v3.
I cannot get the settings in my log4j.properties file to take effect. I\'ve already followed the advice in the following forum discussion:
I am trying to change the default port on my jboss server to port 80. i have had a look around the web and i have had suggestions of editing this file jboss5\\server\\default\\deploy\\jbossweb.sar\\s
In JBoss 5.1.0, there is a file called <INSTANCE>/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml which includes some settings for applying an offset to the port numbers. This is use
I am using JBOSS 5.1.0.GA and Hibernate when I try to connect to the database I get the following errors
I am project I will be using following tech. JSF 2.0, Hibernate, Spring, jBPM, JAX-WS so I am confused between chosing server and I am locked between JBoss and GlassFish please suggest me why I should
I\'m trying bring up a hello world MDB in JBOSS 5.1 to see how i can get our messaging application into JBOSS 5.1 Messaging. The simple hellow world MDB gives me a wired issue. The MDB deployed fine a
I\'m trying to get a scheduler working in JBoss as 5. So far, I\'ve created my own MBean (it works) and I开发者_高级运维 created my scheduler like this:
I\'m trying to integrate Hibernate Search into one of the projects I\'m currently working on. The first step in such an endeavour is fairly simply - index all the existing entities with Hibernate Sear
I am trying to run the jboss server (5.1.0) in clustered mode. I am having two nodes in the same host. When i access the two nodes as separate URLs it works well.