[jboss-jira] [JBoss JIRA] (JBJCA-1056) Inflow can't function because of invalid instanceof check
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Wed Jul 10 08:23:22 EDT 2013
Carlo de Wolf created JBJCA-1056:
------------------------------------
Summary: Inflow can't function because of invalid instanceof check
Key: JBJCA-1056
URL: https://issues.jboss.org/browse/JBJCA-1056
Project: IronJacamar
Issue Type: Bug
Components: Core
Affects Versions: 1.0.18.Final
Reporter: Carlo de Wolf
Assignee: Jesper Pedersen
Priority: Critical
Fix For: 1.0.19.Final
{noformat}
14:23:23,819 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 60) MSC00001: Failed to start service jboss.deployment.unit."message-listener-in-class-hierarchy-test.jar".component.ConcreteMDB.START: org.jboss.msc.service.StartException in service jboss.deployment.unit."message-listener-in-class-hierarchy-test.jar".component.ConcreteMDB.START: java.lang.IllegalArgumentException: Recovery is not a XAResourceRecoveryImpl instance
at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:57) [jboss-as-ee-7.2.2-internal-SNAPSHOT.jar:7.2.2-internal-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_25]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]
at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.1.0.Final.jar:2.1.0.Final]
Caused by: java.lang.IllegalArgumentException: Recovery is not a XAResourceRecoveryImpl instance
at org.jboss.jca.core.tx.jbossts.XAResourceRecoveryRegistryImpl.addXAResourceRecovery(XAResourceRecoveryRegistryImpl.java:50) [ironjacamar-core-impl-1.0.18.Final.jar:1.0.18.Final]
at org.jboss.jca.core.rar.EndpointImpl.activate(EndpointImpl.java:201) [ironjacamar-core-impl-1.0.18.Final.jar:1.0.18.Final]
at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponent.start(MessageDrivenComponent.java:178)
at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54) [jboss-as-ee-7.2.2-internal-SNAPSHOT.jar:7.2.2-internal-SNAPSHOT]
... 7 more
{noformat}
The XAResource is of type {{org.jboss.jca.core.tx.jbossts.XAResourceRecoveryInflowImpl}} instead.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list