Our old system contained JbossAS4 and several different client applications. As we are building new system, we migrated to Jboss 5.0.1 but we must maintain backward compatibility with old client appli
On JBoss 5.1.0, when I have an EJB3 stateless session bean exposed as a web service using the @WebService annotation in a jar it gets deployed successfully to the following url:
Our database drivers are usually copied under <jboss.home>\\common\\lib folder in JBoss 5.1 and this is qui开发者_Go百科te annoying since if you have to upgrade the driver you will have to re-st
I have a project in JSF 1.2 and ICEfaces 1.8. I have started the upgrade process to JSF 2.0 and ICEfaces 2.0 based on this tutorial
I come from a .NET background where I can easily debug a web application by adding a breakpoint and building/running the application.
I am working on setting up a JBoss app server on my dev platform (Ubuntu 10.04 server with JBoss 5.1) for my coldfusion apps and can\'t seem to find the resources I am looking for for setting up the v
I am using Jboss5.1x I have configured jboss-log4j.xml so I will have a seperate log file for my application on jboss(with the name \"ecms.log\").
The system property java.endorsed.dirs specifies one or more directories that the Java runtime environment will search for such JAR files.
When I send a http request to JBoss 5.1.0 GA by form post method and I print the all parameter names and request content-length in console, sometimes request parameter names and content-length match e
HI, I am deploying an EAR file into my JBOSS 5.1. I want to be able to access the EAR application name which is stored in the deployment file \"application.xml\" under \'display-name\'.