On Wed, May 30, 2012 at 3:22 PM, Richard S. Hall <[email protected]> wrote: > On 5/30/12 07:36 , Christian Grobmeier wrote:
>> Basically I just need to take the configuration provided by the pom >> above and put it into our pom.xml - right? > > > Yes, that would be a start, but as another user points out, it may not go > far enough...it just depends on your code. If it mostly acts as a library, > then it might be enough, but if it attempts to do code loading or makes > assumptions about class visibility, then you can still run into issues. > > If you want to understand a little bit about OSGi, then you could look at > this presentation: > > > http://felix.apache.org/site/presentations.data/Learning_to_ignore_OSGi.pdf > > It will at least give you some idea of what you are up against. :-) Oh dear. Thank you so much for these slides. Now I understood better. To my defense I never wanted to consume without understanding - I just wanted to fix without understanding :-) I will need to dig into the code to see if it is possible to make log4j a module. Thanks Christian > > -> richard > >> >> cheers >> Christian >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- http://www.grobmeier.de https://www.timeandbill.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

