Bug 780569 (SOA-3005)

Summary: jbossws-core.jar in SOA 4.3 CP05 is in wrong version
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Boris Belovic <bbelovic>
Component: JBossWSAssignee: Julian Coleman <jcoleman>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: urgent    
Version: 4.3 cp05 ER1CC: bbelovic, jcoleman, ldimaggi
Target Milestone: ---   
Target Release: 4.3 CP05, 4.3 CP05 ER2   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-3005
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
SOA-P 4.3 CP05 ER1
Last Closed: 2011-04-22 08:12:25 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:

Description Boris Belovic 2011-04-05 11:16:30 UTC
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.

Comment 1 Julian Coleman 2011-04-05 13:14:19 UTC
Link: Added: This issue is related to SOA-2669


Comment 2 Julian Coleman 2011-04-05 13:19:20 UTC
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.

Comment 4 Len DiMaggio 2011-04-05 14:57:47 UTC
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)

Comment 5 Len DiMaggio 2011-04-05 14:59:43 UTC
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).



Comment 6 David Le Sage 2011-04-11 23:21:48 UTC
Release Notes Docs Status: Added: Not Required
Writer: Added: dlesage


Comment 7 Julian Coleman 2011-04-12 15:21:12 UTC
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.


Comment 8 Julian Coleman 2011-04-12 15:21:12 UTC
Labels: Added: rn-not-needed


Comment 9 Boris Belovic 2011-04-20 13:44:46 UTC
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?

Comment 10 Jiri Pechanec 2011-04-22 08:12:25 UTC
Verified in ER2 - this is applied patch which explains the differences