Hi,
I have a strange bug using jboss with Oracle in the following situation:
in our database we have a table with two references on itself (predecessor
and successor).
When, on the application level, a user deletes an entry, we clean-up the
predecessors and successors links in order to be able to do a remove on the
deleted entry (as we use delete on cascade on oracle) without removing
another entry (which shouldn't be).
The problem is the following: with jboss it deletes all entries as if the
links are not updated correctly, and with the J2EE Reference Implementation
from Sun it works correctly.
When we do not remove the entry, at the end of the operation the links are
correctly set and I could also check that the ejbRemove is called only once
and with the correct pk.
Any idea?
This issue is pretty urgent for us, although we have a work around.
Thanks for any help
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]