Can't I define a module-name in the ejb-jar.xml? If so, than the answers starting with
should be adjusted to something more appropriate, because as I understand it I can have anyname.jar but if I define <module-name> in ejb-jar.xml to "OrderProcessing" it will still be reachable from java:global/OrderProcessing namespace, right?Name of the jar file must be OrderProcessing.jar
The question asks for enterprise application with multiple modules and there is no word about *.war packaging, so I assume that we're talking about standalone or EAR EJB-JAR packaging.
Cheers!