facebook

Option to JAR EJB in J2EE Exploded Deployment

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #221216 Reply

    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

    #221262 Reply

    Riyad Kalla
    Member

    Brian,
    Thank you for the suggestion. I passed it by one of the devs who thought it was a good idea and shouldn’t be too horrible to supoprt since we have some infrastructure in place that we can leverage to implement this. I have file the item and hopefully should make it into a release of ME soon.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Option to JAR EJB in J2EE Exploded Deployment

You must be logged in to post in the forum log in