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 http://www.nabble.com/cxf-user-f16914.htm

Re:

2007-06-25 Thread James Mao
You can search the results here http://www.nabble.com/cxf-user-f16914.html Basically this is the thread i got http://www.nabble.com/CXF-Eclipse-Plugin-tf3573170.html#a10006587 I'll put those instruction links into the http://cwiki.apache.org/confluence/display/CXF20DOC/Tools soon. James He

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 familia

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 g

Re: going from incubator

2007-06-25 Thread Glen Mazza
Am Montag, den 25.06.2007, 18:01 +0300 schrieb Alexey Zavizionov: > Hello all, > > I'm new to the CXF. I want to know why the CXF in the incubator? Brand-new potential Apache projects need to go into the incubator first before they (possibly) become real Apache projects: http://incubator.apache

going from incubator

2007-06-25 Thread Alexey Zavizionov
Hello all, 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? Thanks in advance, Alexey PS: FYI: I seeking for soap implementation for my serious project. I

soap && callbacks

2007-06-25 Thread Jan Kriesten
hi, i'm not yet that familiar with soap & co. and what is doable. is it somehow possible to have an instance on the service side and a client can register a callback to itself (e.g. to be notified if a cache should be cleared)? or would i have to go another way in that matter and have the clie

[no subject]

2007-06-25 Thread Mielke, Torsten
Hello, Do you have up-to-date instructions on how to install the CXF plug-in into Eclipse 3.2? Cheers, Torsten Mielke IONA Technologies GmbH (registriert in Deutschland, AG Darmstadt) Registernummer: HRB 7939 Geschäftsadresse: Im Leuschnerpark 4, D- 64347 Griesheim,

Re: service ok, client not...

2007-06-25 Thread Jan Kriesten
hi willem, > 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 relates to resin. > In CXF, we use Wo

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

Re: service ok, client not...

2007-06-25 Thread Jan Kriesten
hi willem, > Anyway , please set the right bus before you create the client. i did as you suggested: ---8<--- Bus bus = new SpringBusFactory().createBus(); JaxWsProxyFactoryBean sf = new JaxWsProxyFactoryBean(); sf.setBus( bus ); sf.setServiceClass( IConfigService.class

Re: service ok, client not...

2007-06-25 Thread Willem Jiang
Hi Jan, I just went through your code. Here are some notes about your client side code. 1. Please use JaxWsProxyFactoryBean to create a client , because JaxWsProxyFactoryBean can consume the SEI's annotation. 2. If the bus is not set to JaxWsProxyFactoryBean, it will test the static variable d

Re: service ok, client not...

2007-06-25 Thread Jan Kriesten
hi willem, > Bus bus = new SpringBusFactory().createBus(); using the bus i got one step further, but now i'm in the game with the following exception: [10:40:23.211] Creating Service {http://config.services.silberlicht.de/}IConfigService from class de.silberlicht.services.config.ICo nfigServi

Re: service ok, client not...

2007-06-25 Thread Jan Kriesten
hi freeman, before open a jira issue - maybe i'm doing something completely wrong. here's my code/config: interface: @WebService( name="ConfigService", targetNamespace="http://silberlicht.de/ConfigService";) public interface IConfigService { @WebMethod @WebResult( name="value" ) pub

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 n

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 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- Versi

Re: service ok, client not...

2007-06-25 Thread Freeman Fang
Hi Jan, I notice you still use 2.0-incubator-RC, we fix several bugs since that version. Would you please try the latest trunk? Thanks very much Freeman Jan Kriesten wrote: hi, Would you please check cxf-rt-transports-http-2.1-incubator-SNAPSHOT.jar and cxf-rt-transports-http-jetty-2.