Folks,
I have several entity EJB's that model database tables.
Rows in the tables are never physically deleted, but rather they are
logically deleted by setting a "obsolete_indicator" column "Y".
Can I use ejbRemove() to simply modify the row (setting this flag to "Y") or
will this break application server caching? Are there any other reasons why
I should not use ejbRemove()?
Thanks in advance....
Adam
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user