Re: many to many relation

2006-12-08 Thread Marcin Skladaniec
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"/>

Deadlock.

2006-12-08 Thread John Gunning
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

Re: how does cayenne handle java.util.date values ?

2006-12-08 Thread Lothar Krenzien
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

many to many relation

2006-12-08 Thread marco turchi
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