Re: Design View throwing exception with NetBeans 12

2022-10-02 Thread Ernie Rael
Could it have something to do with this? https://github.com/emilianbold/nb-apache-form-binding -ernie On 10/2/22 3:19 PM, Craig A Garrett wrote: Hi, I have a NetBeans Platform-based application, originally built in NetBeans 8.2, and migrated to NetBeans 12 and OpenJDK 11 and using Maven

Design View throwing exception with NetBeans 12

2022-10-02 Thread Craig A Garrett
Hi, I have a NetBeans Platform-based application, originally built in NetBeans 8.2, and migrated to NetBeans 12 and OpenJDK 11 and using Maven for dependencies and building. We do have some components that use BeansBinding, and I've installed a beansbinding NBM. Here's the problem: on some

Re: creating faces-config.xml

2022-10-02 Thread Glenn Holmer
On 10/2/22 15:22, Josh Juneau wrote: > Using Jakarta EE 8 or Jakarta EE 9/9.1 should provide a current > faces-config…at least when producing a new project.  We will have to > look into the generation of the faces-config for older projects. I was updating an existing app to Jakarta 9.1. Didn't

Re: creating faces-config.xml

2022-10-02 Thread Josh Juneau
Hi Eric and Glenn, Using Jakarta EE 8 or Jakarta EE 9/9.1 should provide a current faces-config…at least when producing a new project. We will have to look into the generation of the faces-config for older projects. Thanks Josh Juneau juneau...@gmail.com http://jj-blogger.blogspot.com

Re: registering latest Payara

2022-10-02 Thread Richard Grin
Hi Josh, So, thanks to Jose Contreras and Gaurav Gupta too :-). I have just tried your archetype webapp-jarkata91 to test with Jakarta EE 9.1 (at least to replace javax by jakarta, preparing for Jakarta EE10). It worked but I couldn't start GlassFish 6.2.5 from NetBeans and I had to start it

Re: creating faces-config.xml

2022-10-02 Thread Eric Bresie
I suspect that is the JSF 1 flavor which may not have been updated with the JSF 2 Flavor (2) and beyond (1) and may not fully be needed in more modern usage (3) References (1) https://jakarta.ee/specifications/faces/ (2) https://en.m.wikipedia.org/wiki/Jakarta_Server_Faces (3)

Re: registering latest Payara

2022-10-02 Thread Josh Juneau
Hi Richard, Thanks for the kind words, but all of these latest changes for Jakarta EE were from Jose Contreras and Gaurav Gupta! I've just created and submitted a Jakarta EE 10 Maven archetype (JDK11 and full profile). It should become available at the following URL within the next few days:

creating faces-config.xml

2022-10-02 Thread Glenn Holmer
I created a new faces-config.xml from the NetBeans context menu for my web app, but it contained this: http://java.sun.com/dtd/web-facesconfig_1_1.dtd;> Is this something that's just gotten overlooked over the years? -- Glenn Holmer (Linux registered user #16682) "After the vintage season came

Re: registering latest Payara

2022-10-02 Thread Glenn Holmer
On 10/2/22 00:23, Josh Juneau wrote: > Yes, Michael is correct that there are PRs coming for Jakarta EE 10 and > Payara 6 in NetBeans 16.  You should be able to run Payara 5, GlassFish > 6 along with Jakarta EE 9.1 in NetBeans 15. Thanks for the answers. Latest bleeding edge not supported, fair

Re: registering latest Payara

2022-10-02 Thread Neil C Smith
On Sun, 2 Oct 2022 at 08:42, Richard Grin wrote: > I am teaching a course on Jakarta EE in November and I would like to use > Jakarta EE 10. When do you think it will be possible to get the (pre-release) > version of NetBeans 16 that will contain the PRs for Jakarta EE 10? Release schedule is

Re: netbeans.info

2022-10-02 Thread Lars Bruun-Hansen
Hosted with AWS. Seems to be a static website hosted on Amazon S3 bucket. It looks like a snapshot of an official NetBeans site anno . Also: Seems to be a person with an MacOS affiliation as the download link only links to a MacOS dmg. I hope the owner will kill it as it certainly may cause

Re: registering latest Payara

2022-10-02 Thread Richard Grin
Hi Josh, Thanks for your work for NetBeans. It seems that bug #4605 has been fixed ("Impossible to create a Maven Web application for Jakarta EE 9.1" ; bug #4532). How can I get the new version of the Maven achetype to create a Jakarta EE 9.1 project? NetBeans 15 "Check for Updates"