2 Replies Latest reply on Jan 24, 2019 3:25 AM by nschweig

    EJB project in ear not deployed in Wildfly 11

    nschweig

      Hello,

      I am trying to migrate my working application from JBoss AS7.11 and Java 7 to Wildfly 11 and Java 8.

       

      I have got an EAR project with an ejbproject.jar and an webproject.war. When I deploy it on wildfly 11 the war is correctly deployed but the ejbproject.jar folder is empty.

       

       

      Thank you for you help,

      best regards, Nicole

        • 1. Re: EJB project in ear not deployed in Wildfly 11
          jaikiran

          When you say the .jar is empty, where exactly are you looking for that jar file? How is it being deployed? Is some IDE involved? Finally, what do the server logs show when the deployment happens?

          • 2. Re: EJB project in ear not deployed in Wildfly 11
            nschweig

            Hi, I looked into standalone/deployments/. The folder myproject.ear was created, containing one folder myproject.war and one folder myejbproject.jar. But the folder myejbproject.jar was empty. It was an eclipse issue. I tried it with another eclipse installation an now it works. Unfortunately I could not find the reason.

            Thank you for you hints!Nicole