incodehq / incode-platform

Combines incode.org modules and isisaddons.org into a single set of modules.
http://platform.incode.org
Apache License 2.0
8 stars 9 forks source link

DataNucleusEnhancer: InvocationTargetException: java/sql/Date: java.sql.Date #81

Open mguarnaccia opened 6 years ago

mguarnaccia commented 6 years ago

I've built the quickstart application using archetype, but i can't run nor compile it.

On OSX : [ERROR] Failed to execute goal org.datanucleus:datanucleus-maven-plugin:4.0.5:enhance (process-classes) on project myapp-module-simple: Error executing DataNucleus tool org.datanucleus.enhancer.DataNucleusEnhancer: InvocationTargetException: java/sql/Date: java.sql.Date

when running (every) mvn command.

Also, configured Eclipse IDE and imported sources. Tried to set jdk to 7, 8 even 9 on projects but invane. Verified libraries, build path and facets. Added support for datanucleus ... nothing works.