JBoss Version: 4.2.3GA. This works in apache tomcat 6.0. In JBoss, I had to add the following setting: -Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=false to get the forward to work, but now when I
I was trying to implement web services using the jboss. I had written server side files and tried to generate the wsdl file by placing the files in deploy folder. On running the JBoss(4.2.2GA),wsdl is
I was working on JBoss and had included some jars recently(jbossws-core.jar,jbossws-common.jar,jbossws-spi.jar) in jbossws folder of deploy.sar. It was working fine for sometime and then suddenly stat
I am trying to deploy a web application using hibernate to Jboss 4.3.2.GA but I am receiving following error.
I want to fix this issue, I actually don\'t have a clear Idea of what is happening when my application runs over a CentOs environment and after some days I start getting the following exceptions:
I developed a simple demo web application using JSF2.0 and hibernate. This webapp use IBM FileNet 4.5.1 to store and retrieve the uploaded files.
Fyi, I am using Maven and Eclipse 3.6 Is it possible to deploy \"felix\" to JBoss (4.2.3) - such that I could access the Gogo shell from my Eclipse console?
I\'m having a problem with the following setup: A Java application send email msg to a JMS queue, then an MDB listening to the queue get the email msg with the onMessage method, it open a connection
I deploy a web archive and that war references a jar file that conflicts with those in $JBOSS_HOME/server/default/lib. I can go and remove the offending jars manually, but I\'d prefer a solution that
How can I get the current HttpServletResponse in JBoss 4.2.3.GA login module? For HttpServletRequest I can do: