You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "igarashitm (JIRA)" <ji...@apache.org> on 2014/04/16 15:04:14 UTC

[jira] [Created] (CAMEL-7372) Allow users to pass in their own EntityManager through the exchange

igarashitm created CAMEL-7372:
---------------------------------

             Summary: Allow users to pass in their own EntityManager through the exchange
                 Key: CAMEL-7372
                 URL: https://issues.apache.org/jira/browse/CAMEL-7372
             Project: Camel
          Issue Type: Improvement
          Components: camel-jpa
            Reporter: igarashitm


Currently JpaProducer always creates its own EntityManager instance, but then if user application also creates EntityManager or receives container-managed one, each EntityManager instance has its own 1st level cache. It's nice to have JpaProducer to accept EntityManager instance from outside via message header so user application can pass it in.



--
This message was sent by Atlassian JIRA
(v6.2#6252)