[jira] [Commented] (NETBEANS-5216) Jakarta EE 9 Project Support

2022-03-12 Thread Claudia Pastor Ramirez (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505298#comment-17505298
 ] 

Claudia Pastor Ramirez commented on NETBEANS-5216:
--

Thank you a lot Josh!

I did open a couple of issues on the GitHub after noticing that you have 
migrated there the issuing traking. They are the 3756 and 3757, if you want to 
review them. Kind regards,

 

> Jakarta EE 9 Project Support
> 
>
> Key: NETBEANS-5216
> URL: https://issues.apache.org/jira/browse/NETBEANS-5216
> Project: NetBeans
>  Issue Type: New Feature
>  Components: javaee - Web Project
>Reporter: Josh Juneau
>Assignee: Josh Juneau
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.4
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Commented] (NETBEANS-5216) Jakarta EE 9 Project Support

2022-03-10 Thread Claudia Pastor Ramirez (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17504377#comment-17504377
 ] 

Claudia Pastor Ramirez commented on NETBEANS-5216:
--

Hello, 

I know this is supposed to be completed, but I have found certain parts of the 
Jakarta support missing in the IDE. For now I have found the following problems:
 * The IDE does not recognise the XML schemas that use the jakarta namespaces, 
like the web.xml 5.0 or persistence.xml 3.0. If you generate a one of those, it 
threats them as "incorrect" despite their validity.
 * It is impossible to add any Jakarta persistence provider.
 * The class creation Wizards related to persistence ignore project 
configuration and generate the imports with the javax.persistence namespace.

I would be really grateful if you could review it. Regards,

> Jakarta EE 9 Project Support
> 
>
> Key: NETBEANS-5216
> URL: https://issues.apache.org/jira/browse/NETBEANS-5216
> Project: NetBeans
>  Issue Type: New Feature
>  Components: javaee - Web Project
>Reporter: Josh Juneau
>Assignee: Josh Juneau
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.4
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Updated] (NETBEANS-6336) Ubuntu reporting deprecated call from the IDE

2022-03-10 Thread Claudia Pastor Ramirez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claudia Pastor Ramirez updated NETBEANS-6336:
-
Description: 
Despite having correct user permissions, I was unable of adding my Tomcat 
server to Netbeans. Checking the syslog I found the following messages:

!image-2021-12-27-14-09-16-940.png!

I do not know if it is related with the problem with Tomcat, but it is a 
problem anyway. So, I am reporting it to the maintainers as the log requested. 

Regards,

  was:
Despite having correct user permissions, I was unable of adding my Tomcat 
server to Netbeans. Checking the syslog I found the following messages:

!image-2021-12-27-14-09-16-940.png!

So, I am reporting it to the maintainers as the log requested. 

Regards,


> Ubuntu reporting deprecated call from the IDE
> -
>
> Key: NETBEANS-6336
> URL: https://issues.apache.org/jira/browse/NETBEANS-6336
> Project: NetBeans
>  Issue Type: Bug
>  Components: core
>Affects Versions: 12.5, 12.6
> Environment: Ubuntu 20.04
> Netbeans 12.6
>Reporter: Claudia Pastor Ramirez
>Priority: Major
> Attachments: image-2021-12-27-14-09-16-940.png
>
>
> Despite having correct user permissions, I was unable of adding my Tomcat 
> server to Netbeans. Checking the syslog I found the following messages:
> !image-2021-12-27-14-09-16-940.png!
> I do not know if it is related with the problem with Tomcat, but it is a 
> problem anyway. So, I am reporting it to the maintainers as the log 
> requested. 
> Regards,



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Commented] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2022-01-31 Thread Claudia Pastor Ramirez (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17484604#comment-17484604
 ] 

Claudia Pastor Ramirez commented on NETBEANS-6030:
--

