[
https://issues.apache.org/jira/browse/IGNITE-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14997672#comment-14997672
]
Valentin Kulichenko commented on IGNITE-1864:
---------------------------------------------
I think we should deprecate {{CacheTmLookup}} interface with its
implementations and {{txManagerLookupClassName}} configuration property. We can
use JCache factory instead:
{code}
TransactionConfiguration.setTxManagerFactory(Factory<TransactionManager>
factory)
{code}
> Cannot configure jndiNames for CacheJndiTmLookup
> -------------------------------------------------
>
> Key: IGNITE-1864
> URL: https://issues.apache.org/jira/browse/IGNITE-1864
> Project: Ignite
> Issue Type: Bug
> Components: general
> Reporter: Yakov Zhdanov
> Assignee: Valentin Kulichenko
> Fix For: 1.6
>
>
> Since user have an ability to configure only lookup class name via
> org.apache.ignite.configuration.TransactionConfiguration#getTxManagerLookupClassName,
> he lacks ability to properly configure all of its properties.
> This seems to be a general problem for this approach
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)