The same exception is thrown using Websphere 6.1. I use maven2 to handle the classpath using those dependencies.
<dependency> <groupId>org.codehaus.xfire</groupId> <artifactId>xfire-spring</artifactId> <version>1.2.6</version> </dependency> <dependency> <groupId>org.codehaus.xfire</groupId> <artifactId>xfire-java5</artifactId> <version>1.2.6</version> </dependency> As I didn't decide which jars to use and as there are several TransformFactory in the referenced jar (by the way XALAN is not used) it's quite difficult to investigate. Right now i'll use the FIX describe in FAQ but using an maven exclusion for xerces/xmlParserAPIs/2.6.2 or something should be better. I will update the thread if i found a maven-way. -- View this message in context: http://www.nabble.com/-jira--Created%3A-%28XFIRE-721%29-ClassCastException-caused-by-1.2.2-SchemaSerializer-tp6925743p16666354.html Sent from the XFire - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
