Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Bundle Question(separating slf4j jars into different bundles causes problem)
icon5.gif  Bundle Question [message #635919] Thu, 28 October 2010 15:39
Carusyte Missing name is currently offline Carusyte Missing nameFriend
Messages: 27
Registered: July 2009
Junior Member
Since slf4j uses 'binding jars' to do its job, seems that I can organize slf4j core jar into one bundle, and the binding jars into others, so that I can hook up these bundles according to implementation needs; but it appears that the depending bundle has issue loading a class in slf4j core, something like 'StaticLoggerFactory'.

An alternative solution is to organize the core jar and different bindings jars into respective bundles, but the depending bundle still has trouble finding some class in slf4j.

Has anyone ever encounter this situation? Is it an issue with the bundle class loading mechanism?
Thanks in advance.

[Updated on: Thu, 28 October 2010 15:40]

Report message to a moderator

Previous Topic:Starting Equinox in junit test
Next Topic:Installing fix through classic update
Goto Forum:
  


Current Time: Thu Apr 18 04:52:57 GMT 2024

Powered by FUDForum. Page generated in 0.01951 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top