This content has been marked as final.
Show 2 replies
-
1. Re: EJB project in ear not deployed in Wildfly 11
jaikiran Jan 23, 2019 8:36 AM (in response to nschweig)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 Jan 24, 2019 3:25 AM (in response to jaikiran)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