Closed GoogleCodeExporter closed 8 years ago
Hi Andy, I've tried to manage this issue, and seems like that the bundle of
log4j is not included into the install list.
I've seen that (for Felix and pax-runner 1.4) forcing the dependency to be installed, including
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>provided</scope>
</dependency>
but after this, the OSGi compendium bundle also required javax.servlet bundle, so I decided to update the pax-runner to version 1.8.5 and this fixed the issue for Felix and Equinox, and this give a new OSGi shell that make the container start with these bundles.
Original comment by selva.an...@gmail.com
on 11 Jun 2014 at 9:00
Original issue reported on code.google.com by
andypiperuk
on 19 Mar 2014 at 9:39