I have detected another problem with this issue. The IDE does not recognise the 
jakarta.persistence.NamedQuery objects correctly, so it does not validate the 
JPQL for them at all. If you have a couple of entity classes you can verify the 
named queries manually if the deployment fails, but if you have around twenty 
entity classes with a number between five to ten named queries in each, trying 
to find the missing coma in one of them is like trying to get the proverbial 
needle in a haystack. 

> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4, 12.5, 12.6
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> Netbeans 12.5 on Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Major
> Attachments: Captura de pantalla 2021-08-27 151310.png, Captura de 
> pantalla de 2021-10-08 14-36-56.png, Captura de pantalla de 2021-10-08 
> 14-43-10.png, ErrorMessage.png, image-2021-12-27-12-36-33-211.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem). 
> !Captura de pantalla 2021-08-27 151310.png!
>  
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left.
> !ErrorMessage.png!
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,
>  
> NOTE: There seems to be also problems because I am using a 5.0 servlet 
> version and it does not recognise it as you can see in the errors, but this 
> one affects less to my work, so I have not opened an issue for it. Should I?
>  
> {color:#ff}UPDATED today a 12.5 and still fails.{color}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Created] (NETBEANS-6336) Ubuntu reporting deprecated call from the IDE

2021-12-27 Thread Claudia Pastor Ramirez (Jira)
Claudia Pastor Ramirez created NETBEANS-6336:


 Summary: Ubuntu reporting deprecated call from the IDE
 Key: NETBEANS-6336
 URL: https://issues.apache.org/jira/browse/NETBEANS-6336
 Project: NetBeans
  Issue Type: Bug
  Components: core
Affects Versions: 12.5, 12.6
 Environment: Ubuntu 20.04

Netbeans 12.6
Reporter: Claudia Pastor Ramirez
 Attachments: image-2021-12-27-14-09-16-940.png

Despite having correct user permissions, I was unable of adding my Tomcat 
server to Netbeans. Checking the syslog I found the following messages:

!image-2021-12-27-14-09-16-940.png!

So, I am reporting it to the maintainers as the log requested. 

Regards,



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Created] (NETBEANS-6335) Include Java 8 time classes in the Entity Class Creation Wizard

2021-12-27 Thread Claudia Pastor Ramirez (Jira)
Claudia Pastor Ramirez created NETBEANS-6335:


 Summary: Include Java 8 time classes in the Entity Class Creation 
Wizard
 Key: NETBEANS-6335
 URL: https://issues.apache.org/jira/browse/NETBEANS-6335
 Project: NetBeans
  Issue Type: Improvement
  Components: javaee - Persistence
 Environment: Not relevant.
Reporter: Claudia Pastor Ramirez


The Wizard that creates the Entity Classes from Database still uses the 
java.util.Date class instead the Java8 time classes.

It would good to update it and even better if the user could choose to use one 
or the others, like you can choose between using Collection, or Set or List for 
the relationships collections.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Comment Edited] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-12-27 Thread Claudia Pastor Ramirez (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17465724#comment-17465724
 ] 

Claudia Pastor Ramirez edited comment on NETBEANS-6030 at 12/27/21, 11:39 AM:
--

I have changed the impact to mayor because even if I can work with it, this 
problem is making the Entity creation Wizard from database function wrong. 

First, it automatically creates de classes with javax imports. That one is easy 
to solve with a simple replace, even if it is annoying. 

Second, and more important, it does not recognise the previously created entity 
classes, even when it have been created by the wizard, so any time I do a 
change and recreate the classes, I find myself with duplicates of them, so I 
have to manually merge my previous class with the new one with the database 
updates, making the wizard almost useless.

!image-2021-12-27-12-36-33-211.png!


was (Author: cpr):
I have changed the impact to mayor because even if I can work with it, this 
problem is making the Entity creation Wizard from database function wrong. 

First, it automatically creates de classes with javax imports. That one is easy 
to solve with a simple replace, even if it is annoying. 

Second, and more important, it does not recognise the previously created entity 
classes, even when it have been created by the wizard, so any time I do a 
change, or recreate the classes, I find myself with duplicates of them.

!image-2021-12-27-12-36-33-211.png!

> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4, 12.5, 12.6
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> Netbeans 12.5 on Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Major
> Attachments: Captura de pantalla 2021-08-27 151310.png, Captura de 
> pantalla de 2021-10-08 14-36-56.png, Captura de pantalla de 2021-10-08 
> 14-43-10.png, ErrorMessage.png, image-2021-12-27-12-36-33-211.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem). 
> !Captura de pantalla 2021-08-27 151310.png!
>  
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left.
> !ErrorMessage.png!
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,
>  
> NOTE: There seems to be also problems because I am using a 5.0 servlet 
> version and it does not recognise it as you can see in the errors, but this 
> one affects less to my work, so I have not opened an issue for it. Should I?
>  
> {color:#ff}UPDATED today a 12.5 and still fails.{color}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Commented] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-12-27 Thread Claudia Pastor Ramirez (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17465724#comment-17465724
 ] 

Claudia Pastor Ramirez commented on NETBEANS-6030:
--

I have changed the impact to mayor because even if I can work with it, this 
problem is making the Entity creation Wizard from database function wrong. 

First, it automatically creates de classes with javax imports. That one is easy 
to solve with a simple replace, even if it is annoying. 

Second, and more important, it does not recognise the previously created entity 
classes, even when it have been created by the wizard, so any time I do a 
change, or recreate the classes, I find myself with duplicates of them.

!image-2021-12-27-12-36-33-211.png!

> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4, 12.5, 12.6
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> Netbeans 12.5 on Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Major
> Attachments: Captura de pantalla 2021-08-27 151310.png, Captura de 
> pantalla de 2021-10-08 14-36-56.png, Captura de pantalla de 2021-10-08 
> 14-43-10.png, ErrorMessage.png, image-2021-12-27-12-36-33-211.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem). 
> !Captura de pantalla 2021-08-27 151310.png!
>  
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left.
> !ErrorMessage.png!
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,
>  
> NOTE: There seems to be also problems because I am using a 5.0 servlet 
> version and it does not recognise it as you can see in the errors, but this 
> one affects less to my work, so I have not opened an issue for it. Should I?
>  
> {color:#ff}UPDATED today a 12.5 and still fails.{color}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Updated] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-12-27 Thread Claudia Pastor Ramirez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claudia Pastor Ramirez updated NETBEANS-6030:
-
Attachment: image-2021-12-27-12-36-33-211.png

> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4, 12.5, 12.6
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> Netbeans 12.5 on Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Major
> Attachments: Captura de pantalla 2021-08-27 151310.png, Captura de 
> pantalla de 2021-10-08 14-36-56.png, Captura de pantalla de 2021-10-08 
> 14-43-10.png, ErrorMessage.png, image-2021-12-27-12-36-33-211.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem). 
> !Captura de pantalla 2021-08-27 151310.png!
>  
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left.
> !ErrorMessage.png!
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,
>  
> NOTE: There seems to be also problems because I am using a 5.0 servlet 
> version and it does not recognise it as you can see in the errors, but this 
> one affects less to my work, so I have not opened an issue for it. Should I?
>  
> {color:#ff}UPDATED today a 12.5 and still fails.{color}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Updated] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-12-27 Thread Claudia Pastor Ramirez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claudia Pastor Ramirez updated NETBEANS-6030:
-
Affects Version/s: 12.6

> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4, 12.5, 12.6
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> Netbeans 12.5 on Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Major
> Attachments: Captura de pantalla 2021-08-27 151310.png, Captura de 
> pantalla de 2021-10-08 14-36-56.png, Captura de pantalla de 2021-10-08 
> 14-43-10.png, ErrorMessage.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem). 
> !Captura de pantalla 2021-08-27 151310.png!
>  
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left.
> !ErrorMessage.png!
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,
>  
> NOTE: There seems to be also problems because I am using a 5.0 servlet 
> version and it does not recognise it as you can see in the errors, but this 
> one affects less to my work, so I have not opened an issue for it. Should I?
>  
> {color:#ff}UPDATED today a 12.5 and still fails.{color}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Updated] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-12-27 Thread Claudia Pastor Ramirez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claudia Pastor Ramirez updated NETBEANS-6030:
-
Priority: Major  (was: Minor)

> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4, 12.5
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> Netbeans 12.5 on Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Major
> Attachments: Captura de pantalla 2021-08-27 151310.png, Captura de 
> pantalla de 2021-10-08 14-36-56.png, Captura de pantalla de 2021-10-08 
> 14-43-10.png, ErrorMessage.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem). 
> !Captura de pantalla 2021-08-27 151310.png!
>  
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left.
> !ErrorMessage.png!
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,
>  
> NOTE: There seems to be also problems because I am using a 5.0 servlet 
> version and it does not recognise it as you can see in the errors, but this 
> one affects less to my work, so I have not opened an issue for it. Should I?
>  
> {color:#ff}UPDATED today a 12.5 and still fails.{color}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



[jira] [Commented] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-10-08 Thread Claudia Pastor Ramirez (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17426172#comment-17426172
 ] 

Claudia Pastor Ramirez commented on NETBEANS-6030:
--

Hello, still having issues with this. I have been investigating a little bit 
about it and I have found more information. For example, about the problem with 
the not recognised server.xml and persistence.xml files. It seems that none of 
the [JakartaEE Schemas|https://jakarta.ee/xml/ns/jakartaee/] are included in 
the IDE.  Here is for example the catalog for the Persistence:

!Captura de pantalla de 2021-10-08 14-36-56.png!

It happens also with the webservices Catalog.

It seems that the org-netbeans-modules-j2ee-persistence.jar module that comes 
bundled with the snap version for Ubuntu does not include the persistence APIs 
over 2.1: 

!Captura de pantalla de 2021-10-08 14-43-10.png!

Neither I see an equivalent module for jakartaee persistence. 

I hope this helps.

 

> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4, 12.5
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> Netbeans 12.5 on Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Minor
> Attachments: Captura de pantalla 2021-08-27 151310.png, Captura de 
> pantalla de 2021-10-08 14-36-56.png, Captura de pantalla de 2021-10-08 
> 14-43-10.png, ErrorMessage.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem). 
> !Captura de pantalla 2021-08-27 151310.png!
>  
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left.
> !ErrorMessage.png!
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,
>  
> NOTE: There seems to be also problems because I am using a 5.0 servlet 
> version and it does not recognise it as you can see in the errors, but this 
> one affects less to my work, so I have not opened an issue for it. Should I?
>  
> {color:#ff}UPDATED today a 12.5 and still fails.{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-10-08 Thread Claudia Pastor Ramirez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claudia Pastor Ramirez updated NETBEANS-6030:
-
Attachment: Captura de pantalla de 2021-10-08 14-43-10.png

> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4, 12.5
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> Netbeans 12.5 on Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Minor
> Attachments: Captura de pantalla 2021-08-27 151310.png, Captura de 
> pantalla de 2021-10-08 14-36-56.png, Captura de pantalla de 2021-10-08 
> 14-43-10.png, ErrorMessage.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem). 
> !Captura de pantalla 2021-08-27 151310.png!
>  
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left.
> !ErrorMessage.png!
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,
>  
> NOTE: There seems to be also problems because I am using a 5.0 servlet 
> version and it does not recognise it as you can see in the errors, but this 
> one affects less to my work, so I have not opened an issue for it. Should I?
>  
> {color:#ff}UPDATED today a 12.5 and still fails.{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-10-08 Thread Claudia Pastor Ramirez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claudia Pastor Ramirez updated NETBEANS-6030:
-
Attachment: Captura de pantalla de 2021-10-08 14-36-56.png

> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4, 12.5
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> Netbeans 12.5 on Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Minor
> Attachments: Captura de pantalla 2021-08-27 151310.png, Captura de 
> pantalla de 2021-10-08 14-36-56.png, ErrorMessage.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem). 
> !Captura de pantalla 2021-08-27 151310.png!
>  
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left.
> !ErrorMessage.png!
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,
>  
> NOTE: There seems to be also problems because I am using a 5.0 servlet 
> version and it does not recognise it as you can see in the errors, but this 
> one affects less to my work, so I have not opened an issue for it. Should I?
>  
> {color:#ff}UPDATED today a 12.5 and still fails.{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-09-23 Thread Claudia Pastor Ramirez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claudia Pastor Ramirez updated NETBEANS-6030:
-
Description: 
Hello everyone,

First of all, thank you for your work on the IDE and your support on this 
concrete matter.

The problem I currently have is that I am trying to add a new persistence 
provider for the 3.0 Persistence API, but the IDE seems to be unable to 
recognise the libraries as valid. I have tried both with Eclipselink and with 
Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
have done several changing the included jars trying to find the problem). 

!Captura de pantalla 2021-08-27 151310.png!

 

I am able to work with my projects despite of that, because I use Maven and the 
libraries are included anyway, but the IDE keeps telling me that my 
persistence.xml is wrong because it is declared as version 3.0 and giving me 
annoying warning and error messages right and left.

!ErrorMessage.png!

I suspect that the problem is because the wizard does not find the 
EntityManager under the Jakarta namespace, so it does not allow to carry on (it 
fails with other Jakarta jars, with lower versions too), but I have not way of 
verifying it.

Thank you again for your help. Regards,

 

NOTE: There seems to be also problems because I am using a 5.0 servlet version 
and it does not recognise it as you can see in the errors, but this one affects 
less to my work, so I have not opened an issue for it. Should I?

 

{color:#ff}UPDATED today a 12.5 and still fails.{color}

  was:
Hello everyone,

First of all, thank you for your work on the IDE and your support on this 
concrete matter.

The problem I currently have is that I am trying to add a new persistence 
provider for the 3.0 Persistence API, but the IDE seems to be unable to 
recognise the libraries as valid. I have tried both with Eclipselink and with 
Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
have done several changing the included jars trying to find the problem). 

I am able to work with my projects despite of that, because I use Maven and the 
libraries are included anyway, but the IDE keeps telling me that my 
persistence.xml is wrong because it is declared as version 3.0 and giving me 
annoying warning and error messages right and left (see second image).

I suspect that the problem is because the wizard does not find the 
EntityManager under the Jakarta namespace, so it does not allow to carry on (it 
fails with other Jakarta jars, with lower versions too), but I have not way of 
verifying it.

Thank you again for your help. Regards,

 

NOTE: There seems to be also problems because I am using a 5.0 servlet version 
and it does not recognise it as you can see in the errors, but this one affects 
less to my work, so I have not opened an issue for it. Should I?

 

{color:#FF}UPDATED today a 12.5 and still fails.{color}


> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4, 12.5
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> Netbeans 12.5 on Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Minor
> Attachments: Captura de pantalla 2021-08-27 151310.png, 
> ErrorMessage.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem). 
> !Captura de pantalla 2021-08-27 151310.png!
>  
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left.
> !ErrorMessage.png!
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,
>  
> NOTE: There seems to be also problems because I am using a 5.0 servlet 
> 

[jira] [Updated] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-09-23 Thread Claudia Pastor Ramirez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claudia Pastor Ramirez updated NETBEANS-6030:
-
Affects Version/s: 12.5
  Description: 
Hello everyone,

First of all, thank you for your work on the IDE and your support on this 
concrete matter.

The problem I currently have is that I am trying to add a new persistence 
provider for the 3.0 Persistence API, but the IDE seems to be unable to 
recognise the libraries as valid. I have tried both with Eclipselink and with 
Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
have done several changing the included jars trying to find the problem). 

I am able to work with my projects despite of that, because I use Maven and the 
libraries are included anyway, but the IDE keeps telling me that my 
persistence.xml is wrong because it is declared as version 3.0 and giving me 
annoying warning and error messages right and left (see second image).

I suspect that the problem is because the wizard does not find the 
EntityManager under the Jakarta namespace, so it does not allow to carry on (it 
fails with other Jakarta jars, with lower versions too), but I have not way of 
verifying it.

Thank you again for your help. Regards,

 

NOTE: There seems to be also problems because I am using a 5.0 servlet version 
and it does not recognise it as you can see in the errors, but this one affects 
less to my work, so I have not opened an issue for it. Should I?

 

{color:#FF}UPDATED today a 12.5 and still fails.{color}

  was:
Hello everyone,

First of all, thank you for your work on the IDE and your support on this 
concrete matter.

The problem I currently have is that I am trying to add a new persistence 
provider for the 3.0 Persistence API, but the IDE seems to be unable to 
recognise the libraries as valid. I have tried both with Eclipselink and with 
Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
have done several changing the included jars trying to find the problem). 

I am able to work with my projects despite of that, because I use Maven and the 
libraries are included anyway, but the IDE keeps telling me that my 
persistence.xml is wrong because it is declared as version 3.0 and giving me 
annoying warning and error messages right and left (see second image).

