I´m with difficults to find documentations about the release 1.2.6 .
Now I´m trying to test the new DynamicClient class, precisely the new invoke
method signature.
Instead
invoke(OperationInfo arg0, Object[] arg1)
invoke(String arg0, Object[] arg1)
At xfire-1.2.6 we have a new option
invoke(String arg0, XMLStreamReader arg1)
But when I try to test my web service with the embeeded http server I got this
exception
Exception in thread "main" java.lang.NoClassDefFoundError:
org/mortbay/jetty/Connector
at ServiceStarter.start(ServiceStarter.java:31)
at Test.main(Test.java:13)
It doesn´t happen with older versions.
my classpath.
D:/M24Repos/org/codehaus/xfire/xfire-core/1.2.6/xfire-core-1.2.6.jar
D:/M24Repos/org/codehaus/xfire/xfire-java5/1.2.6/xfire-java5-1.2.6.jar
D:/M24Repos/org/codehaus/xfire/xfire-spring/1.2.6/xfire-spring-1.2.6.jar
D:/M24Repos/org/codehaus/xfire/xfire-jaxb2/1.2.6/xfire-jaxb2-1.2.6.jar
M2_REPO/commons-attributes/commons-attributes-api/2.1/commons-attributes-api-2.1.jar"
M2_REPO/org/springframework/spring/1.2.6/spring-1.2.6.jar"
M2_REPO/org/apache/ws/commons/XmlSchema/1.0.3/XmlSchema-1.0.3.jar"
M2_REPO/xmlbeans/xbean/2.1.0/xbean-2.1.0.jar"
M2_REPO/jetty/org.mortbay.jetty/5.1.10/org.mortbay.jetty-5.1.10.jar"
M2_REPO/wsdl4j/wsdl4j/1.5.2/wsdl4j-1.5.2.jar"
M2_REPO/javax/mail/mail/1.4/mail-1.4.jar"
M2_REPO/org/codehaus/xfire/xfire-xmlbeans/1.1.1/xfire-xmlbeans-1.1.1.jar"
M2_REPO/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"
M2_REPO/stax/stax-api/1.0.1/stax-api-1.0.1.jar"
M2_REPO/javax/activation/activation/1.1/activation-1.1.jar"
M2_REPO/com/sun/xml/bind/jaxb-impl/2.0.1/jaxb-impl-2.0.1.jar"
M2_REPO/org/codehaus/xfire/xfire-java5/1.1.1/xfire-java5-1.1.1.jar"
M2_REPO/org/codehaus/xfire/xfire-annotations/1.1.1/xfire-annotations-1.1.1.jar"
M2_REPO/org/codehaus/xfire/xfire-spring/1.1.1/xfire-spring-1.1.1.jar"
M2_REPO/qdox/qdox/1.5/qdox-1.5.jar"
M2_REPO/jaxen/jaxen/1.1-beta-9/jaxen-1.1-beta-9.jar"
<classpathentry
sourcepath="M2_REPO/commons-codec/commons-codec/1.3/commons-codec-1.3-sources.jar"
path="M2_REPO/commons-codec/commons-codec/1.3/commons-codec-1.3.jar"
M2_REPO/ant/ant/1.5/ant-1.5.jar"
M2_REPO/commons-httpclient/commons-httpclient/3.0/commons-httpclient-3.0.jar"
M2_REPO/net/java/dev/stax-utils/stax-utils/20040917/stax-utils-20040917.jar"
M2_REPO/com/sun/xml/bind/jaxb-xjc/2.0.1/jaxb-xjc-2.0.1.jar"
M2_REPO/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar"
M2_REPO/javax/xml/jaxb-api/2.0/jaxb-api-2.0.jar"
M2_REPO/org/codehaus/xfire/xfire-jaxb2/1.1.1/xfire-jaxb2-1.1.1.jar"
M2_REPO/xfire/xfire-jsr181-api/1.0-M1/xfire-jsr181-api-1.0-M1.jar"
M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"
M2_REPO/woodstox/wstx-asl/2.9.3/wstx-asl-2.9.3.jar"
<classpathentry
sourcepath="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar"
path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"
M2_REPO/jdom/jdom/1.0/jdom-1.0.jar"
M2_REPO/org/codehaus/xfire/xfire-core/1.1.1/xfire-core-1.1.1.jar"
M2_REPO/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"
M2_REPO/org/apache/xbean/xbean-spring/2.4/xbean-spring-2.4.jar"
M2_REPO/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar"
M2_REPO/org/codehaus/xfire/xfire-aegis/1.1.1/xfire-aegis-1.1.1.jar"
target/classes" kind="output"/>
there are xfire-1.2.5 jars at my classpath, but they are after 1.2.6, I guess
there is no problem, right?
thanks in advance
Arian Rodrigo Pasquali