2008/10/27 Gili <[EMAIL PROTECTED]> > > I get the following exception when using this snapshot build: > > java.lang.ClassNotFoundException: > com.google.inject.cglib.proxy.InvocationHandler > > And indeed, none of the JARs seem to contain cglib.
the core guice library contains CGLIB, but in the new snapshot it is jarjar'd to: com.google.inject.internal.cglib... Did anyone else get this to work? afaik the other extensions in the snapshot should not be relying on CGLIB are you perhaps using Warp-Persist, which has a dependency on the old location in the earlier release (it shouldn't really be using guice's copy of CGLIB as it's an implementation detail...) [ I think this was mentioned several times both here and on the issues list ] Gili > > On Oct 24, 2:30 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > I've tagged a new snapshot and uploaded new binaries for a new > > prerelease. This is an unpolished early version of Guice 2. In > > addition to some fixing some v1 bugs, this snapshot includes early > > versions of the new SPI, provider methods, multibindings, child > > injectors, and private modules. The .zip includes the guice jar, > > extension jars, javadoc, and source jars: > > > > http://google-guice.googlecode.com/files/guice-snapshot20081016.zip > > > > -- > > > > browse source: > http://code.google.com/p/google-guice/source/browse/tags/snapshot2008... > > download source: > http://google-guice.googlecode.com/files/guice-snapshot20081016-src.zip > > v2 overview:http://code.google.com/p/google-guice/wiki/Guice2 > > v2 bugs: > http://code.google.com/p/google-guice/issues/list?q=label:Milestone-R... > > > > Disclaimer: The APIs in this snapshot will change before Guice 2.0 > > final is released. There are known bugs in the release. But it is safe > > to use (and we're using it internally). > > > -- Cheers, Stuart --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
