Which version of Guice are you using at the moment? Guice 3 and trunk have an option to turn off the circular proxy support which might help:
and they should also generate fewer proxy classes than earlier releases
Also do you use any AOP in your app? If not then you could try the no-AOP flavour of Guice which doesn't do any CGLIB bytecode enhancement
--
Cheers, Stuart
> Thanks,
>
> Hugo
>
> --
> You received this message because you are subscribed to the Google Groups "google-guice" group.
> To post to this group, send email to google...@googlegroups.com.
> To unsubscribe from this group, send email to google-guice...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
>