Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: 1.1.0.M1
-
Component/s: PERSISTENCE
-
Labels:None
Description
This script fails due to Maven's OpenJPA enhancer giving an error:
project --topLevelPackage com.aspectj.rocks persistence setup --provider OPENJPA --database HYPERSONIC_IN_MEMORY entity --class ~.Hello field string --fieldName comment
Using this "entity" command causes it to work:
entity --class ~.domain.Hello
Clearly this is an unreasonable limitation.