jboss5.x
JbossAS 5.0.1 / jbossall-client 4.0.4 backward compatibility
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[详细]
2023-02-24 09:11 分类:问答JBoss stateless session bean as web service url
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:[详细]
2023-02-20 02:01 分类:问答How to handle a ear deployment which copies files under the application servers bootstrap folder
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[详细]
2023-02-17 20:18 分类:问答Upgrade project to ICEfaces 2.0
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[详细]
2023-02-17 11:10 分类:问答How to debug JBOSS application in netbeans?
I come from a .NET background where I can easily debug a web application by adding a breakpoint and building/running the application.[详细]
2023-02-17 04:48 分类:问答Setting up Virtual Hosts in JBoss
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[详细]
2023-02-16 22:24 分类:问答Avoid server.log debug lines in Jboss
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\").[详细]
2023-02-15 17:54 分类:问答Why JBoss does not allow to use multiple endorsed directories?
The system property java.endorsed.dirs specifies one or more directories that the Java runtime environment will search for such JAR files.[详细]
2023-02-14 21:18 分类:问答For incoming http request the content-length > 0 but request.getParameterNames is no data
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[详细]
2023-02-13 17:18 分类:问答How to access deploy information of my EAR
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\'.[详细]
2023-02-13 09:02 分类:问答