Sorry , here is the application.xml <?xml version="1.0" encoding="UTF-8"?> | <application xmlns="http://java.sun.com/xml/ns/javaee" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" | version="5"> | | <display-name>Application</display-name> | | <module> | <web> | <web-uri>Application.war</web-uri> | <context-root>/Application</context-root> | </web> | </module> | | <module> | <ejb>Application.jar</ejb> | </module> | | <!-- Seam and EL --> | | <module> | <ejb>jboss-seam.jar</ejb> | </module> | </application> |
JBoss is finding the classes in the jar file OK, the problem is that the WEB-INF/classes directory is also being scanned , I would like to stop that happening, if that is possible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166329#4166329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166329 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
