-
Bug
-
Resolution: Done
-
Blocker
-
EAP_EWP 5.2.0 ER4
-
None
-
Not Required
-
NEW
XTS transaction deployment failing with error:
DEPLOYMENTS IN ERROR: Deployment "XTSService" is in error due to the following reason(s): java.lang.SecurityException: class "org.jboss.jbossts.xts.recovery.participant.at.XTSATRecoveryModule"'s signer information does not match signer information of other classes in the same package
Currently it's not possible to use XTS transaction on ER4.
The reason (what I can say) is that the XTS transactions are distributed as sar module which is unpacked to deploy dir for installation (check $JBOSS_HOME/docs/examples/transactions/README.txt). The .sar contains some jars (which are signed) and exploded directory structure with several classes which are obviously unsigned (as they are exploded).
The exploded directory structure should be put to jar which will be signed as well.
- relates to
-
JBPAPP-10428 Unsigned jbossxts.sar in EAP 5.2.0.ER5
- Resolved
-
JBTM-1342 XTS sar distribution - pack .class files from exploded directory to a jar file
- Closed
-
JBTM-2104 XTS war distribution within jbossxts.sar - pack .class files from WEB-INF/classes directory to a jar file
- Closed