Re: [JBoss-user] CMR - CMP Problem on Jboss 3.0 final

2002-06-14 Thread Jonathan . O'Connor
This problem can be fixed easily, if you are willing to change the JBoss source code. See my message below for more details. Dain, I'm not sure if you saw my post, but I'd appreciate your opinion as to whether this code is safe or not. Ciao, Jonathan O'Connor Ph: +353 1 872 3305 Mob: +353 86

[JBoss-user] CMR - CMP Problem on Jboss 3.0 final

2002-06-13 Thread Sebastien ASTIE
Hi, I have a problem with creating entries in my DB. When i want to access my data in the db everything runs fine... When i want to add data in the DBusing my entity bean, i have an exception saying that i specified the column twice in my query... I have two tables Employee Department

Re: [JBoss-user] CMR - CMP Problem on Jboss 3.0 final

2002-06-13 Thread Dain Sundstrom
It looks like you are attempting to map to things to the departmentId column. Some have gotten this working in the past, but it is not supported. If you are not doing this, I'll need more information to help you. Specifically the relevant sections of the ejb-jar.xml file and the