First all, congratulations to Objectdb team for the excellent work.
Possible issue for default id generator when strategy is sequence.
Error: Incomplete definition of auto value in field
MyTestCase$MyEntity.idgenerator name is missing (error 342)
Please find attached file MyTestCase.java lines 35 and 36:
@GeneratedValue(strategy=GenerationType.SEQUENCE)//, generator="seq") @Id @SequenceGenerator(name="seq") //workaround uncomment previous line
I am not an expert but in my opinion there is no default generator but the element generator is optional.
Thanks.