Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-5488

NullPointerException when system attempts to create entities from tables

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Blocker
    • Resolution: Unresolved
    • 12.3
    • None
    • java - Compiler

    Description

      Steps to replicate
      Set up a Maven Web App as per NB 12.3 wizard.
      Deploy to payara 5.2020.7: success.
      Create connection pool for server; Ping: successful.
      Create jdbc/datasource for pool.
      Create persistence.xml; add data source and change transaction type to JTA, in persistence-unit.
      Right click on project and select New Entity Classes from Database.
      Tables are shown on left side of selection window.
      Select all and move to selection space, right.
      Click Next, click Finnish.
      Assert: Entity Classes have been created in folder specified.
      Actual: Classes are created in folder chosen BUT:
      --Some are just a class name and empty.
      --Some are properly created entity classes or PKs.
      --there is no particular pattern of which are empty and which are properly created entities.
      Note:
      In persistence.xml this is shown as the version: <persistence version="2.1" … http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd"> and
      Library name for persistence is (JPA 2.1).
      However, in libraries under this name the library classpath is : ../javax.persistence-2.2.1.jar, which is JPA 2.2.
      Library with name EclipseLink (JPA 2.1) has the new version 2.7.7 instead of the version 2.5.

       

      Attachments

        1. persistence.xml file.txt
          1 kB
          Constantine Lazarakis
        2. Apache NetBeans 12.3-User Configuration.txt
          142 kB
          Constantine Lazarakis
        3. Bug-ApacheNetBeans 12.3-IDE Log 24.03.2021.txt
          128 kB
          Constantine Lazarakis

        Activity

          People

            Unassigned Unassigned
            klaz39054@gmail.com Constantine Lazarakis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: