0 Replies Latest reply on Dec 2, 2006 7:11 AM by carstenrudat

    Use CallbackListener to log CRUD to a database

      Hello Group,

      I'd like to use a CallbackListener on an EJB3 to log setter, create and delete calls.
      My problem is, that I want to log to a database and I read that I'm not allowed to use any EntityManager inside a CallbackListener... so what should be my approach?

      Thanks for a tip.

      Carsten