Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0
-
Component/s: Spring
-
Labels:None
-
Environment:HideWebSphere Platform 6.0
Host Operating System is Windows 2000, version 5.0
Java version = J2RE 1.4.2 IBM Windows 32 build cn142sr1w-20041028 (JIT enabled: jitc),
Java VM name = Classic VM
activation-1.0.2.jar
commons-codec-1.3.jar
commons-httpclient-3.0.jar
commons-logging-1.0.4.jar
jdom-1.0.jar
mail-1.3.3_01.jar
spring-1.2.6.jar
stax-api-1.0.jar
stax-utils-snapshot-20040917.jar
txt
wsdl4j-1.5.2.jar
wstx-asl-2.9.jar
xbean-spring-2.2.jar
xfire-all-1.0.jar
ShowWebSphere Platform 6.0 Host Operating System is Windows 2000, version 5.0 Java version = J2RE 1.4.2 IBM Windows 32 build cn142sr1w-20041028 (JIT enabled: jitc), Java VM name = Classic VM activation-1.0.2.jar commons-codec-1.3.jar commons-httpclient-3.0.jar commons-logging-1.0.4.jar jdom-1.0.jar mail-1.3.3_01.jar spring-1.2.6.jar stax-api-1.0.jar stax-utils-snapshot-20040917.jar txt wsdl4j-1.5.2.jar wstx-asl-2.9.jar xbean-spring-2.2.jar xfire-all-1.0.jar
Description
Simple service that returns the input String fails. The log shows:
[2/28/06 11:12:49:748 EST] 00000032 XFireServlet E Error initializing XFireServlet.
[2/28/06 11:12:49:758 EST] 00000032 XFireServlet E TRAS0014I: The following exception was logged org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'xfire.typeMappingRegistry' defined in class path resource [org/codehaus/xfire/spring/xfire.xml]: Initialization of bean failed; nested exception is java.lang.VerifyError: (class: org/codehaus/xfire/aegis/type/basic/ObjectType, method: writeSchema signature: (Lorg/jdom/Element;)V) Incompatible argument to method
java.lang.VerifyError: (class: org/codehaus/xfire/aegis/type/basic/ObjectType, method: writeSchema signature: (Lorg/jdom/Element;)V) Incompatible argument to method
at org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.createDefaultMappings(DefaultTypeMappingRegistry.java:294)
A complete log is attached.
Yep, seeing the same thing here.
WebSphere Application Server 6.0.2.7
Spring 1.2.6
Xfire 1.0
Works fine in JBoss 4.0.1, though, so it looks to be WAS6 related.