Re: org.apache.cxf.interceptor.Fault: [warning] org.eclipse.jetty.io.EofException: timeout

2015-07-23 Thread Srikanth Hugar
Thank you Sergey for quick reply. Srikanth Hugar www.gharki.com On Thu, Jul 23, 2015 at 6:36 PM, Sergey Beryozkin wrote: > Something to do with the client connection, may be this can help: > https://groups.google.com/forum/#!topic/cometd-users/aJFjUizBYKk > > Sergey > On

org.apache.cxf.interceptor.Fault: [warning] org.eclipse.jetty.io.EofException: timeout

2015-07-23 Thread Srikanth Hugar
I am using apache karaf container along with jetty, spring and cxf. And noticed lot of warning while authenticating using spring security. Tried to find the information on web, but could not find much. Anybody experienced similar issue. Why such warnings? Will it impact? *Snippet of exception sta

Could not initialize class org.apache.cxf.jaxrs.provider.ProviderFactory

2014-11-06 Thread Srikanth Hugar
I am getting below exception when i start my WAB in OSGi environment. I have all the requirements cxf bundles deployed. What could be the problem? Karaf version : 3.0.0 spring version. 3.2.x cxf version 2.6.x Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.cxf.ja

Re: How do i use JAX-RS with WAB in OSGi karaf?

2014-11-04 Thread Srikanth Hugar
allocate its own CXFServlet/Destinations? Could you please direct me with some links of docs if you have? Srikanth Hugar www.gharki.com On Tue, Nov 4, 2014 at 4:05 PM, Sergey Beryozkin wrote: > Do you use web.xml at all ? > > Without it, multiple jaxrs:endpoint with the same address

Re: How do i use JAX-RS with WAB in OSGi karaf?

2014-11-04 Thread Srikanth Hugar
ke below with JAX-RS . . If i change path to "/" as mentioned below in both WAB, it fails with same address error which is expected. . How do i configure my WAB's in above mentioned scenario? Srikanth Hu

How do i use JAX-RS with WAB in OSGi karaf?

2014-11-04 Thread Srikanth Hugar
I have a existing multiple REST services with bundle using JAX-RS with different addresses. Hence it works fine because in JAX-RS address i specify the different addresses. But now i want to convert my bundles to WAB because i want to integrate with spring security and want to run with different W

Unable to wire package : sgi.wiring.package=org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser

2014-11-03 Thread Srikanth Hugar
When I try to create base JAX-RS server, I am facing below exception. Apache Karaf version : 3.0.0 CXF version : 2.7.x Spring framework version : 3.2.x My OSGi bundle is importing the package *org.apache.cxf.jaxrs.spring,version=[2.7,3) from org.apache.cxf.cxf-rt-frontend-jaxrs (234)* But still