Re: how to create cxf-servlet.xml or bean.xml using java2ws plugin in maven?

2018-08-28 Thread Colm O hEigeartaigh
You could take a look at some of the samples to see how they are written, for example: https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/java_first_jaxws/src/main/webapp/WEB-INF Colm. On Tue, Aug 28, 2018 at 1:33 PM sonuamit...@gmail.com wrote: > Hey i am using ma

how to create cxf-servlet.xml or bean.xml using java2ws plugin in maven?

2018-08-28 Thread sonuamit282
Hey i am using maven from building the war file for deploying the project on tomcat. I am using apache cxf java2ws plugin for generating wsdl and xsd file I am able to generate the jaxws files, wsdl and xsd file but i am not able to generate cxf-servlet.xml or bean.xml which is required by tomca

rest services in servicemix 3.4.0

2018-08-28 Thread M, Ramya (Nokia - IN/Bangalore)
HI Team, Please help me to solve this I am trying to create rest services inside servicemix 3.4.0 by using camel-cfxrs I created camel serviceunit and service assembly and deployed in servicemix 3.4.0 Camel service unit : configure public void configure() { from("cxfrs://h

FW: REST inside servicemix 3.4.0

2018-08-28 Thread Ls, Deepthi (Nokia - IN/Bangalore)
Hi Team, Thanks for the confirmation that we can deploy REST services inside servicemix 3.4.0 with camel-cxfrs. I am trying to create rest services inside servicemix 3.4.0 by using camel-cfxrs I created camel serviceunit and service assembly and deployed in servicemix 3.4.0 Camel service uni

configuring the path per class

2018-08-28 Thread Vassilis Virvilis
Hi again, I am using CXFNonSpringJaxrsServlet and I would like to configure the path per class I am assuming here that the equivalent of spring config ... is the following fragment in web.xml jaxrs.serviceClasses

cxf and oauth2 configuration

2018-08-28 Thread Vassilis Virvilis
Hi, I am taking the tutorial here http://cxf.apache.org/docs/jax-rs-oauth2.html and I can't find a way to configure the dataProvider in the AccessTokenService class without Spring. I am using the CXFNonSpringJaxrsServlet I am currently using public class MyAccessTokenService extends

cxf and oauth2 configuration

2018-08-28 Thread Vassilis Virvilis
Hi, I am taking the tutorial here http://cxf.apache.org/docs/jax-rs-oauth2.html and I can't find a way to configure the dataProvider in the AccessTokenService class without Spring. I am using the CXFNonSpringJaxrsServlet I am currently using public class MyAccessTokenService extends