[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: M:N CMP Relationship with unknown Primay Key fails with

2006-06-23 Thread donjonsn
I could not resolve the problem, finally removed the unknown-pk and did it by hand with a select max(id) and increment. Tried before almost all possible combinations of XDoclet attibutes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953122#3953122 Reply to

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - M:N CMP Relationship with unknown Primay Key fails with comp

2006-06-13 Thread donjonsn
I want to create an m:n relationship between a User and Appointment. XDoclet in User looks like this: /** @ejb.bean name="User" * description="An user with a container generated pk" * display-name="User" * jndi-name="ejb/User" * local-jndi-name =