[
https://jira.jboss.org/jira/browse/JBTM-518?page=com.atlassian.jira.plugi...
]
Andrew Dinn commented on JBTM-518:
----------------------------------
This is probably ok for now but the BA framework code should really be relying upon the
XTS api jar not the wst1.x jars. The former jar contains all the classes (and only the
classes) which external clients need to compile against. Depending upon how XTS is built
and installed this api jar will contain either 1.0, 1.1 or both sets of api code.
Also, in the long run the XTS api jar will be available in the AS release where it occurs
inside the deployed (exploded) XTS sar. Once again, depending upon how it is built this
will ex[pose the 1.0, 1.1 or both APIs (the default released sar will include only 1.1
code). So the BA framework code really ought to be configured to link against
${JBOSS_HOME}/server/default/jbossxts.sar/jbossxts-api.jar
Provide explicit ../lib/arjuna_wst1_0.jar, so WS-BusinessActivity
Framework works "out of the box" with JBoss 5.00GA
---------------------------------------------------------------------------------------------------------------------
Key: JBTM-518
URL:
https://jira.jboss.org/jira/browse/JBTM-518
Project: JBoss Transaction Manager
Issue Type: Support Patch
Security Level: Public(Everyone can see)
Environment: software platform
Reporter: BEN COTTON
Original Estimate: 1 hour
Remaining Estimate: 1 hour
The current JBoss WS-BusinessActivity Framework 0.2.1 code (both demos and txbridge)
currently imports the com.arjuna.wst.* and com.arjuna.mw.wst.* class libraries. These
libraries are WST 1.0 compliant and will not work "out of the box" with JBoss
5.00GA (which requires WST 1.1 compliance).
This patch provides and explicit
https://svn.jboss.org/repos/labs/labs/jbosstm/workspace/bencotton/BAFRAME...
so that the BA Framework (both demos and txbridge) will work "out of the box"
with JBoss 5.00GA.
Another JIRA will document patching the org.jboss.ba.demo.* and org.jboss.txbridge.* Java
source code to explicitly import WST 1.1 classes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira