I also often see what looks like CGLIB things (FastClassByGuice) in stack traces and do not have any interceptors (though do have a few circular dependencies). (Though it isn't causing any problems... just thought I'd point it out.)
Sam On Sat, Oct 25, 2008 at 1:47 AM, Gili Tzabari <[EMAIL PROTECTED]> wrote: > > > I don't do anything fancy. I just have Guice inject my classes. The > only Guice-specific thing I have is @Inject annotated constructors. > > Gili > > [EMAIL PROTECTED] wrote: >> >> On Oct 24, 2:42 pm, Gili <[EMAIL PROTECTED]> wrote: >> >>> Is it possible to tell Guice to avoid the use of CGLIB unless it's >>> absolutely necessary? I know Guice uses it to solve circular >>> dependencies but I use the Provider<Foo> approach instead. CGLIB >>> proxies sometimes break compatibility. For example, today I ran into >>> >> >> Are you using method interceptors? We can't do them without CGLIB. >> > >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
