hildo / netbeans-gradle-javaee-project

A NetBeans plugin to provide JavaEE support to Gradle projects
15 stars 12 forks source link

JPA project not working correctly #23

Open ferreirajoao opened 8 years ago

ferreirajoao commented 8 years ago

Hi,

I already posted this on https://github.com/kelemen/netbeans-gradle-project/issues/302, and @kelemen wrote that JPA support should be provided by this plugin, so I am posting here because adding this one didn't make a difference.

Hi,

I have migrated my JPA EclipseLink project in Netbeans to a Gradle project.

However the wizards in File > New file are missing some options (see screenshots below)

Before mirating to Gradle: pre_gradle

After migrating to Gradle: gradle

Also if I drill down to the location of the persistence.xml file the option to "Run JPQL Query" is unselected and I cannot use it anymore. jpql

I don't know if this project type is not supported yet, or am I missing some configs.

Please advise. Thank you.

Thank you.