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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...