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 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 Swing components (but not all), opening 
the class in NetBeans (which pulls up the Design View) results in 
NetBeans 12 giving the following exception and preventing me from 
using the Design View to edit the component.


Error in loading component: “No such property exists in the component”

org.netbeans.modules.form.PersistenceException: unknown binding property

GandalfPersistenceManager.loadBindingProperties line 2589

I have made sure that all projects have been opened and compiled, but 
the problem persists. I haven’t had any luck finding references to 
this error elsewhere.


Suggestions?

Thanks!

Craig




-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 Swing components (but not all), opening the class 
in NetBeans (which pulls up the Design View) results in NetBeans 12 giving the 
following exception and preventing me from using the Design View to edit the 
component.

Error in loading component: "No such property exists in the component"
org.netbeans.modules.form.PersistenceException: unknown binding property
GandalfPersistenceManager.loadBindingProperties line 2589

I have made sure that all projects have been opened and compiled, but the 
problem persists. I haven't had any luck finding references to this error 
elsewhere.

Suggestions?

Thanks!
Craig


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 know what was
supposed to be in faces-config so I did New -> JSF Faces Configuration
from the project's context menu. Previous faces-config was for JSF 2.3.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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
https://www.apress.com/us/search?query=Juneau

> On Oct 2, 2022, at 12:58 PM, Eric Bresie  wrote:
> 
> 
> 
> 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) 
> https://stackoverflow.com/questions/7583038/what-is-the-use-of-faces-config-xml-in-jsf-2
> 
> Get Outlook for iOS
> From: Glenn Holmer 
> Sent: Sunday, October 2, 2022 12:35:54 PM
> To: users@netbeans.apache.org 
> Subject: creating faces-config.xml
>  
> I created a new faces-config.xml from the NetBeans context menu for my
> web app, but it contained this:
> 
> "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
>"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 the aftermath -- and Cenbe."
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
> 
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> 
> -- 
> Eric Bresie
> ebre...@gmail.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 with asadmin in a terminal. Is there a way to start it 
from NetBeans?


Best regards,

Richard

Le 02/10/2022 à 19:36, Josh Juneau a écrit :

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:


https://mvnrepository.com/artifact/io.github.juneau001

Also, you should be able to manually create a Jakarta EE 10 
application within NetBeans...just do not select a server to deploy to 
for now.  Since Jakarta EE 10 is not yet supported by NetBeans, it 
will not allow you to deploy to any of the registered servers. 
 However, you should still be able to develop a Jakarta EE 10 app and 
deploy to a compliant server.


I'm also hoping to find some time to repair a few more issues with 
Jakarta EE for NetBeans 16, so stay tuned!


Thanks

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau

On Oct 2, 2022, at 2:42 AM, Richard Grin 
 wrote:




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"  displays "Your IDE is up to date".


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?


Best regards,

Richard

Le 02/10/2022 à 07:23, Josh Juneau a écrit :

Hi Glenn,

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

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau

On Oct 1, 2022, at 3:07 PM, Glenn Holmer 
 wrote:


I haven't done much EE programming since I retired, but want to update
an app I wrote to the latest Jakara EE.

Is that supported in NetBeans 15? Because I had trouble registering the
server in NetBeans. It's installed (payara-6.2022.1.Alpha4.zip), and I
can get the pages on 8080 and 4848, but here's what happens when I try
to register Payara:

0) I select a location (/opt/payara6)
1) I get "Detected a 6.2022.1 install. Click Next to register remote or
custom local domains." ("Local Domain" is selected, "Download 
Now..." is

greyed out)
2) I click Next, but nothing happens except that the "Click Next"
message disappears. "Finish" is greyed out.

What am I doing wrong? I'm running on openjdk 17.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


--
Richard Grin


--
Richard Grin


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)
https://stackoverflow.com/questions/7583038/what-is-the-use-of-faces-config-xml-in-jsf-2

Get Outlook for iOS 
--
*From:* Glenn Holmer 
*Sent:* Sunday, October 2, 2022 12:35:54 PM
*To:* users@netbeans.apache.org 
*Subject:* creating faces-config.xml

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 the aftermath -- and Cenbe."


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

-- 
Eric Bresie
ebre...@gmail.com


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:

https://mvnrepository.com/artifact/io.github.juneau001

