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)