[JBoss-user] [Persistence & CMP/JBoss] - Re: How to prevent for update usage in one ejbSelect method

2004-10-22 Thread drag0n2
i am using jboss 3.2.4 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852336#3852336 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852336 --- This SF.net email is s

[JBoss-user] [Persistence & CMP/JBoss] - How to prevent for update usage in one ejbSelect method in r

2004-10-22 Thread drag0n2
I've created an ejbSelect statement that uses the following ejbQL: ejbSelectMaxDBID Local select max( o.orderdbid ) from OrderTable o I've set this bean with true because I would like the bean to lock the rows whenever its loaded. Ho

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with collection CMR field and ejb create

2004-08-03 Thread drag0n2
But the relationship is not destroyed... If I run the clear statement alone and then commit, no changes are made to the database whatsoever The only way to destroy this relationship in the db is to delete the rows (because the relationship resides in the primary key of the child record).

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with collection CMR field and ejb create

2004-08-02 Thread drag0n2
this is in jboss 3.2.4 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843936#3843936 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843936 --- This SF.Net email is s

[JBoss-user] [Persistence & CMP/JBoss] - Problem with collection CMR field and ejb create

2004-08-02 Thread drag0n2
I have two tables: addressable_table which has an addressabledbid (primary key) and some other columns gateway_table that has 3 columns: contactdbid (foreign key to addressable table addressabledbid) gateway_type (string) gateway_value (string) primary key for gateway_table is a contactdbid,gatew