Re: service ok, client not...

2007-06-25 Thread Jan Kriesten
hi, Would you please check cxf-rt-transports-http-2.1-incubator-SNAPSHOT.jar and cxf-rt-transports-http-jetty-2.1-incubator-SNAPSHOT.jar is on your client side classpath? And Would you please provide the client side classpath ? client and server are within the same jvm, i.e. the servlet

Re: service ok, client not...

2007-06-25 Thread Jan Kriesten
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi freeman, I notice you still use 2.0-incubator-RC, we fix several bugs since that version. i switched between both, it doesn't make any difference. i used the latest trunk from yesterday. regards, --- jan. -BEGIN PGP SIGNATURE-

Re: service ok, client not...

2007-06-25 Thread Freeman Fang
Hi Jan, Would you please fill a jira for us to track this issue and append your test code? Thanks very much Freeman Jan Kriesten wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi freeman, I notice you still use 2.0-incubator-RC, we fix several bugs since that version. i

Re: service ok, client not...

2007-06-25 Thread Willem Jiang
It looks like a char set exception, that came from com.caucho.xml.stream.XMLInputFactoryImpl.createXMLStreamReader(XMLInputFactoryImpl.java:149) I just went through current CXF trunk's lib, and not found any thing about com.caucho.xml.stream.XMLInputFactoryImpl After I google it, I found it

Re: service ok, client not...

2007-06-25 Thread Willem Jiang
Hi Jan, CXF_Servlet will try to replace all the DestinationFactory with ServletTransportFactory form the DestinationFactoryManager. And the DestinationFactoryManager is per Bus. If you want to use the client within a servlet, My suggestion is you can create a new bus which is initiated as a

Re: going from incubator

2007-06-25 Thread Daniel Kulp
On Monday 25 June 2007 11:01, Alexey Zavizionov wrote: I'm new to the CXF. I want to know why the CXF in the incubator? When it will within asf real projects? And what does it mean incubator (http://incubator.apache.org/), is it bad or not so? The Apache Incubator is the entity designed to get

Re: soap callbacks

2007-06-25 Thread Freeman Fang
Hi Jan, Yes, you can register client side EPR(endpoint reference) to server for callback. Actually, we have a sample callback in the kit to show how typical callback works. You can get concrete idea from this sample. Thanks very much Freeman Jan Kriesten wrote: hi, i'm not yet that

Re:

2007-06-25 Thread James Mao
Also, hope this helps http://cwiki.apache.org/confluence/display/CXF20DOC/CXF+tools+in+Eclipse STP team is updating their document, i'll update the page to add their links after they finished their instructions. James You can search the results here