[jboss-user] [EJB 3.0] - Re: EAR deploy fails in JBoss 4.2

ALRubinger do-not-reply at jboss.com
Wed Feb 20 06:26:34 EST 2008


Should look like:

<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <application xmlns="http://java.sun.com/xml/ns/j2ee" version="1.4"
  | 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  | 	xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
  | 
  | 	<display-name>Foo</display-name>
  | 
  | 	<!-- Libraries -->
  | 	<module>
  | 		<java>foo.jar</java>
  | 	</module>
  | ....
  | 
  | </application>

In the example above, "foo.jar" is in the root of the EAR.  If you want it in the "lib" directory, put "lib/foo.jar".

S,
ALR

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

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



More information about the jboss-user mailing list