You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/04/16 06:59:00 UTC

[jira] [Created] (CAMEL-14918) camel-cdi - Avoid @Resource injection

Claus Ibsen created CAMEL-14918:
-----------------------------------

             Summary: camel-cdi - Avoid @Resource injection
                 Key: CAMEL-14918
                 URL: https://issues.apache.org/jira/browse/CAMEL-14918
             Project: Camel
          Issue Type: Task
          Components: camel-cdi
            Reporter: Claus Ibsen
             Fix For: 3.x


In org.apache.camel.cdi.transaction.JtaTransactionPolicy the JNDI transaction manager is injected. 

But we should do this via Java code so we dont have a *** dependency on javax.annotation.Resource that are not available in standard JARs and you have to hunt down the universe to find such things.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)