I'm working on finalizing some changes for a snapshot release.  Ideally in
the next week or so.
 sam

On Tue, Oct 26, 2010 at 9:45 AM, Josh Kamau <[email protected]> wrote:

>
>
> On Tue, Oct 26, 2010 at 9:44 AM, Josh Kamau <[email protected]> wrote:
>
>> Thanks for the response
>>
>>
>> I think it would be very convenient if someone would provide a jar for
>> both guice 3 and guice-persist. This will make if easy for many people to
>> test and give feedback. I know its possible to build the same from the
>> sources but as i said, it would be more convenient to avail the snapshot in
>> prefferebly a maven repository.
>>
>> regards.
>> Josh
>>
>>
>>
>> On Tue, Oct 26, 2010 at 9:10 AM, Sam Berlin <[email protected]> wrote:
>>
>>> No, it does not.  guice-persist requires Guice 3.0 (or SVN head, since
>>> 3.0 isn't built yet).
>>>  sam
>>>
>>> On Tue, Oct 26, 2010 at 4:47 AM, Josh Kamau <[email protected]>wrote:
>>>
>>>> Hi team;
>>>>
>>>> Does guice 2.0 work with guice-persist ?  I have been working with
>>>> warp-persist without problem but when i decided to use Guice-persist, i get
>>>> the below error:
>>>>
>>>> java.lang.NoClassDefFoundError: com/google/inject/internal/util/Lists
>>>>     at
>>>> com.google.inject.persist.jpa.JpaPersistModule.<init>(JpaPersistModule.java:99)
>>>>     at
>>>> com.josh.lightestate.WicketApplication.init(WicketApplication.java:36)
>>>>     at
>>>> org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:724)
>>>>     at
>>>> org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:97)
>>>>     at
>>>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>>>>     at
>>>> org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:662)
>>>>     at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
>>>>     at
>>>> org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1272)
>>>>     at
>>>> org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
>>>>     at
>>>> org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:489)
>>>>     at
>>>> org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:115)
>>>>     at
>>>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>>>>     at
>>>> org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
>>>>     at
>>>> org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
>>>>     at
>>>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>>>>     at
>>>> org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
>>>>     at
>>>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>>>>     at
>>>> org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
>>>>     at org.mortbay.jetty.Server.doStart(Server.java:224)
>>>>     at
>>>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>>>>     at
>>>> org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132)
>>>>     at
>>>> org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:441)
>>>>     at
>>>> org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:383)
>>>>     at
>>>> org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:210)
>>>>     at
>>>> org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184)
>>>>     at
>>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>>>>     at
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>>>>     at
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
>>>>     at
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
>>>>     at
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>>>>     at
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>>>>     at
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>>>>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>>>>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>>>>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>>>>     at
>>>> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>>>>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>     at
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>     at
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>     at java.lang.reflect.Method.invoke(Method.java:597)
>>>>     at
>>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>>>     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>>>     at
>>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>>>     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>>>
>>>>  --
>>>> 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]<google-guice%[email protected]>
>>>> .
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/google-guice?hl=en.
>>>>
>>>
>>>  --
>>> 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]<google-guice%[email protected]>
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-guice?hl=en.
>>>
>>
>>
>  --
> 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]<google-guice%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-guice?hl=en.
>

-- 
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.

Reply via email to