Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-08 Thread Ernie Rael
On 23/11/08 2:33 AM, Neil C Smith wrote: On Wed, 8 Nov 2023 at 06:29, Ernie Rael wrote: On 23/11/07 10:05 PM, Stephen Parry wrote: Already tried using latest daily build and now does work with much arm twisting (not sure yet if it needs the xml) . How do I access the RC specifically please?

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-08 Thread Neil C Smith
On Wed, 8 Nov 2023 at 06:29, Ernie Rael wrote: > > On 23/11/07 10:05 PM, Stephen Parry wrote: > > Already tried using latest daily build and now does work with much arm > twisting (not sure yet if it needs the xml) . How do I access the RC > specifically please? > > The announcement is at > > ht

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-07 Thread Ernie Rael
On 23/11/07 10:05 PM, Stephen Parry wrote: Already tried using latest daily build and now does work with much arm twisting (not sure yet if it needs the xml) . How do I access the RC specifically please? The announcement is at https://lists.apache.org/thread/5djhjk8srt1dg0jr6x8pfpkom92h0486

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-07 Thread Stephen Parry
Already tried using latest daily build and now does work with much arm twisting (not sure yet if it needs the xml) . How do I access the RC specifically please? On 8 November 2023 04:26:05 GMT, Josh Juneau wrote: >Hi Stephen, > >Sorry to hear that it did not work. I believe that the beans.xml

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-07 Thread Josh Juneau
Hi Stephen,Sorry to hear that it did not work.  I believe that the beans.xml should go within the META-INF within a Java SE application.  Another thing to try...perhaps download NetBeans 20 RC3 and give it a try to see if you have different behavior with your project.ThanksJosh JuneauOn Nov 7, 2023

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-07 Thread Stephen Parry
No joy, but then the app I am currently trying is an SE app. I am not sure if beans. xml is recognised in an SE app. On 6 November 2023 14:58:11 GMT, Josh Juneau wrote: >Hi Stephen, > >Please try to put the following into your beans.xml: > > >https://jakarta.ee/xml/ns/jakartaee"; > xmlns:

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-06 Thread Josh Juneau
Hi Stephen, Please try to put the following into your beans.xml: https://jakarta.ee/xml/ns/jakartaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd"; bean-disc

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-06 Thread Stephen Parry
Thanks for the reply Josh. What should I put in my beans.xml and are there annotations I can try as an alternative? On 6 November 2023 12:48:13 GMT, Josh Juneau wrote: >Hi Stephen, > >Sorry for the late reply. Do you have a beans.xml in your project? You >may need to have this configuration f

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-06 Thread Josh Juneau
Hi Stephen, Sorry for the late reply. Do you have a beans.xml in your project? You may need to have this configuration file in your project in order for the JPA entities to be recognized. Josh Juneau On Mon, Oct 30, 2023 at 6:28 PM Stephen G. Parry wrote: > After a lot of swearing and addin

JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-10-30 Thread Stephen G. Parry
After a lot of swearing and adding of the correct libraries to Tools->Libraries, I was able to persuade NB19 to create JPA 3.1 Entity classes, based on the jakarta.persistence package space, from a database in an SE project, although it identifies the libraries as EclipseLink (JPA 3.0), not JPA