[JBoss-user] Problem with cascade-delete

2004-07-09 Thread Maykel Tres
unnecessary and it's generating an error. My question is: Why does this update command is being performed? Maykel Tres --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Traini

Re: [JBoss-user] Cascade delete

2003-06-13 Thread Maykel Tres
nc-on-commit-only to true. alex Thursday, June 12, 2003, 4:09:12 PM, Maykel Tres wrote: MT> Hello Nicholas, MT> How can I create my method to receive CMR(Foreign Keys) and JBoss don't MT> create exceptions when It perform ejb-create? MT> I have NOT NULL foreign keys but when I

Re: [JBoss-user] Cascade delete

2003-06-12 Thread Maykel Tres
Hello Nicholas, How can I create my method to receive CMR(Foreign Keys) and JBoss don't create exceptions when It perform ejb-create? I have NOT NULL foreign keys but when I call methods with CMR as attributes, JBoss only set this CMRs in ejb-postcreate. This generate a exception because my fo

[JBoss-user] Attempt to remove a lock for a null object

2003-03-26 Thread Maykel Tres
I have some Entity Beans(CMP) deploy on JBoss 3.0.4 access FireBird BD.   I can create de bean normaly, but I can't read attributes of bean. I create the bean, bean = home.create("attribute"); but executing bean.getName(); the error occurs..   My database has auto-increment primarykey value