Re[2]: Bundle classloaders and annotations

2007-07-11 Thread Peter Kriens
Use bnd, it will detect the types of the annotations and import them accordingly ... Kind regards, Peter Kriens RS> Karl, RS> Sorry, that was my fault since the Bundle-Classpath for the SCA annotations RS> jar was not set correctly in the bundle. Now I just have the problem that RS> t

Re: Bundle classloaders and annotations

2007-07-11 Thread Rajini Sivaram
Karl, Sorry, that was my fault since the Bundle-Classpath for the SCA annotations jar was not set correctly in the bundle. Now I just have the problem that the Tuscany code that processes the annotations sees different annotation classes from the one used by the bundle. Once I rewrite that code,

Re: Bundle classloaders and annotations

2007-07-11 Thread Karl Pauls
Does bundleA import the package containing annotationB? regards, Karl On 7/11/07, Rajini Sivaram <[EMAIL PROTECTED]> wrote: Hello, I have a question related to annotations which is not specific to Felix, but related to OSGi bundle classloaders. I imagine someone on this list will know the ans

Bundle classloaders and annotations

2007-07-11 Thread Rajini Sivaram
Hello, I have a question related to annotations which is not specific to Felix, but related to OSGi bundle classloaders. I imagine someone on this list will know the answer, so I thought this is as good a place as any to ask the question. I would like to start using SCA annotations inside classe