Guys,
The recent utility jar improvement in J2EE project deployment rocks. It is just what I needed. However, one small issue with EJB modules remains.
I would like the option to JAR my EJB projects instead of deploying them in exploded format when I deploy an exploded J2EE project. With this option I won’t have to modify my web.xml file <ejb-link> values.
Background:
In “exploded-project-mode” WebLogic (and perhaps app servers) throws an exception when I try to use a local EJB from a web project. This is caused by the ejb-link value being set to point at a jar file.
For example:
<ejb-link>myejb.jar#mybean</ejb-link>
Currently I have to remove the .jar from the link definitions to enable access to the beans.
This is not a huge deal, but it would be a handy option. (IMHO, anyways…)
Thanks for considering it,
Brian