For schema, do you intend the db schema? If it is, well, this is the CREATE statement generated by modeler for hsqldb:
CREATE CACHED TABLE Canvass (id BIGINT NOT NULL, title VARCHAR(150) NULL, PRIMARY KEY (id) ; In the modeler, both "Pk" and "Mandarory" are checked for id column. 2008/9/18 Scott Anderson <[EMAIL PROTECTED]> > > Null value for 'id'. > > Is id set to NULL in the schema, but MANDATORY in the Cayenne map? I'm > not sure if I'm interpreting the error correctly, but it sounds like > Cayenne sees a NULL where it doesn't expect one. >
