-
Task
-
Resolution: Done
-
Minor
-
JBossAS-4.2.3.GA, JBossAS-5.0.0.GA
-
None
Make WARN messages like this TRACE:
2009-01-30 15:35:41,172 WARN [org.jboss.ejb.plugins.cmp.jdbc2.schema.EntityTable.XYZ] removal of 40 rejected for TransactionImple < ac, BasicAction: -3f57e8a7:507:49835914:7ce19 status: ActionStatus.COMMITTED >: the entry could not be found
It's not an error at all. It's an expected situation for a shared cache accessed concurrently w/o
transaction-long pessimistic locking, which is the point of this implementation.
- is incorporated by
-
JBPAPP-1675 JBAS-6466 - Log as TRACE not being able to find cache entry trying to be removed
- Closed