Hide Forgot
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
asm.jar removed from jbpm.esb
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.
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/
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.
Verified in CR7