You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jan Bednar (Jira)" <ji...@apache.org> on 2020/09/07 01:24:00 UTC

[jira] [Created] (CAMEL-15504) Make TransactionManager JNDI name configurable

Jan Bednar created CAMEL-15504:
----------------------------------

             Summary: Make TransactionManager JNDI name configurable
                 Key: CAMEL-15504
                 URL: https://issues.apache.org/jira/browse/CAMEL-15504
             Project: Camel
          Issue Type: Improvement
          Components: camel-cdi
            Reporter: Jan Bednar


Eg. Payara AS exports TransactionManager at JNDI.
{code:java}
java:appserver/TransactionManager
{code}
In Camel CDI is currently hardcoded JNDI
{code:java}
java:/TransactionManager
{code}
See [https://stackoverflow.com/questions/55353883/apache-camel-in-payara-lookup-failed-for-java-transactionmanager]

Current solution is to remap this with web.xml, it would be nice to find way to make this configurable directly in Apache Camel.



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