I tried to reproduce it in a test case but I couldn't. I think the
error is inside wicket-guice library. This is part of the stacktrace:

Caused by: com.google.inject.ConfigurationException: Guice configuration errors:

1) No implementation for java.lang.String annotated with
@com.google.inject.name.Named(value=SignOutPage.redirectPage) was
bound.
  while locating java.lang.String annotated with
@com.google.inject.name.Named(value=SignOutPage.redirectPage)

1 error
        at com.google.inject.InjectorImpl.getProvider(InjectorImpl.java:784)
        at com.google.inject.InjectorImpl.getInstance(InjectorImpl.java:789)
        at 
org.apache.wicket.guice.GuiceProxyTargetLocator.locateProxyTarget(GuiceProxyTargetLocator.java:67)
        at 
org.apache.wicket.proxy.LazyInitProxyFactory.createProxy(LazyInitProxyFactory.java:129)
        at 
org.apache.wicket.guice.GuiceComponentInjector.inject(GuiceComponentInjector.java:114)
        at 
org.apache.wicket.guice.GuiceComponentInjector.onInstantiation(GuiceComponentInjector.java:196)
        at 
org.apache.wicket.Application.notifyComponentInstantiationListeners(Application.java:1027)

On Wed, Apr 22, 2009 at 12:52 AM, [email protected] <[email protected]> wrote:
>
> I couldn't reproduce this. Could you try again with the latest
> snapshot?
> http://code.google.com/p/google-guice/downloads/list
>
> If you can get it to fail reliably, please send a JUnit test case.
>
> Cheers,
> Jesse
>
> >
>

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