Open GoogleCodeExporter opened 9 years ago
After looking into the BridgeClassLoader I've found the problem was in the
configuraiton of felix's class loader.
No issue for guice :)
Original comment by michael....@googlemail.com
on 19 Aug 2009 at 1:56
Hi Michael,
I using Guice running in felix and have the same issue with yours, may i know
what
the solution and the setting for the felix?
thanks
Original comment by hendra.t...@gmail.com
on 25 Aug 2009 at 9:37
Hi,
you have to set following property in the felix configuration file:
org.osgi.framework.bootdelegation=sun.*,com.sun.*
then the classes are found correctly.
Best regards,
Michael
Original comment by michael....@googlemail.com
on 25 Aug 2009 at 12:01
Hi,
its works!!, thanks michael.
Original comment by hendra.t...@gmail.com
on 26 Aug 2009 at 1:28
Actually there is a way that we can work round this in our bridge classloader
which
would avoid you having to mess around with the framework's bootdelegation
property.
Will attach a patch later on that builds on my newly reworked patch for issue
#343.
Original comment by mccu...@gmail.com
on 31 Oct 2009 at 4:00
Original comment by mccu...@gmail.com
on 31 Oct 2009 at 4:01
The latest patch in issue 343 (date 20091102) removes the need to alter
bootdelegation settings. It automatically delegates requests for
"sun.reflect..." to
the right class loader.
Original comment by mccu...@gmail.com
on 2 Nov 2009 at 8:13
Hi
I'm getting the following error when starting the Server (Websphere 7).
Caused by: com.google.inject.internal.ComputationException:
java.lang.NoClassDefFound: Configuration
at com.google.inject.internal.MapMarker$StartgyImpl.compute(MapMarker:553)
Can someone plese help me with this...
Thanks in advance...
Original comment by sridha...@gmail.com
on 21 Feb 2010 at 4:31
Have you tried the latest patched jar attached to issue 343?
http://google-guice.googlecode.com/issues/attachment?aid=260860873986359775&name
=guice-customloader-20100218.jar
Original comment by mccu...@gmail.com
on 21 Feb 2010 at 4:43
Original comment by sberlin
on 19 Apr 2010 at 2:36
Original issue reported on code.google.com by
michael....@googlemail.com
on 19 Aug 2009 at 1:14