Re: Custom interceptors with DOSGi

2012-01-17 Thread Sergey Beryozkin
rting my bundle with the service in it (which DOES have access to the package that my SoapFaultInterceptor is in). It seems like the only way to make it work would be to hack the MANIFEST.MF for the org.apache.cxf.bundle-minimal to import my bundle with the custom interceptor. Is there a diff

Re: Custom interceptors with DOSGi

2012-01-17 Thread gaygeek
wrote: >> >>>>> Ignore that please, keeping forgetting the cxf bundle does not >> import >> >>>>> custom classes/ >> >>>>> >> >>>>> I think in DOSGi case, a new property would have to be introduced >>

Re: Custom interceptors with DOSGi

2012-01-17 Thread gaygeek
>>> I think in DOSGi case, a new property would have to be introduced in > >>>>> time for custom CXF interceptors be picked up > >>>>> > >>>>> Cheers, Sergey > >>>>> > >>>>> On 16/01/12 12:25, Sergey Be

Re: Custom interceptors with DOSGi

2012-01-17 Thread Sergey Beryozkin
e to hack the MANIFEST.MF for the org.apache.cxf.bundle-minimal to import my bundle with the custom interceptor. Is there a different way to configure custom interceptors with DOSGi? Or am I missing something in order to allow the annotations to work? Annotations for the WebServic

Re: Custom interceptors with DOSGi

2012-01-17 Thread gaygeek
>>>>>> > >>>>>>> Is there a different way to configure custom interceptors with > >>>>>>> DOSGi? > >>>>>>> Or am > >>>>>>> I missing something in order to allow the annotations to work? &

Re: Custom interceptors with DOSGi

2012-01-17 Thread gaygeek
seems that the interceptor cannot be > >>>>> initialized via > >>>>> annotation, as the org.apache.cxf.bundle-minimal does not have > >>>>> access > >>>>> to my > >>>>> custom interceptor class from its bundle classloader.

Re: Custom interceptors with DOSGi

2012-01-16 Thread Freeman Fang
e with the custom interceptor. Is there a different way to configure custom interceptors with DOSGi? Or am I missing something in order to allow the annotations to work? Annotations for the WebService interface: @WebService(name = "HelloService", targetNamespace = &q

Re: Custom interceptors with DOSGi

2012-01-16 Thread gaygeek
g.apache.cxf.interceptor.Fault: Could not create annotation > >>>>> object: > >>>>> com.uhg.upm.webservice.interceptor.SoapFaultInterceptor > >>>>> at > >>> > >>> > org.apache.cxf.interceptor.AnnotationInterceptors.ini

Re: Custom interceptors with DOSGi

2012-01-16 Thread Sergey Beryozkin
ort my bundle with the custom interceptor. Is there a different way to configure custom interceptors with DOSGi? Or am I missing something in order to allow the annotations to work? Annotations for the WebService interface: @WebService(name = "HelloService", targetNamesp

Re: Custom interceptors with DOSGi

2012-01-16 Thread Daniel Kulp
t; > >> custom interceptor class from its bundle classloader. I get the > > > > following > > > > >> error when starting my bundle with the service in it (which DOES > > >> have > > >> access > > >> to the package that my Soap

Re: Custom interceptors with DOSGi

2012-01-16 Thread gaygeek
(which DOES have > >> access > >> to the package that my SoapFaultInterceptor is in). It seems like the > >> only > >> way to make it work would be to hack the MANIFEST.MF for the > >> org.apache.cxf.bundle-minimal to import my bundle with the custom &

Re: Custom interceptors with DOSGi

2012-01-16 Thread Sergey Beryozkin
FEST.MF for the org.apache.cxf.bundle-minimal to import my bundle with the custom interceptor. Is there a different way to configure custom interceptors with DOSGi? Or am I missing something in order to allow the annotations to work? Annotations for the WebService interface: @WebService(name

Re: Custom interceptors with DOSGi

2012-01-16 Thread Sergey Beryozkin
t work would be to hack the MANIFEST.MF for the org.apache.cxf.bundle-minimal to import my bundle with the custom interceptor. Is there a different way to configure custom interceptors with DOSGi? Or am I missing something in order to allow the annotations to work? Annotations for the WebSe

Custom interceptors with DOSGi

2012-01-13 Thread gaygeek
eptor. Is there a different way to configure custom interceptors with DOSGi? Or am I missing something in order to allow the annotations to work? Annotations for the WebService interface: @WebService(name = "HelloService", targetNamespace = "http://upm.uhc.com/example/hello"