I suspect that the problem is because the wizard does not find the 
EntityManager under the Jakarta namespace, so it does not allow to carry on (it 
fails with other Jakarta jars, with lower versions too), but I have not way of 
verifying it.

Thank you again for your help. Regards,

 

NOTE: There seems to be also problems because I am using a 5.0 servlet version 
and it does not recognise it as you can see in the errors, but this one affects 
less to my work, so I have not opened an issue for it. Should I?

  Environment: 
Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.

Netbeans 12.5 on Ubuntu 20.04.

API versions tested: Jakarta 2.2.3 and 3.0.0

Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3

  was:
Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.

API versions tested: Jakarta 2.2.3 and 3.0.0

Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3


> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4, 12.5
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> Netbeans 12.5 on Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Minor
> Attachments: Captura de pantalla 2021-08-27 151310.png, 
> ErrorMessage.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem). 
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left (see second image).
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it 

[jira] [Updated] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-09-20 Thread Claudia Pastor Ramirez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claudia Pastor Ramirez updated NETBEANS-6030:
-
Description: 
Hello everyone,

First of all, thank you for your work on the IDE and your support on this 
concrete matter.

The problem I currently have is that I am trying to add a new persistence 
provider for the 3.0 Persistence API, but the IDE seems to be unable to 
recognise the libraries as valid. I have tried both with Eclipselink and with 
Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
have done several changing the included jars trying to find the problem). 

I am able to work with my projects despite of that, because I use Maven and the 
libraries are included anyway, but the IDE keeps telling me that my 
persistence.xml is wrong because it is declared as version 3.0 and giving me 
annoying warning and error messages right and left (see second image).

I suspect that the problem is because the wizard does not find the 
EntityManager under the Jakarta namespace, so it does not allow to carry on (it 
fails with other Jakarta jars, with lower versions too), but I have not way of 
verifying it.

Thank you again for your help. Regards,

 

NOTE: There seems to be also problems because I am using a 5.0 servlet version 
and it does not recognise it as you can see in the errors, but this one affects 
less to my work, so I have not opened an issue for it. Should I?

  was:
Hello everyone,

First of all, thank you for your work on the IDE and your support on this 
concrete matter.

The problem I currently have is that I am trying to add a new persistence 
provider for the 3.0 Persistence API, but the IDE seems to be unable to 
recognise the libraries as valid. I have tried both with Eclipselink and with 
Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
have done several changing the included jars trying to find the problem).

I am able to work with my projects despite of that, because I use Maven and the 
libraries are included anyway, but the IDE keeps telling me that my 
persistence.xml is wrong because it is declared as version 3.0 and giving me 
annoying warning and error messages right and left.

I suspect that the problem is because the wizard does not find the 
EntityManager under the Jakarta namespace, so it does not allow to carry on (it 
fails with other Jakarta jars, with lower versions too), but I have not way of 
verifying it.

Thank you again for your help. Regards,


> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Minor
> Attachments: Captura de pantalla 2021-08-27 151310.png, 
> ErrorMessage.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem). 
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left (see second image).
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,
>  
> NOTE: There seems to be also problems because I am using a 5.0 servlet 
> version and it does not recognise it as you can see in the errors, but this 
> one affects less to my work, so I have not opened an issue for it. Should I?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

For further information about the NetBeans mailing lists, visit:

[jira] [Updated] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-09-20 Thread Claudia Pastor Ramirez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claudia Pastor Ramirez updated NETBEANS-6030:
-
Attachment: ErrorMessage.png

> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Minor
> Attachments: Captura de pantalla 2021-08-27 151310.png, 
> ErrorMessage.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem).
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left.
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-6030) Unable to add Jakarta Persistence Provider

2021-09-20 Thread Claudia Pastor Ramirez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claudia Pastor Ramirez updated NETBEANS-6030:
-
Summary: Unable to add Jakarta Persistence Provider  (was: Unable to add 
Persistence 3.0 provider)

> Unable to add Jakarta Persistence Provider
> --
>
> Key: NETBEANS-6030
> URL: https://issues.apache.org/jira/browse/NETBEANS-6030
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.4
> Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.
> API versions tested: Jakarta 2.2.3 and 3.0.0
> Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
>Reporter: Claudia Pastor Ramirez
>Priority: Minor
> Attachments: Captura de pantalla 2021-08-27 151310.png
>
>
> Hello everyone,
> First of all, thank you for your work on the IDE and your support on this 
> concrete matter.
> The problem I currently have is that I am trying to add a new persistence 
> provider for the 3.0 Persistence API, but the IDE seems to be unable to 
> recognise the libraries as valid. I have tried both with Eclipselink and with 
> Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
> have done several changing the included jars trying to find the problem).
> I am able to work with my projects despite of that, because I use Maven and 
> the libraries are included anyway, but the IDE keeps telling me that my 
> persistence.xml is wrong because it is declared as version 3.0 and giving me 
> annoying warning and error messages right and left.
> I suspect that the problem is because the wizard does not find the 
> EntityManager under the Jakarta namespace, so it does not allow to carry on 
> (it fails with other Jakarta jars, with lower versions too), but I have not 
> way of verifying it.
> Thank you again for your help. Regards,



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Created] (NETBEANS-6030) Unable to add Persistence 3.0 provider

2021-09-20 Thread Claudia Pastor Ramirez (Jira)
Claudia Pastor Ramirez created NETBEANS-6030:


 Summary: Unable to add Persistence 3.0 provider
 Key: NETBEANS-6030
 URL: https://issues.apache.org/jira/browse/NETBEANS-6030
 Project: NetBeans
  Issue Type: Bug
  Components: javaee - Persistence
Affects Versions: 12.4
 Environment: Netbeans 12.4 both on Windows 10 and Ubuntu 20.04.

API versions tested: Jakarta 2.2.3 and 3.0.0

Persistence providers: Eclipselink-3.0.2 and Hibernate-5.5.3
Reporter: Claudia Pastor Ramirez
 Attachments: Captura de pantalla 2021-08-27 151310.png

Hello everyone,

First of all, thank you for your work on the IDE and your support on this 
concrete matter.

The problem I currently have is that I am trying to add a new persistence 
provider for the 3.0 Persistence API, but the IDE seems to be unable to 
recognise the libraries as valid. I have tried both with Eclipselink and with 
Hibernate. Attached is the image of one of the attempts with Eclipselink (I 
have done several changing the included jars trying to find the problem).

I am able to work with my projects despite of that, because I use Maven and the 
libraries are included anyway, but the IDE keeps telling me that my 
persistence.xml is wrong because it is declared as version 3.0 and giving me 
annoying warning and error messages right and left.

I suspect that the problem is because the wizard does not find the 
EntityManager under the Jakarta namespace, so it does not allow to carry on (it 
fails with other Jakarta jars, with lower versions too), but I have not way of 
verifying it.

Thank you again for your help. Regards,



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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