[ 
https://issues.apache.org/jira/browse/CXF-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14322259#comment-14322259
 ] 

Andriy Redko edited comment on CXF-6221 at 2/15/15 11:48 PM:
-------------------------------------------------------------

Yes, I am definitely agree with you that everything should be auto-discovered 
(and it is in fact). However, I run into classloader issue you have mentioned 
and decided to tackle issues one by one (that is where singletons came up, 
reasonable simplification to make sure it is working). No, I haven't looked 
into scopes yet (but I definitely should and will). 

To wrap up: there are couple of different issues we have to solve. The approach 
I have taken is just to make simplest deployment model working, then address 
classloader issues, followed by scopes. I hope it makes sense to you, what do 
you think?


was (Author: reta):
Yes, I am definitely agree with you that everything should be auto-discovered 
(and it is in fact). However, I run into classloader issue you have mentioned 
and decided to tackle issues one by one (that is where singletons came up, 
reasonable simplification to make sure it is working). No, I haven't looked 
into scopes yet (but I definitely should and will). 

To wrap up: there are couple of different issues we have to solve. The approach 
I have taken is just to make simplest deployment model working, than address 
classloader issues, followed by scopes. I hope it makes sense to you, what do 
you think?

> CDI integration extension does not detect annotations on Karaf
> --------------------------------------------------------------
>
>                 Key: CXF-6221
>                 URL: https://issues.apache.org/jira/browse/CXF-6221
>             Project: CXF
>          Issue Type: Bug
>          Components: Integration, JAX-RS
>            Reporter: Krystian Panek
>            Assignee: Andriy Redko
>              Labels: cdi, extension, integration, karaf
>         Attachments: screenshot-1.png
>
>
> I am trying to use portable extension to get working CDI 1.2 and CXF 3.0.2 on 
> Apache Karaf. I wrapped it into OSGi bundle. I installed to my container also:
> * weld 2.1.1
> * pax-cdi-1.2
> * pax-cdi-1.2-web
> * pax-cdi-web-weld
> My JAXRS resources are not found by extension because some line from class 
> **JAXRSCdiResourceExtension** returns false even annotated element contains 
> proper annotation but as a proxy (see attachment image / screenshot from 
> debugger).
> {code}
>         if (event.getAnnotated().isAnnotationPresent(ApplicationPath.class)) {
> {code}
> It would be nice,  to tell me how to get it working. I also tested CDI-1.1. 
> Same situation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to