[jboss-user] [EJB/JBoss] - Simple question about packaging

fla83tn do-not-reply at jboss.com
Sun Jan 6 04:28:55 EST 2008


Hi to all, 
I've a simple question about the packaging of an EAR archive.

Suppose that I have something like:

EAR
 |--ejbjar.jar
 |--war.war
 |--client.war

 why is there the need of writing in the application.xml file descriptor that I have a client that use the classes of the ejbjar module? with

  |  <module>
  |      <java>client.jar</java>
  | </module>
  | 

 I tried to deploy my swing client without declaring it in the application.xml and everything runs well!!
So, why declare it?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117362#4117362

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117362



More information about the jboss-user mailing list