DOSGI - problem with jax-ws

2009-07-16 Thread Björn Schütte
Hi all, I have a problem getting the greeter sample to work with jax-ws frontend using the current cxf-dosgi-1.1-snapshot. The resulting wsdl is missing all type and operations definitions. I simply added he following properties to my activator: props.put(org.apache.cxf.ws.frontend,

Re: DOSGI - problem with jax-ws

2009-07-16 Thread Sergey Beryozkin
Hi I think you may need to import javax.jws.* into your service bundle. Can you give it a try please ? cheers, Sergey - Original Message - From: Björn Schütte bjo...@schuette.se To: dev@cxf.apache.org Sent: Thursday, July 16, 2009 10:39 AM Subject: DOSGI - problem with jax-ws Hi

Re: DOSGI - problem with jax-ws

2009-07-16 Thread bschuette
To: dev@cxf.apache.org Sent: Thursday, July 16, 2009 10:39 AM Subject: DOSGI - problem with jax-ws Hi all, I have a problem getting the greeter sample to work with jax-ws frontend using the current cxf-dosgi-1.1-snapshot. The resulting wsdl is missing all type and operations definitions