I also tried your solution and it worked also , thanks again On Tue, Jan 12, 2010 at 5:28 PM, ayman elwany <[email protected]> wrote:
> thanks Toni, I just solved the problem by doing this: > > I downloaded the install org.apache.felix.eventadmin-1.0.0.jar from > http://mir2.ovh.net/ftp.apache.org/dist/felix/org.apache.felix.eventadmin-1.0.0.jar > > then from felix shell > > -> install file:C:\*Path*\org.apache.felix.eventadmin-1.0.0.jar > > then it worked .. > > > > On Tue, Jan 12, 2010 at 5:04 PM, Toni Menzel <[email protected]> wrote: > >> Hi, >> >> newer versions of pax runner (i suppose you run it using Pax Construct >> looking at your scripts) do not install the compendium bundle anymore by >> default. >> You need to add that to your mix. >> Looking at the provided example you can do this like so: >> pax-import-bundle -g org.osgi -a org.osgi.compendium -v 4.2.0 >> >> Toni >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >

