[infinispan-issues] [JBoss JIRA] Commented: (ISPN-883) Being able to pass a TransactionManager instance to a new Cache definition
Sanne Grinovero (JIRA)
jira-events at lists.jboss.org
Wed Jan 19 12:59:49 EST 2011
[ https://issues.jboss.org/browse/ISPN-883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576583#comment-12576583 ]
Sanne Grinovero commented on ISPN-883:
--------------------------------------
In the testcase you can see I am actually trying to pass a org.infinispan.transaction.lookup.TransactionManagerLookup implementation passing my own TM via the "customConfiguration.setTransactionManagerLookup(myLookupInstance)" invocation, and this fails.
The title of the issue mentions passing a TM, because that's what I'm trying to to - passing any of the two should do the trick.
> Being able to pass a TransactionManager instance to a new Cache definition
> --------------------------------------------------------------------------
>
> Key: ISPN-883
> URL: https://issues.jboss.org/browse/ISPN-883
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Sanne Grinovero
> Assignee: Mircea Markus
> Priority: Minor
> Fix For: 4.2.1.Final, 5.0.0.BETA1
>
>
> opposing to being able to set the classname only, it should be able to pass existing instances. I'm dealing with a case in which I have to create and configure a TransactionManager before starting the cache.
> If it's simple enough, it would be very nice to have this in 4.2.1 too - feel free to remove the version if it doesn't fit.
> Providing a testcase.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list