So perusing the code it seems that detection of JTA is automatic (CacheJtaManager) but this one relies on TM lookup classes. There is one implementation that comes with Ignite (CacheJndiTmLookup) but I don't seem to understand how to set the jndiNames property. Since the CacheJtaManager creates an instance using the default constructor (via Class.newInstance) and then the newly created instance is "injected" by the GridResourceProcessor but only if the implementation class includes annotations that are understood by a series of "injectors". Since the CacheJndiTmLookup class has no annotations, how is it possible to set jndiNames property?
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Container-Managed-Transactions-CMT-and-Ignite-tp1748p1751.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
