I don't really know Netbeans or EclipseLink (you are using EclipseLink
right?). I guess you should try to find the solution to your problem
there (use Google and search for SEQ_GEN_SEQUENCE).
> I assume SEQ_GEN_SEQUENCE needs to be created. Does anyone have DDL
> for SEQ_GEN_SEQUENCE I could use?
You could try:
CREATE SEQUENCE SEQ_GEN_SEQUENCE.
but I guess it's a config error.
Regards,
Thomas
One more link:
http://h2database.com/html/tutorial.html#using_eclipselink
Regards,
Thomas