facebook

EJB project not copied during deploy of exploded EAR

💡
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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #241184 Reply

    Chris Nelson
    Member

    I create a small test EJB project. I am able to deploy it to JBoss and it copies it over to where it needs to be, hot sync appears to work, everything is fine. When I then take that same EJB project and add it as a module to an EAR project and redeploy it completely ignores the EJB project. It tells me it has successfully deployed, but when I go look in the .ear directory there is no directory for the EJB, and when I start JBoss it dies because it cannot find the nonexistent EJB directory. Any ideas what I or MyEclipse is doing wrong?

    #241194

    Scott Anderson
    Participant

    The issue might be that the EJB project has already been deployed separately. Try undeploying the EJB project before you try to deploy it as part of the EAR. Also, I’d suggest you reverify the settings of the Enterprise project to ensure that the EJB project is properly refereneced. That’s detailed in the Enterprise Application Project quickstart in the Documentation Section.

    #241199

    Chris Nelson
    Member

    I undeployed the EJB project and yes, it is in fact included in the EAR project as specified. Yes, I did read the documentation before posting here.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: EJB project not copied during deploy of exploded EAR

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