Re: Does OpenEJB3.0 support @WebService & co (jax-ws) annotations?

2008-08-02 Thread Karan Malhi
Christian, There is an example in the openejb examples zip file on the download page at http://openejb.apache.org/download.html. Download the openejb-examples-3.0.zip file. This file contains a directory named simple-webservice. If you have maven installed on your machine, then you can navigate to

Re: Does OpenEJB3.0 support @WebService & co (jax-ws) annotations?

2008-08-02 Thread Christian Schuhegger
Thanks for the hint! After modifying the pom a bit more by adding a dependency on cxf-bundle 2.0.8 at the top of the dependencies it is working now: org.apache.cxf cxf-bundle 2.0.8 The pre