[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-714?pag...
]
Emmanuel Bernard updated HSEARCH-714:
-------------------------------------
Description:
I tried to upgrade JBoss JTA from 4.11.0.Final to 4.14.0.Final but got some weird
exception
{code}
java.lang.NoSuchMethodError:
org.jboss.logging.Logger.logv(Lorg/jboss/logging/Logger$Level;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
at
com.arjuna.ats.arjuna.logging.arjunaI18NLoggerImpl.info_recovery_TransactionStatusManager_1(arjunaI18NLoggerImpl.java:627)
at
com.arjuna.ats.arjuna.recovery.TransactionStatusManager.addService(TransactionStatusManager.java:86)
at
com.arjuna.ats.arjuna.recovery.TransactionStatusManager.start(TransactionStatusManager.java:130)
at
com.arjuna.ats.arjuna.recovery.TransactionStatusManager.<init>(TransactionStatusManager.java:56)
at
com.arjuna.ats.arjuna.coordinator.TxControl.createTransactionStatusManager(TxControl.java:188)
at com.arjuna.ats.arjuna.coordinator.TxControl.<clinit>(TxControl.java:317)
at
org.hibernate.search.test.integration.jbossjta.infra.JBossTADataSourceBuilder.createDataSource(JBossTADataSourceBuilder.java:41)
at org.hibernate.search.test.integration.jbossjta.JBossTSTest.setUp(JBossTSTest.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:65)
{code}
Summary: Upgrade to Hibernate Core 3.6.2 (was: Upgrade to Hibernate Core 3.6.2
and JBoss TS 4.14)
Upgrade to Hibernate Core 3.6.2
--------------------------------
Key: HSEARCH-714
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-714
Project: Hibernate Search
Issue Type: Task
Components: engine, integration
Reporter: Emmanuel Bernard
Assignee: Emmanuel Bernard
Fix For: 3.4.0.Beta1
I tried to upgrade JBoss JTA from 4.11.0.Final to 4.14.0.Final but got some weird
exception
{code}
java.lang.NoSuchMethodError:
org.jboss.logging.Logger.logv(Lorg/jboss/logging/Logger$Level;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
at
com.arjuna.ats.arjuna.logging.arjunaI18NLoggerImpl.info_recovery_TransactionStatusManager_1(arjunaI18NLoggerImpl.java:627)
at
com.arjuna.ats.arjuna.recovery.TransactionStatusManager.addService(TransactionStatusManager.java:86)
at
com.arjuna.ats.arjuna.recovery.TransactionStatusManager.start(TransactionStatusManager.java:130)
at
com.arjuna.ats.arjuna.recovery.TransactionStatusManager.<init>(TransactionStatusManager.java:56)
at
com.arjuna.ats.arjuna.coordinator.TxControl.createTransactionStatusManager(TxControl.java:188)
at com.arjuna.ats.arjuna.coordinator.TxControl.<clinit>(TxControl.java:317)
at
org.hibernate.search.test.integration.jbossjta.infra.JBossTADataSourceBuilder.createDataSource(JBossTADataSourceBuilder.java:41)
at
org.hibernate.search.test.integration.jbossjta.JBossTSTest.setUp(JBossTSTest.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:65)
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira