The application.xml tag has no wiki summary.
2
votes
1answer
135 views
Maven doesn't recognize EJB as dependency of project when trying to define module
Today I upgraded my local Glassfish server to 3.1.1 in preparation for my company's upgrading of the servers to the same version. I am attempting to convert my web service project to play nice with ...
1
vote
2answers
400 views
JBoss ignoring context path in application.xml when using @WebService and @Stateless in war file
I have an ear file that consists of a war file together with a number of jar files. The application.xml with the following contents:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ...
0
votes
0answers
33 views
Jar file path in application.xml incorrect - Maven 1.0 & JBoss 4.0
I'm using Maven 1.0 to generate the ear and deploy it in JBoss 4.0.
The issue I'm facing is, the java module entries in ear/META-INF/application.xml are incorrect. I have placed all jars inside a ...
0
votes
2answers
1k views
application.xml for Jboss 6
Can we package ear for jboss 6 ? What will be application.xml uri ??
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://java.sun.com/xml/ns/javaee"
...
0
votes
0answers
320 views
Weblogic appc cannot find class in EAR “lib” directory
I am running weblogic.appc on my EAR file and get the following error:
weblogic.ejb.container.deployer.DeploymentDescriptorException: [EJB:015025]Unable to load a class specified in your ...