Lucene demo not working in standalone transactions
--------------------------------------------------
Key: ISPN-339
URL:
https://jira.jboss.org/jira/browse/ISPN-339
Project: Infinispan
Issue Type: Bug
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 4.0.0.GA
since jbossjts was upgraded from 4.6.0.GA to 4.9.0.GA the Lucene directory demo throws
exceptions about a missing ORB :
FATAL com.arjuna.ats.jts.logging.loggerI18N - [com.arjuna.ats.internal.jts.ORBManager] The
ORB has not been initialized yet
Exception in thread "main" com.arjuna.ats.arjuna.exceptions.FatalError
at com.arjuna.ats.internal.jts.ORBManager.getPOA(ORBManager.java:94)
at
com.arjuna.ats.internal.jts.OTSImpleManager.<clinit>(OTSImpleManager.java:332)
at
com.arjuna.ats.internal.jta.transaction.jts.TransactionImple.getTransaction(TransactionImple.java:1239)
at
com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple.getTransaction(TransactionManagerImple.java:74)
at
org.infinispan.context.InvocationContextContainerImpl.getRunningTx(InvocationContextContainerImpl.java:147)
at
org.infinispan.context.InvocationContextContainerImpl.createInvocationContext(InvocationContextContainerImpl.java:57)
at org.infinispan.CacheDelegate.getInvocationContext(CacheDelegate.java:287)
at org.infinispan.CacheDelegate.get(CacheDelegate.java:199)
at
org.infinispan.lucene.InfinispanDirectory.getFileList(InfinispanDirectory.java:220)
at org.infinispan.lucene.InfinispanDirectory.list(InfinispanDirectory.java:96)
at org.infinispan.lucene.InfinispanDirectory.listAll(InfinispanDirectory.java:263)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira