[
https://issues.apache.org/jira/browse/IGNITE-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15035813#comment-15035813
]
Artem Shutak commented on IGNITE-1864:
--------------------------------------
Will go with the following API (Dev list:
https://mail-archives.apache.org/mod_mbox/ignite-dev/201512.mbox/browser):
{code}
public <T> void setTxManagerLookupFactory(Factory<T> f) {
}
public <T> Factory<T> getTxManagerLookupFactory() {
return ...;
}
{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: Artem Shutak
> Priority: Critical
> 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)