Re: ipojo and default values

2011-11-08 Thread Clement Escoffier
Hi, Sorry for this pretty late reply… On 28.10.2011, at 11:05, Bengt Rodehav wrote: > Hello Clement, > > I have used the @Updated annotation (haven't tried the @Property on a method > though). The problem is that the @Updated method is called while I'm in the > midst of executing the @Validate

Re: Generating Source bundles for eclipse

2011-11-08 Thread Simon Goodall
Hi, I tried adding <_sources> (and a <_sourcepath>) to my section of my pom.xml and also to a bnd.bnd file with <_include>. Under the bundle plugin version 2.3.5 nothing appears to happen. Under 2.4.0-SNAPSHOT I get a class cast exception. >From the description it appears that the sources will a

Question about "fileinstall not loading webconsole"

2011-11-08 Thread Xuehan Xu
Dear sirs: I used the eclipse launcher to launch the osgi system, and used the felix fileinstall bundle to implement the bundle hot-plugging. But it's very overwhelming that all the bundles was loaded by the fileinstall bundle, except the felix webconsole bundle, which was never installed at

Re: Generating Source bundles for eclipse

2011-11-08 Thread Stuart McCulloch
On 8 Nov 2011, at 13:43, Simon Goodall wrote: > Hi, > > I tried adding <_sources> (and a <_sourcepath>) to my > section of my pom.xml and also to a bnd.bnd file with <_include>. > Under the bundle plugin version 2.3.5 nothing appears to happen. Under > 2.4.0-SNAPSHOT I get a class cast exception

Re: Generating Source bundles for eclipse

2011-11-08 Thread Simon Goodall
On 8 November 2011 13:58, Stuart McCulloch wrote: > On 8 Nov 2011, at 13:43, Simon Goodall wrote: > >> Hi, >> >> I tried adding <_sources> (and a <_sourcepath>) to my >> section of my pom.xml and also to a bnd.bnd file with <_include>. >> Under the bundle plugin version 2.3.5 nothing appears to h

Re: Bundle-ClassPath is not read

2011-11-08 Thread Stuart McCulloch
On 8 Nov 2011, at 00:25, Adrien Ragot wrote: > Hi Stuart, > > Thank you very much for your dedication. > Here is the bug I've submitted: > https://issues.apache.org/jira/browse/FELIX-3206 . > I've preemptively set the fix version to 2.3.6 so that it appears in > your radar, feel free to change it

Re: Question about "fileinstall not loading webconsole"

2011-11-08 Thread Richard S. Hall
Were any error messages printed to the console? -> richard On 11/8/11 8:49, Xuehan Xu wrote: Dear sirs: I used the eclipse launcher to launch the osgi system, and used the felix fileinstall bundle to implement the bundle hot-plugging. But it's very overwhelming that all the bundles was

Re: Question about "fileinstall not loading webconsole"

2011-11-08 Thread Xuehan Xu
Hi, sir:-) There are no error error messages in the log file or console. I can install the webconsole mannually, but it can't be loaded automatically On 9 November 2011 11:06, Richard S. Hall wrote: > Were any error messages printed to the console? > > -> richard > > > On 11/8/11 8:49, Xuehan Xu