Hide Forgot
project_key: SOA jbossws-core.jar in jboss-as/server/{all, default, production}/deploy/jbossws.sar is in wrong version. MANIFEST.MF in jbossws-core.jar states: Implementation-version: jbossws-native-2.0.1.SP2_CP08_JBPAPP-5990 but it should be: jbossws-native-2.0.1.SP2_CP09 as stated on http://intranet.corp.redhat.com/ic/intranet/SOAPlatformReleases.html#reldet430CP05 Also the tests from jbossws-native-2.0.1.SP2_CP09 tag cannot be build against WS binaries in SOA-P. This affects SOA-P 4.3 CP05 ER1 build.
Link: Added: This issue is related to SOA-2669
Including SOA-2669 in 4.3 CP05 adds a patch to WS native 2.0.1.SP2_CP08. Basing 4.3 CP05 on EAP 4.3 CP09 adds WS native 2.0.1.SP2_CP09. There is some extra methods added in classes between WS native 2.0.1.SP2_CP08 and 2.0.1.SP2_CP09, for example: http://anonsvn.jboss.org/repos/jbossws/stack/native/branches/jbossws-native-2.0.1.SP2_CP08_JBPAPP-5990/src/main/java/org/jboss/ws/extensions/security/SendUsernameOperation.java http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-native-2.0.1.SP2_CP09/src/main/java/org/jboss/ws/extensions/security/SendUsernameOperation.java Ideally, we would incorporate WS native 2.0.1.SP2_CP09, plus a patch for JBPAPP-5990 in 4.3 CP05.
Another class with changed API is SecurityDecoder in the same package. CP09 tag: http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-native-2.0.1.SP2_CP09/src/main/java/org/jboss/ws/extensions/security/SecurityDecoder.java CP08_JBPAPP-5990: http://anonsvn.jboss.org/repos/jbossws/stack/native/branches/jbossws-native-2.0.1.SP2_CP08_JBPAPP-5990/src/main/java/org/jboss/ws/extensions/security/SecurityDecoder.java
To illustrate the WS version mismatch in CP05: jbossws-native.jar Implementation-Version: jbossws-native-2.0.1.SP2_CP09 (build=201011082206) jbossws-core.jar Implementation-Version: jbossws-native-2.0.1.SP2_CP08_JBPAPP-5990 (build=201102241741)
The tests failed as they required methods from jbossws-core which are in CP09 but not in CP08_JBPAPP-5990 (which we have in CP05).
Release Notes Docs Status: Added: Not Required Writer: Added: dlesage
Resolved with revision 8931 (4.3 branch) of: build-tools/builders/eap/build.xml build-tools/resource/eap_jars/jbossws-client.jar build-tools/resource/eap_jars/jbossws-core.jar Commit message: SOA-2669/SOA-3005/JBPAPP-6251 Update JBoss WS patches with ones applicable for 2.0.1.SP2_CP09.
Labels: Added: rn-not-needed
Hello, with ER2 build I see following revisions on JBossWS jars. revision 2.0.1.SP2_CP09 on: jboss-jaxrpc.jar jboss-jaxws.jar jboss-saaj.jar jbossws-native.jar revision 2.0.1.SP2_CP09_JBPAPP-6251 on: jbossws-core.jar SOA Platform releases page says we have 2.0.1.SP2_CP09_JBPAPP-6251. Shouldn't we have this revision on all webservice jars?
Verified in ER2 - this is applied patch which explains the differences