Re: FrameworkEvent ERROR org.osgi.framework.ServiceException: Service factory exception: Could not obtain lock

2020-05-12 Thread RajA
Thanks David for your reply. I don’t think there is a circular reference between the components. We didn’t see the error before our upgrades. We are seeing the issue since we upgraded jdk11 and karaf to 4.2.8 version. If you think thread dump will help you debug, i will try to get one. When th

Access restriction on bundles created using BND plugin

2010-02-07 Thread Raja Kannappan
I created bundles for third party jars using BND plugin. All packages are exported. But, still when I try to use it, I get "The constructor is not accessible due to restriction on required library ". Any idea on why this happens and how to avoid this? Thanks in advanc

$(maven-symbolicname) property not working in maven bnd plugin

2011-02-25 Thread Raja Kannappan
cname) generated by bundle plugin. At least, that's what the documentation says - http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html But, when I read that property I always get null. Does this property work for anyone? Any ideas on what I'm missing here? Thanks, - Raja.

RE: $(maven-symbolicname) property not working in maven bnd plugin

2011-02-25 Thread Raja Kannappan
Would it be $(bundle-symbolicname) ? On 2/25/11 11:32, john.dun...@exceter.com wrote: > Are you using $(maven-symbolicname) or ${maven-symbolicname} ? > > Quoting Raja Kannappan : > >> Hi, >> >> We use maven BND Plugin to generate OSGi bundles from reg

RE: $(maven-symbolicname) property not working in maven bnd plugin

2011-02-25 Thread Raja Kannappan
Hi Simon, Ok. I need it in a different phase. So, I guess I can't use it. Do you know why it is not set as a regular maven property? Thanks, - Raja. -Original Message- From: Simon Chemouil [mailto:schemo...@gmail.com] Sent: Friday, February 25, 2011 12:10 PM To:

RE: $(maven-symbolicname) property not working in maven bnd plugin

2011-02-25 Thread Raja Kannappan
maven-symbolicname) property not working in maven bnd plugin In your pom, ${maven-symbolicname} would be the correct syntax. Whether or not a property of that name has actually been set is another matter. Quoting Raja Kannappan : > I tried all possible combinations - $(maven-symbolicname), &