Hi
just check if in your model (xxx.map.xml) you have something like that :
isMandatory="true"/>
more stuff
isMandatory="true"/>
isMandatory="true"/>
eventually more stuff
isPrimaryKey="true" isMandatory="true"/>
Hi there,
I am experiencing a deadlock issue which looks similar
to CAY-297. I understand CAY-297 was fixed in release
1.1 but I am using version 1.2.1 and the deadalock
issue arises. When I set
"cayenne.DataRowStore.remote.notify" to false the
issue does not arise. However, I need this set to tr
Hi,
because I didn't solved the problems of my previous posts I've tried to create
another demo. Basicly I have the following situation. I get an xml file (via a
servlet) which contains a comma-separated list of values (for example energy
values) and a start date. So the file could looks like
Hi,
I'm a new Cayenne user and I'm trying to create a many to many relationship.
This is the whole situation:
Entity<<->>NameRelation<<->>Name
NameRelation has a composed key id_entity, id_name
I create the model where
Entity has a "to many" relationship to Name, and a relationship that
forwards