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