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
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
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).
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
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