Hi! Tried org.codehaus.xfire.spring.remoting.XFireClientFactoryBean from xfire 1.2.3 to access xfire web services through spring, and bean initialization ends with ClassNotFoundException java.lang.StringBuilder.
The project should be configured to java 1.4 compatibility, and (when building using maven 2) even JAVA_HOME pointed to JDK v1.4.2_05. Isn't StringBuilder since java v1.5?? Changed xfire back to v1.2.2 and everything works fine. -- Martin
