Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 682 Bytes

File metadata and controls

33 lines (25 loc) · 682 Bytes

To Build the project

mvn clean install

To run the program

mvn exec:java

For schema creation and deletion

mvn datanucleus:schema-create
mvn datanucleus:schema-delete

NOTE

The same code is working with datanucleus version 5.x. Have created a separate branch named workingCase and attached the working screenshot as well

main branch: Java 17
workingCase branch: Java 8

Error StackTrace

image StackTrace

While Debugging

image Debugging

Working Case with datanucleus 5.x

image working