Re: Maven EJB project creates all modules as WAR files

2021-04-22 Thread Will Hartung
On Thu, Apr 22, 2021 at 7:36 AM Wayne Gemmell | Connect < wa...@connect-mobile.co.za> wrote: > Hi Will > > Thanks for the feedback. I've changed my app to be a war. It was > surprisingly easy. What should I watch out for in terms of changes? > I presumy my timer beans will have to be replaced by c

Re: Maven EJB project creates all modules as WAR files

2021-04-22 Thread Wayne Gemmell | Connect
Hi Will Thanks for the feedback. I've changed my app to be a war. It was surprisingly easy. What should I watch out for in terms of changes? I presumy my timer beans will have to be replaced by cron jobs. Is there anything else that may sneak up on me. I'm starting testing at the moment.

Re: Maven EJB project creates all modules as WAR files

2021-04-20 Thread Will Hartung
On Mon, Apr 19, 2021 at 12:55 AM Wayne Gemmell | Connect < wa...@connect-mobile.co.za> wrote: > Is the perception that nobody does Maven EAR's anymore or that nobody uses > EARs? I have a web app that has given me no shortage of issuse with ant. > I'm trying to move it to Maven. If nobody is using

Re: Maven EJB project creates all modules as WAR files

2021-04-19 Thread Wayne Gemmell | Connect
Is the perception that nobody does Maven EAR's anymore or that nobody uses EARs? I have a web app that has given me no shortage of issuse with ant. I'm trying to move it to Maven. If nobody is using maven then I need to move to something else. If nobody is using EAR's anymore then I'm pretty stuck

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Will Hartung
On Fri, Apr 16, 2021 at 5:26 AM Tomáš Procházka wrote: > If there is any specific text in dialog related to this function, you > can try to search it on Github. > That should lead you near related code. > > Tom > It's not that simple. There is an EJB project wizard that takes parameters to disc

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Tomáš Procházka
If there is any specific text in dialog related to this function, you can try to search it on Github. That should lead you near related code. Tom On 16. 04. 21 13:09, Wayne Gemmell | Connect wrote: Thanks. Taking a look at this massive project I have no idea where to start. On Fri, 16 Ap

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Geertjan Wielenga
You start by looking around. Just explore. I.e., here's the enterprise cluster, where you're likely to find the code related to EJB projects: https://github.com/apache/netbeans/tree/master/enterprise Gj On Fri, Apr 16, 2021 at 1:13 PM Wayne Gemmell | Connect < wa...@connect-mobile.co.za> wrote:

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Wayne Gemmell | Connect
Thanks. Taking a look at this massive project I have no idea where to start. On Fri, 16 Apr 2021 at 10:37, Boris Heithecker wrote: > The templates must be updated. I've noticed that myself a year ago or > so. I'll try to find my notes on this around the weekend. > Boris > > On Fri, 16 Apr 20

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Boris Heithecker
The templates must be updated. I've noticed that myself a year ago or so. I'll try to find my notes on this around the weekend. Boris On Fri, 16 Apr 2021 at 10:21, Geertjan Wielenga wrote: > > github.com/apache/netbeans > > Gj > > On Fri, 16 Apr 2021 at 10:19, Wayne Gemmell | Connect > wrote: >

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Geertjan Wielenga
github.com/apache/netbeans Gj On Fri, 16 Apr 2021 at 10:19, Wayne Gemmell | Connect < wa...@connect-mobile.co.za> wrote: > I don't mind having a look. Hopefully it's trivial. It feels to me like a > broken switch or something. > If it's complex then I won't be able to do much. Where is the sourc

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Wayne Gemmell | Connect
I don't mind having a look. Hopefully it's trivial. It feels to me like a broken switch or something. If it's complex then I won't be able to do much. Where is the source code? Regards Wayne On Fri, 16 Apr 2021 at 10:03, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Will you d

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Geertjan Wielenga
Will you dig into the source code and provide the pull requests needed to fix these issues? Gj On Fri, 16 Apr 2021 at 10:01, Wayne Gemmell | Connect < wa...@connect-mobile.co.za> wrote: > Hi > > Sadly there are a few more changes on top of that. Maven plugin names need > to be updated and they h

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Wayne Gemmell | Connect
Hi Sadly there are a few more changes on top of that. Maven plugin names need to be updated and they have their own distinct configurations. Definitely something that should be handled by the IDE or documented effectively. Regards Wayne On Fri, 16 Apr 2021 at 03:23, aristides villarreal wrote

Re: Maven EJB project creates all modules as WAR files

2021-04-15 Thread aristides villarreal
I have mentioned it before, it is a bug when creating ejb projects if you use maven they are created as war. When I mentioned it before a release, I got an unkind response, so I haven't commented on it again. You manually change war to ejbr as appropriate. El jue, 15 de abr. de 2021 a la(s) 14:49,

Maven EJB project creates all modules as WAR files

2021-04-15 Thread Wayne Gemmell | Connect
Hi All Netbeans 12.x is creating maven ear packages with all war files. They say ejb and ear but all the settings are for war packages. I've managed to fix all of my packages. All that is outstanding is that there is no deploy option. I'm not sure if I've missed something. Any idea how to get tha