Re: Netbeans 11.3 enterprise application

2021-08-09 Thread Pieter van den Hombergh
I have build with maven, so independent of an IDE. I needed to change the package format of the ejb module to jar, Then building in the order ejb, web, top project and ear did result in an war file, which should be loadable in a web container like payara. steps I did (after the edit) cd .../mypro

Re: Netbeans 11.3 enterprise application

2021-08-09 Thread Laszlo Kishalmi
Even Maven provides a pretty bad support for EAR-s. Go for WAR... On 8/7/21 12:02 PM, José Contreras wrote: I just tested this on master and got the same error when trying to build the EAR. The problem is that the pom files are badly created, to solve this you will have to rectify the pom files