[JBoss JIRA] (JBTM-1365) Deploy REST-AT support as a JBoss Module
by Paul Robinson (JIRA)
Paul Robinson created JBTM-1365:
-----------------------------------
Summary: Deploy REST-AT support as a JBoss Module
Key: JBTM-1365
URL: https://issues.jboss.org/browse/JBTM-1365
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: REST
Reporter: Paul Robinson
Assignee: Michael Musgrove
Fix For: 5.0.0.M2
Currently a user of REST-AT needs to deploy the coordinator and also create a new module for the REST-AT client support. It would be a lot easier for developers if this was already deployed as part of AS7.
I think the way to do this is to create a sub-system for the coordinator (like what we do for the XTS coordinator) and a module for the REST-AT libraries (again, similar to XTS).
--
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
12 years
[JBoss JIRA] (JBTM-1364) Migrate "REST-AT to JTA" bridge into TXBridge component
by Paul Robinson (JIRA)
Paul Robinson created JBTM-1364:
-----------------------------------
Summary: Migrate "REST-AT to JTA" bridge into TXBridge component
Key: JBTM-1364
URL: https://issues.jboss.org/browse/JBTM-1364
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Demonstrator, REST, TxBridge
Reporter: Paul Robinson
Assignee: Paul Robinson
Fix For: 5.0.0.M2
The task is to the work Gytis did on his internship and migrate it into the TXBridge project.
Tasks:
1. Review the current solution looking for:
1.1 Major issues that prevent an initial release
1.2 Test coverage
2. Make any required changes
3. Merge into the TXBridge project
4. Migrate the quickstarts accross
5. Create a blog post
5.1 Consider what the end user will need to do to use this technology. We may want to wait until REST-AT and this Bridge are shipped with a Narayana build of AS7. Otherwise the steps to get this working could be rather lengthy.
--
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
12 years
[JBoss JIRA] (JBTM-1106) BA client-side support
by Paul Robinson (JIRA)
Paul Robinson created JBTM-1106:
-----------------------------------
Summary: BA client-side support
Key: JBTM-1106
URL: https://issues.jboss.org/browse/JBTM-1106
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: XTS
Reporter: Paul Robinson
Assignee: Paul Robinson
Priority: Minor
Fix For: 5.0.0.Final
See the "Policy Assertions" section of the WS-BA and WS-AT specification for what this should implement. Ideally this feature would be turned on/off via an annotation, however we should take a look to see if WS-Policy mandates a particular method.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBTM-1320) WSATTestCase test failure
by Tom Jenkinson (JIRA)
Tom Jenkinson created JBTM-1320:
-----------------------------------
Summary: WSATTestCase test failure
Key: JBTM-1320
URL: https://issues.jboss.org/browse/JBTM-1320
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: XTS
Reporter: Tom Jenkinson
Assignee: Paul Robinson
Fix For: 5.0.0.M2
Please edit this, the description and components as appropriate.
--
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
12 years
[JBoss JIRA] (JBTM-1355) Merge XTS JUnit and Arquillian tests
by Paul Robinson (JIRA)
Paul Robinson created JBTM-1355:
-----------------------------------
Summary: Merge XTS JUnit and Arquillian tests
Key: JBTM-1355
URL: https://issues.jboss.org/browse/JBTM-1355
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Testing, XTS
Reporter: Paul Robinson
Assignee: Paul Robinson
Priority: Minor
Fix For: 4.17.4, 5.0.0.M2
When migrating the XTS tests to Arquillian, we wanted to make sure that the old tests where still functional whilst the Arquillian counterparts stabilized. As a result we now have two classes for each test. The Arquillian test delegates each @Test method to the corresponding @Test in the old suite.
For example:
We have the actual test in:
./XTS/localjunit/WSTX/src/main/java/com/arjuna/wst11/tests/arq/ba/MultiClose.java
And then a Arquillian JUnit test which just calls the test methods above is here:
./XTS/localjunit/WSTX/src/test/java/com/arjuna/wst11/tests/arq/ba/MultiCloseTest.java
To resolve this issue, we should remove the tests under './XTS/localjunit/WSTX/src/main/java' and merge the test methods into Arquillian test. At the end of this process "./XTS/localjunit/WSTX/src/main" should be empty (and thus removed).
This applies to most, if not all suites under "./XTS/localjunit/".
--
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
12 years