- Add EndpointJMS.war and ExpereMDB.jar to ExpereIEServices.ear.
- Application.xml at ExpereIEServices.ear/META-INF/application.xml needs to be updated to include information for EndpointJMS.war and ExpereMDB.jar.
<module id="EjbModule_ExpereMDB.jar">
<ejb>ExpereMDB.jar</ejb>
</module>
<module id="WebModule_EndpointJMS.war">
<web>
<web-uri>EndpointJMS.war</web-uri>
<context-root>JMS</context-root>
</web>
</module>