Please try to use maven ,
BTW, I updated the ant's build.xml of camel-cxf-example two days ago ,
please check the latest trunk version out.
Willem
Micky Santomax wrote:
Hi Willem, I had tried with camel 1.4 also with
CXF 2.0.4 and CXF 2.1.1 but there were same
problems
Note : I run it with ant, could be this the problem ?
willem.jiang wrote:
Current Camel 1.4 RC2[1] can work with CXF 2.1, maybe you can try that.
[1]http://people.apache.org/~hadrian/apache-camel-1.4.0-RC2/maven2/org/apache/camel/apache-camel/1.4.0/
Willem
Micky Santomax wrote:
I have try with Camel 1.3 and CXF 2.1 ang get errors during compile
on "return super.getPort(SoapOverHttp, Greeter.class, features);"
of SOAPService stub automatically generated
I also try with Camel 1.3 and CXF 2.0.4 and compile is ok
but when I run the example I get the
java.net.ConnectException: Connection refused: connect
[java] at org.apache.camel.example.cxf.provider.CamelCxfExample.main
(CamelCxfExample.java:39)
[java] java.lang.NullPointerException