The app is packaged as SIPSEnterprise.ear: | META-INF/ | META-INF/MANIFEST.MF | APP-INF/ | APP-INF/lib/ | APP-INF/lib/SIPS.jar | APP-INF/lib/jboss-j2ee.jar | APP-INF/lib/jbossall-client.jar | SIPSEntities.jar | SIPSJSF.war | META-INF/application.xml | SIPSEntities.jar contains ejbs and has the following structure:
| META-INF/ | META-INF/MANIFEST.MF | com/ | com/rev/ | com/rev/sips/ | com/rev/sips/ejb/ | com/rev/sips/ejb/QuestionFacade.class | com/rev/sips/ejb/QuestionFacadeBean.class | com/rev/sips/ejb/QuestionFacadeHome.class | com/rev/sips/ejb/QuestionFacadeLocal.class | com/rev/sips/ejb/QuestionFacadeLocalHome.class | com/rev/sips/ejb/QuestionFacadeSession.class | com/rev/sips/ejb/QuestionFacadeUtil.class | META-INF/ejb-jar.xml | META-INF/jboss.xml | SIPS.jar | and here is application.xml: | <?xml version="1.0" encoding="UTF-8"?> | <application id="Application_ID" version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee" 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> | SIPSEnterprise</display-name> | <module id="myeclipse.1160885910156"> | <web> | <web-uri>SIPSJSF.war</web-uri> | <context-root>/SIPSJSF</context-root> | </web> | </module> | <module id="EjbModule_1160889846156"> | <ejb>SIPSEntities.jar</ejb> | | </module> | <module> | <java>APP-INF/lib/SIPS.jar</java> | </module> | | </application> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981557#3981557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981557 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
