Hide Forgot
Date of First Response: 2008-09-05 10:56:23 project_key: SOA I went through the build jars and I hove found following suspected jar occurences, diferent versions etc. jbpm.esb/dom4j.jar - Present in lib dir also with EAP specific tag soap.esb/Wise-core.jar - Naming antlr is also present in lib dir with EAP specific tag jbrules.esb/antlr-runtime-3.0.jar smooks.esb/antlr-2.7.2.jar It is strange that Groovy is in Smooks but not in jbossesb.sar smooks.esb/groovy-all-1.0.jar In lib dirs with different version - 1.0.0 CP1 soap.esb/jboss-saaj.jar soap.esb/jboss-jaxws.jar soap.esb/jbossws-common.jar soap.esb/jbossws-spi.jar Versioned as 4.0.5 but in lib dir is 4.3.0_CP02 soap.esb/jboss-system.jar Present in lib dir in same version soap.esb/commons-httpclient-3.0.1.jar soapui-client.sar/lib/commons-httpclient-3.0.1.jar Tagged with 4.2.0, differs from the one coming with EAP soap.esb/jbossall-client.jar Version tag differs from the one in jbossws.sar and client libs - -b2 appendix soap.esb/jaxb-api.jar soap.esb/jaxb-xjc.jar soap.esb/jaxb-impl.jar Version tag differs from the one in lib dirs - not sure if its problem but definitely build by different system soap.esb/jaxws-rt.jar soap.esb/jaxws-tools.jar Presnt in endorsed or lib dirs smooks.esb/xalan-2.7.0.jar smooks.esb/xml-apis-1.0.b2.jar Different versions to those in jbossws.sar - probably OK jbossesb.sar/lib/wstx-asl-3.2.0.jar jbossesb.sar/lib/stax-api-1.0.1.jar jbrules.esb/stax-api-1.0.1.jar Looks like public classes for xmlbeans, should be either in client libs or removed jbossesb.sar/lib/xmlpublic-2.2.0.jar Present in lib in version 1.1 soapui-client.sar/lib/commons-logging-1.0.4.jar In lib dir in version 1.3 soapui-client.sar/lib/commons-codec-1.2.jar
Link: Added: This issue is duplicated by SOA-748
Link: Added: This issue depends JBESB-1990
Also - as Martin found - the contents of jbossall-client.jar under soap.esb are strange: . |-- EDU | `-- oswego |-- MBeanInfoDB-xmbeandd.xml |-- META-INF | `-- MANIFEST.MF |-- dtd | |-- jboss_xmbean_1_0.dtd | |-- jboss_xmbean_1_1.dtd | `-- jboss_xmbean_1_2.dtd |-- javax | |-- ejb | |-- enterprise | |-- jms | |-- management | |-- resource | |-- security | |-- sql | |-- transaction | `-- xml |-- jbossorg-eula.txt `-- org |-- apache |-- hibernate |-- jboss |-- jnp `-- omg
Link: Added: This issue is a dependency of SOA-815
Version differences cause code failures (see SOA-815).
The majority of these are addressed The ones still present are stax-api, wstx and antlr 3.0 (different package names from antlr 2.7.2).
Verified in CR1