Also, you should be able to manually create a Jakarta EE 10 application within 
NetBeans...just do not select a server to deploy to for now.  Since Jakarta EE 
10 is not yet supported by NetBeans, it will not allow you to deploy to any of 
the registered servers.  However, you should still be able to develop a Jakarta 
EE 10 app and deploy to a compliant server.

I'm also hoping to find some time to repair a few more issues with Jakarta EE 
for NetBeans 16, so stay tuned!

Thanks

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau

> On Oct 2, 2022, at 2:42 AM, Richard Grin  
> wrote:
> 
> 
> 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"  displays "Your IDE is up to date".
> 
> 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?
> 
> Best regards,
> 
> Richard
> 
> Le 02/10/2022 à 07:23, Josh Juneau a écrit :
>> Hi Glenn,
>> 
>> 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
>> 
>> Josh Juneau
>> juneau...@gmail.com
>> http://jj-blogger.blogspot.com
>> https://www.apress.com/us/search?query=Juneau
>> 
>>> On Oct 1, 2022, at 3:07 PM, Glenn Holmer  
>>> wrote:
>>> 
>>> I haven't done much EE programming since I retired, but want to update
>>> an app I wrote to the latest Jakara EE.
>>> 
>>> Is that supported in NetBeans 15? Because I had trouble registering the
>>> server in NetBeans. It's installed (payara-6.2022.1.Alpha4.zip), and I
>>> can get the pages on 8080 and 4848, but here's what happens when I try
>>> to register Payara:
>>> 
>>> 0) I select a location (/opt/payara6)
>>> 1) I get "Detected a 6.2022.1 install. Click Next to register remote or
>>> custom local domains." ("Local Domain" is selected, "Download Now..." is
>>> greyed out)
>>> 2) I click Next, but nothing happens except that the "Click Next"
>>> message disappears. "Finish" is greyed out.
>>> 
>>> What am I doing wrong? I'm running on openjdk 17.
>>> 
>>> --
>>> Glenn Holmer (Linux registered user #16682)
>>> "After the vintage season came the aftermath -- and Cenbe."
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
>>> For additional commands, e-mail: users-h...@netbeans.apache.org
>>> 
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>> 
> -- 
> Richard Grin


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 the aftermath -- and Cenbe."


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 enough!
I'll update it to Payara 5/Jakarta 9.1 instead.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 here -
https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule

First 16-rc1 should be available within a few days of freeze.

Freeze is currently scheduled for Oct ~15th, although that's a
Saturday so probably some time the week of Oct 17th.

Best wishes,

Neil

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 confusion.

On Sun, Oct 2, 2022 at 12:51 AM Eric Bresie  wrote:
>
> Not sure but content looks like older stuff (if I was to guess 2006ish 
> period) for community purposes.  It mentions how
>
> https://netbeans.info/sitemap.html
>
> It looks Netbeans 6 details
> https://netbeans.info/community/news.html
>
> Seems to have had its domain updated earlier this year so assume someone is 
> still managing it in some way.
>
> https://www.whois.com/whois/netbeans.info
>
> Eric Bresie
> ebre...@gmail.com
>
> On October 1, 2022 at 3:25:49 PM CDT, Glenn Holmer 
>  wrote:
> What the heck is this?
>
> https://netbeans.info/
>
> --
> Glenn Holmer (Linux registered user #16682)
> "After the vintage season came the aftermath -- and Cenbe."
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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"  displays "Your IDE is up to date".


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?


Best regards,

Richard

Le 02/10/2022 à 07:23, Josh Juneau a écrit :

Hi Glenn,

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

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau

On Oct 1, 2022, at 3:07 PM, Glenn Holmer 
 wrote:


I haven't done much EE programming since I retired, but want to update
an app I wrote to the latest Jakara EE.

Is that supported in NetBeans 15? Because I had trouble registering the
server in NetBeans. It's installed (payara-6.2022.1.Alpha4.zip), and I
can get the pages on 8080 and 4848, but here's what happens when I try
to register Payara:

0) I select a location (/opt/payara6)
1) I get "Detected a 6.2022.1 install. Click Next to register remote or
custom local domains." ("Local Domain" is selected, "Download Now..." is
greyed out)
2) I click Next, but nothing happens except that the "Click Next"
message disappears. "Finish" is greyed out.

What am I doing wrong? I'm running on openjdk 17.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


--
Richard Grin