Classloading problems while migrating vom 3.1.0 to 3.2.1 [message #76330] |
Fri, 03 November 2006 15:58  |
Eclipse User |
|
|
|
Hi @all,
I had a strange error here. Let me first explan my scenario. I have got an
RCP application which was based upon eclipse 3.1.0. I had written an own
logging service which used log4j (in LogServiceImpl).
I gained access to this logging service by using commons logging (because
always regsitering the log service is just to much). So all bundles im my
RCP application used commons-logging. Which then was registered to the log
service and send log message. The output looked as follows:
2006-11-03 19:30:01,933 INFO - de.dlr.test.SimpleTest - dummyCalc() called!
Now I migrated to eclipse 3.2.1 (so exchanging org.eclipse.osgi, adding
org.eclipse.equinox.* etc). and the log message changed to:
2006-11-03 19:26:45,305 INFO - de.dlr.osgi.service.log.LogServiceImpl -
dummyCalc() called!
This is kind of strange :-) I did not change code in my plugins and the
output message changed. Now my question is: has this something to do with
the refactoring of OSGi? Or with classloading? Did anything change on that
area?
King regards from Germany,
-Thijs Metsch
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07839 seconds