facebook

EJB Deployment Issus

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #242874 Reply

    imechura
    Member

    Hi,

    I am having a problem with deployment. Perhaps someone can help.

    I have several EAR projects that all contain WAR and EJB Projects.

    For example:

    EAR1/
    WAR1/
    EJB1/

    EAR2/
    WAR2/
    EJB2/

    EAR3/
    WAR3/
    EJB3/

    I need EAR3 to contain a JAR export of the classes in EJB1 and EJB2 so they will be available to WAR3.

    How can I configure my eclipse to include the EJBX.jar files dynamically? So far I can make it work if I manual include the EJBX.jar files into the deployment directory but I do not think that is an option for my development team.

    Thanks,
    Ian

    #242879

    Riyad Kalla
    Member

    Ian,

    I believe you might want to look into our EAR guide here: http://www.myeclipseide.com/images/tutorials/quickstarts/earprojects/

    It should cover dependencies and deployments for your setup. Also as long as the EJBs are modules of the same EAR, the WARs have access to them.

    #242886

    imechura
    Member

    @support-rkalla wrote:

    Ian,

    I believe you might want to look into our EAR guide here: http://www.myeclipseide.com/images/tutorials/quickstarts/earprojects/

    It should cover dependencies and deployments for your setup. Also as long as the EJBs are modules of the same EAR, the WARs have access to them.

    The EJBs are not modules of the same EAR I need an EJB.jar from EAR1 to be packaged into EAR2 as a utility jar.

    Thanks,
    Ian

    #242891

    Riyad Kalla
    Member

    That is not supported by MYEclispe, if you need that you will need to do it manually.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: EJB Deployment Issus

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