Hi everyone, Indeed I believe that the server plugin needs to support Jakarta EE 8 in order to make it show up in the listing for deployment with that server. The workaround for now is to create a project for Jakarta EE 8 without a target server in-place, and then assign the server to the project after creation.
Thanks Josh Juneau [email protected] http://jj-blogger.blogspot.com https://www.apress.com/us/search?query=Juneau <https://www.apress.com/index.php/author/author/view/id/1866> On Mon, Sep 21, 2020 at 11:22 AM Laszlo Kishalmi <[email protected]> wrote: > The server plugin needs to support that. AFAIK it is only Glassfish 5.1 > which reports that compatibility correctly. > > > On 9/21/20 3:09 AM, Richard Grin wrote: > > Thanks for you work, Josh. > > > > There is still this little problem with NetBeans 12.1. When do you > > plan to fix it? > > > > I'm preparing a course on Jakarta EE for beginners. I use NetBeans (I > > think it is the best IDE for a course) and it's a little bit > > embarrassing. > > > > Richard > > > > Le 25/07/2020 à 17:48, Josh Juneau a écrit : > >> Thank Glenn, glad to hear that works. I'll work on getting Jakarta EE > >> 8-compatible servers working properly within the IDE. > >> > >> > >> Josh Juneau > >> [email protected] > >> http://jj-blogger.blogspot.com > >> https://www.apress.com/us/search?query=Juneau > >> <https://www.apress.com/index.php/author/author/view/id/1866> > >> > >> > >> > >> On Fri, Jul 24, 2020 at 12:18 PM Glenn Holmer > >> <[email protected]> > >> wrote: > >> > >>> On 7/23/20 8:27 PM, Josh Juneau wrote: > >>>> Thanks for the feedback. There is an issue right now when you have a > >>>> server pre-selected, I believe, and I'll have to fix that. You > >>>> should be > >>>> able to create a New Maven Web Application with the Jakarta EE 8 > >>>> option > >>> if > >>>> you select no server for now. > >>> Yes, thanks, that works. I can create a new Jakarta EE 8 project > >>> with no > >>> server selected, then change it to Payara (Project Properties/Run) > >>> after > >>> opening the project. > >>> > >>>> On Thu, Jul 23, 2020 at 6:12 PM Glenn Holmer > >>>> <[email protected] > >>>> > >>>> wrote: > >>>> > >>>>> On 7/23/20 9:25 AM, Josh Juneau wrote: > >>>>>> It should be working with GlassFish 5.1.0. However, I just > >>>>>> tested and > >>>>>> Jakarta EE 8 is not showing up with GlassFish 5.1.0. I will need to > >>>>> debug > >>>>>> and repair that issue. > >>>>> I'm having trouble with this as well. I've got the latest Payara > >>>>> (5.2020.3, released 07/20) registered in NetBeans (can see apps, JDBC > >>>>> pools, &c.) but in the "New Web Application" dialog, step 3 > >>>>> (Settings), > >>>>> with "Payara Server" selected, I see "Java EE 8 Web" but not > >>>>> Jakarta EE > >>>>> 8 (under "Java EE Version"). > >>> -- > >>> Glenn Holmer (Linux registered user #16682) > >>> "After the vintage season came the aftermath -- and Cenbe." > >>> > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [email protected] > >>> For additional commands, e-mail: [email protected] > >>> > >>> For further information about the NetBeans mailing lists, visit: > >>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > For further information about the NetBeans mailing lists, visit: > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >
