Bug 778100 (SOA-611)

Summary: Duplicate occurence of asm.jar
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Jiri Pechanec <jpechane>
Component: Build ProcessAssignee: trev <tkirby>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 4.2 CP03   
Target Milestone: ---   
Target Release: 4.2 CP03   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-611
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-08 10:45:53 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 Jiri Pechanec 2008-06-25 11:43:14 UTC
Date of First Response: 2008-07-09 10:07:46
project_key: SOA

The asm.jar is present in two locations
    - deploy/jbpm.esb/asm.jar
    - lib/asm.jar

Right now both files provides the same version 1.5.3

Comment 1 trev 2008-07-09 14:07:46 UTC
asm.jar removed from jbpm.esb

Comment 2 Dana Mison 2008-11-26 02:06:52 UTC
Release Note:
The file asm.jar in deploy/jbpm.esb/ was a duplicate.  It has been removed and the only copy is now in the lib directory of the server.

Comment 3 Len DiMaggio 2008-12-08 19:33:47 UTC
In 4.2 CP03 CR5, we have two different builds of the same version (1.5.3) of the asm.jar file:


[ldimaggi@ldimaggi 42_CP03_CR5]$ pwd
/opt/42_CP03_CR5
[ldimaggi@ldimaggi 42_CP03_CR5]$ find . -name asm.jar -ls
4063614   32 -rw-r--r--   1 ldimaggi ldimaggi    26360 Dec  3 14:36 ./jboss-soa-p.4.2.0/jbpm-jpdl/lib/asm.jar
8324262   32 -rw-r--r--   1 ldimaggi ldimaggi    26360 Dec  3 14:59 ./jboss-soa-p.4.2.0/jboss-as/server/production/deploy/jbpm.esb/asm.jar
1540328   32 -rw-r--r--   1 ldimaggi ldimaggi    26777 Oct 24 16:17 ./jboss-soa-p.4.2.0/jboss-as/server/production/lib/asm.jar
6029819   32 -rw-r--r--   1 ldimaggi ldimaggi    26777 Oct 24 16:18 ./jboss-soa-p.4.2.0/jboss-as/server/default/lib/asm.jar
1343819   32 -rw-r--r--   1 ldimaggi ldimaggi    26360 Dec  3 14:59 ./jboss-soa-p.4.2.0/jboss-as/server/all/deploy/jbpm.esb/asm.jar
3735880   32 -rw-r--r--   1 ldimaggi ldimaggi    26777 Oct 24 16:18 ./jboss-soa-p.4.2.0/jboss-as/server/all/lib/asm.jar
4620534   32 -rw-r--r--   1 ldimaggi ldimaggi    26360 Dec  3 14:36 ./jboss-soa-p-standalone.4.2.0/jbpm-jpdl/lib/asm.jar
1376473   32 -rw-r--r--   1 ldimaggi ldimaggi    26360 Dec  3 14:56 ./jboss-soa-p-standalone.4.2.0/jboss-as/server/default/deploy/jbpm.esb/asm.jar
 917911   32 -rw-r--r--   1 ldimaggi ldimaggi    26777 Dec  3 14:57 ./jboss-soa-p-standalone.4.2.0/jboss-as/server/default/lib/asm.jar

----------------------------------

The Dec 3 file:

./jboss-soa-p.4.2.0/jbpm-jpdl/lib/asm.jar

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.2
Created-By: 1.5.0_01-b08 (Sun Microsystems Inc.)
Implementation-Title: ASM
Implementation-Version: 1.5.3
Implementation-Vendor: France Telecom R&D

----------------------------------

The Oct 24 file:

./jboss-soa-p.4.2.0/jboss-as/server/production/lib/asm.jar

Manifest-Version: 1.0
Specification-Title: JBoss
Created-By: R27.1.0-109-73164-1.5.0_08-20061129-1418-linux-ia32 (BEA Systems, Inc.)
Ant-Version: Apache Ant 1.6.5
Implementation-Title: ASM
Specification-Vendor: JBoss (http://www.jboss.org/)
Specification-Version: 4.3.0.GA_CP03
Implementation-Vendor-Id: http://www.jboss.org/
Implementation-Version: 1.5.3
Implementation-Vendor: France Telecom R&D
Implementation-URL: http://www.jboss.org/


Comment 4 Julian Coleman 2009-01-05 11:32:53 UTC
Fixed in revision 2491 of:
  build-tools/builders/eap/build.xml
  build-tools/builders/esb/build.xml
on the SOA-P-4.2 branch.

Commit message:
 Remove extra asm.jar.  Fixes JIRA SOA-611.


Comment 5 Jiri Pechanec 2009-01-08 10:45:53 UTC
Verified in CR7