Hey,
I was having difficulty using GCLib to actually inject proxies for my
objects. I'm using CGLib to do so, by binding it in a custom scope and
using the LazyLoader to call the un-scoped provider. I thought it may just
be some issues with how the rest of my application, but I have it happening
in a pretty barebones test case.
http://mysticpaste.com/private/ZOAJ5U2EJd/
The exception gets thrown from deep within Guice. I tried to step through
Guice's source, but I can't seem to figure out what's going on. Any help
would be appreciated.
Thanks,
Patrick.