Re: Using iPojo interceptors

2013-12-11 Thread Clement Escoffier
Hi, I did something pretty close to your implementation: https://gist.github.com/cescoffier/7914911 It works as expected, however the reconfiguration listener is called only when the instance is reconfigured (so setting the field from the code is not enough). Regards, Clement On 9 déc. 2013,

Re: Bad BundleSymbolicName in generated Manifest

2013-12-11 Thread Chetan Mehrotra
Have a look at Maven Bundle Plugin docs around how it computes the Bundle-SymbolicName by default [1]. So in your case it defaults to artifactId (see point 4 under ) Chetan Mehrotra [1] http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html#ApacheFelixMavenBundlePlugin%28BND%29-De