> 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()?
I can't answer this, but I assume you are not using CMP? Otherwise your
beans would still be accessible with findByPrimaryKey.
Maurice.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user