[JBoss JIRA] (JBTM-2133) Multiple QA test suite failures on Oracle
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBTM-2133?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on JBTM-2133:
-----------------------------------------------
Ondrej Chaloupka <ochaloup(a)redhat.com> changed the Status of [bug 1081448|https://bugzilla.redhat.com/show_bug.cgi?id=1081448] from NEW to VERIFIED
> Multiple QA test suite failures on Oracle
> -----------------------------------------
>
> Key: JBTM-2133
> URL: https://issues.jboss.org/browse/JBTM-2133
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Gytis Trikleris
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 4.17.19, 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-jdbcobjectstore/6...
> {code}
> txcore_lockrecord LockRecord_Thread_Test032b Fail (0m37.778s)
> txcore_lockrecord LockRecord_Thread_Test035b Fail (0m15.279s)
> txcore_lockrecord LockRecord_Thread_Test036a Fail (0m12.145s)
> txcore_lockrecord LockRecord_Thread_Test036b Fail (0m21.774s)
> txcore_lockrecord LockRecord_Thread_Test043b Fail (0m10.901s)
> txcore_lockrecord LockRecord_Thread_Test044b Fail (0m23.904s)
> txcore_lockrecord LockRecord_Thread_Test048a Fail (0m13.528s)
> txcore_lockrecord LockRecord_Thread_Test048b Fail (0m30.007s)
> crashrecovery12 CrashRecovery12_Test03 Fail (4m10.784s)
> crashrecovery12 CrashRecovery12_Test04 Fail (4m10.153s)
> crashrecovery12 CrashRecovery12_Test05 Fail (4m11.909s)
> crashrecovery12 CrashRecovery12_Test06 Fail (4m11.862s)
> crashrecovery12 CrashRecovery12_Test07 Fail (4m11.435s)
> crashrecovery12 CrashRecovery12_Test02 Fail (4m9.581s)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (JBTM-2184) NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-2184?page=com.atlassian.jira.plugin.... ]
Michael Musgrove edited comment on JBTM-2184 at 5/28/14 6:04 AM:
-----------------------------------------------------------------
So my guess is that we need to add the dependency to ArjunaJTA/narayana-jta/pom.xml - what is the easiest way to test that?
I ran tattletale over narayana-jta and it reports transitive dependencies on other stuff as well (org.hornetq.core and org.jfree). Does that imply we need to add explicit dependencies on those too?
was (Author: mmusgrov):
So my guess is that we need to add the dependency to ArjunaJTA/narayana-jta/pom.xml - what is the easiest way to test that?
> NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
> -----------------------------------------------------------------
>
> Key: JBTM-2184
> URL: https://issues.jboss.org/browse/JBTM-2184
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JTA
> Affects Versions: 5.0.1
> Reporter: Andrew Rubinger
> Assignee: Paul Robinson
>
> Looks like Narayana is missing a dependency, as this isn't brought in transitively:
> {code}java.lang.NoClassDefFoundError: org/jboss/tm/FirstResource
> at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.order(XAResourceRecord.java:139)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.orderEquals(AbstractRecord.java:663)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.equals(AbstractRecord.java:227)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:379)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:144)
> at com.arjuna.ats.arjuna.coordinator.BasicAction.add(BasicAction.java:307)
> at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:647){code}
> I'm also not finding the 7.x series of jboss-transaction-spi in Maven Central; is this intended?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (JBTM-2184) NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-2184?page=com.atlassian.jira.plugin.... ]
Michael Musgrove commented on JBTM-2184:
----------------------------------------
So my guess is that we need to add the dependency to ArjunaJTA/narayana-jta/pom.xml - what is the easiest way to test that?
> NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
> -----------------------------------------------------------------
>
> Key: JBTM-2184
> URL: https://issues.jboss.org/browse/JBTM-2184
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JTA
> Affects Versions: 5.0.1
> Reporter: Andrew Rubinger
> Assignee: Paul Robinson
>
> Looks like Narayana is missing a dependency, as this isn't brought in transitively:
> {code}java.lang.NoClassDefFoundError: org/jboss/tm/FirstResource
> at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.order(XAResourceRecord.java:139)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.orderEquals(AbstractRecord.java:663)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.equals(AbstractRecord.java:227)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:379)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:144)
> at com.arjuna.ats.arjuna.coordinator.BasicAction.add(BasicAction.java:307)
> at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:647){code}
> I'm also not finding the 7.x series of jboss-transaction-spi in Maven Central; is this intended?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (JBTM-2184) NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2184?page=com.atlassian.jira.plugin.... ]
Paul Robinson commented on JBTM-2184:
-------------------------------------
We currently have all "org.jboss.jbossts" and "org.jboss.narayana" artefacts synced. Let me know what additional group ids you want, and I'll contact Sonatype.
> NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
> -----------------------------------------------------------------
>
> Key: JBTM-2184
> URL: https://issues.jboss.org/browse/JBTM-2184
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JTA
> Affects Versions: 5.0.1
> Reporter: Andrew Rubinger
> Assignee: Paul Robinson
>
> Looks like Narayana is missing a dependency, as this isn't brought in transitively:
> {code}java.lang.NoClassDefFoundError: org/jboss/tm/FirstResource
> at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.order(XAResourceRecord.java:139)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.orderEquals(AbstractRecord.java:663)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.equals(AbstractRecord.java:227)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:379)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:144)
> at com.arjuna.ats.arjuna.coordinator.BasicAction.add(BasicAction.java:307)
> at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:647){code}
> I'm also not finding the 7.x series of jboss-transaction-spi in Maven Central; is this intended?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (JBTM-2184) NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2184?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-2184:
-------------------------------------
Hi Mike,
We can ask [~paul.robinson] to get the SPI synced to Maven Central. Once we overhaul the SPI it would be synced automatically because everything under org.jboss.narayana is synced to Maven Central already. Ask Paul to ask the central guys to sync the SPI too.
Tom
> NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
> -----------------------------------------------------------------
>
> Key: JBTM-2184
> URL: https://issues.jboss.org/browse/JBTM-2184
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JTA
> Affects Versions: 5.0.1
> Reporter: Andrew Rubinger
> Assignee: Tom Jenkinson
>
> Looks like Narayana is missing a dependency, as this isn't brought in transitively:
> {code}java.lang.NoClassDefFoundError: org/jboss/tm/FirstResource
> at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.order(XAResourceRecord.java:139)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.orderEquals(AbstractRecord.java:663)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.equals(AbstractRecord.java:227)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:379)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:144)
> at com.arjuna.ats.arjuna.coordinator.BasicAction.add(BasicAction.java:307)
> at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:647){code}
> I'm also not finding the 7.x series of jboss-transaction-spi in Maven Central; is this intended?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (JBTM-2184) NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2184?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2184:
--------------------------------
Assignee: Paul Robinson (was: Tom Jenkinson)
> NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
> -----------------------------------------------------------------
>
> Key: JBTM-2184
> URL: https://issues.jboss.org/browse/JBTM-2184
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JTA
> Affects Versions: 5.0.1
> Reporter: Andrew Rubinger
> Assignee: Paul Robinson
>
> Looks like Narayana is missing a dependency, as this isn't brought in transitively:
> {code}java.lang.NoClassDefFoundError: org/jboss/tm/FirstResource
> at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.order(XAResourceRecord.java:139)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.orderEquals(AbstractRecord.java:663)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.equals(AbstractRecord.java:227)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:379)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:144)
> at com.arjuna.ats.arjuna.coordinator.BasicAction.add(BasicAction.java:307)
> at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:647){code}
> I'm also not finding the 7.x series of jboss-transaction-spi in Maven Central; is this intended?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (JBTM-2184) NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
by Andrew Rubinger (JIRA)
[ https://issues.jboss.org/browse/JBTM-2184?page=com.atlassian.jira.plugin.... ]
Andrew Rubinger commented on JBTM-2184:
---------------------------------------
Well, the missing dependency bit I qualify simply based on importing "org.jboss.narayana.jta:narayana-jta"; if this has classes that call out into jboss-transaction-spi and that's not a transitive dependency of narayana-jta, this is missing, correct? Unless you have some mechanism in place where some code paths have optional dependencies?
So: *if* my issue above is valid and jboss-transaction-spi should be a transitive, runtime (or compile-time) dependency of narayana-jta, I'd suggest we add it as Step 1.
And regarding Maven Central: again *if* this issue is valid, then any dependencies of a project in Central must also be in Central, as this remote repo is intended to be a complete repository. That's according to Sonatype rules and, if I'm remembering correctly, should be enforced by our Nexus installation when we go to promote/release builds.
> NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
> -----------------------------------------------------------------
>
> Key: JBTM-2184
> URL: https://issues.jboss.org/browse/JBTM-2184
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JTA
> Affects Versions: 5.0.1
> Reporter: Andrew Rubinger
> Assignee: Tom Jenkinson
>
> Looks like Narayana is missing a dependency, as this isn't brought in transitively:
> {code}java.lang.NoClassDefFoundError: org/jboss/tm/FirstResource
> at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.order(XAResourceRecord.java:139)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.orderEquals(AbstractRecord.java:663)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.equals(AbstractRecord.java:227)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:379)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:144)
> at com.arjuna.ats.arjuna.coordinator.BasicAction.add(BasicAction.java:307)
> at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:647){code}
> I'm also not finding the 7.x series of jboss-transaction-spi in Maven Central; is this intended?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (JBTM-2184) NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-2184?page=com.atlassian.jira.plugin.... ]
Michael Musgrove commented on JBTM-2184:
----------------------------------------
What's the procedure for ensuring our artifacts make it into maven central? How are you determining our missing dependencies?
> NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
> -----------------------------------------------------------------
>
> Key: JBTM-2184
> URL: https://issues.jboss.org/browse/JBTM-2184
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JTA
> Affects Versions: 5.0.1
> Reporter: Andrew Rubinger
> Assignee: Tom Jenkinson
>
> Looks like Narayana is missing a dependency, as this isn't brought in transitively:
> {code}java.lang.NoClassDefFoundError: org/jboss/tm/FirstResource
> at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.order(XAResourceRecord.java:139)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.orderEquals(AbstractRecord.java:663)
> at com.arjuna.ats.arjuna.coordinator.AbstractRecord.equals(AbstractRecord.java:227)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:379)
> at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:144)
> at com.arjuna.ats.arjuna.coordinator.BasicAction.add(BasicAction.java:307)
> at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:647){code}
> I'm also not finding the 7.x series of jboss-transaction-spi in Maven Central; is this intended?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (JBTM-2184) NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
by Andrew Rubinger (JIRA)
Andrew Rubinger created JBTM-2184:
-------------------------------------
Summary: NoClassDefFoundError: Missing Dependency on jboss-transaction-spi
Key: JBTM-2184
URL: https://issues.jboss.org/browse/JBTM-2184
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: JTA
Affects Versions: 5.0.1
Reporter: Andrew Rubinger
Assignee: Tom Jenkinson
Looks like Narayana is missing a dependency, as this isn't brought in transitively:
{code}java.lang.NoClassDefFoundError: org/jboss/tm/FirstResource
at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.order(XAResourceRecord.java:139)
at com.arjuna.ats.arjuna.coordinator.AbstractRecord.orderEquals(AbstractRecord.java:663)
at com.arjuna.ats.arjuna.coordinator.AbstractRecord.equals(AbstractRecord.java:227)
at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:379)
at com.arjuna.ats.arjuna.coordinator.RecordList.insert(RecordList.java:144)
at com.arjuna.ats.arjuna.coordinator.BasicAction.add(BasicAction.java:307)
at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:647){code}
I'm also not finding the 7.x series of jboss-transaction-spi in Maven Central; is this intended?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months