Bug 901114 (JBPAPP6-1107)
| Summary: | JBossTS - EAP6.0.1.ER3 - XTS demo tests do not work | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ondrej Chaloupka <ochaloup> | ||||||
| Component: | Transaction Manager | Assignee: | Ondrej Chaloupka <ochaloup> | ||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 6.0.0 | CC: | fnasser, kpiwko, maschmid, no-reply, ochaloup | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | EAP 6.0.1 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-1107 | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2012-11-05 17:07:42 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Ondrej Chaloupka
2012-10-26 13:59:44 UTC
Branch of transaction project could be found at: http://anonsvn.jboss.org/repos/labs/labs/jbosstm/tags/JBOSSTS_4_16_6_Final/ XTS demo is at: http://anonsvn.jboss.org/repos/labs/labs/jbosstm/tags/JBOSSTS_4_16_6_Final/XTS/demo-test/ Script which runs the XTS demo automaticaly (inspiration how to run it): https://svn.devel.redhat.com/repos/jboss-qa/hudson/config_repository/scripts/eap/jbossts/xts_demo_tests_eap6.sh Compiled the the jbossts project. Just download and run the demo. https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBoss%20TS/view/JBossTS-EAP6/job/eap-60-jbossts-compile/lastSuccessfulBuild/artifact/jbossts-4.16.x.zip Adding logs from processing. Attachment: Added: org.jboss.jbossts.xts.demotest.XTSDemoTest-output.txt Attachment: Added: server.log Linking related issue. Seems to be related to JMX protocol changes in ER3. See https://issues.jboss.org/browse/JBPAPP-10272 for the workaround. Additionally, you can use servlet protocol instead and it might solve the issue as well. Link: Added: This issue relates to JBPAPP-10272 Release Notes Text: Added: @kpiwko: thank you for help. The source of the problem was similar to that in the linked jira. Between ER2 and ER3 there was a change of org.jboss.remoting3 module from version 3.2.8.SP1 to 3.2.12.GA. jboss-as-arquillian-container-managed with version 7.1.1 is taking version of remoting3: 3.2.3.GA (for 7.1.2 it's 3.2.7.GA currently) and there occurred incompatibility After forcing the tests to use version 3.2.12.GA the test started to work again. Bugzilla Update: Added: Perform Bugzilla References: Added: https://bugzilla.redhat.com/show_bug.cgi?id=871413 Tests are working after the change of the remoting version. Closing this issue. Release Notes Docs Status: Added: Not Required Release Notes Docs Status: Removed: Not Required Release Notes Text: Removed: @kpiwko: thank you for help. The source of the problem was similar to that in the linked jira. Between ER2 and ER3 there was a change of org.jboss.remoting3 module from version 3.2.8.SP1 to 3.2.12.GA. jboss-as-arquillian-container-managed with version 7.1.1 is taking version of remoting3: 3.2.3.GA (for 7.1.2 it's 3.2.7.GA currently) and there occurred incompatibility After forcing the tests to use version 3.2.12.GA the test started to work again. Docs QE Status: Removed: NEW Remoting is now 3.2.14.GA FYI Karel Piwko <kpiwko> changed the Status of [bug 871413|https://bugzilla.redhat.com/show_bug.cgi?id=871413] from NEW to ASSIGNED |