It seems that ur application uses Tapestry-SpringSecurity but that
module is not being loaded. Try to loaded manually when u start the
registry.

On Sat, Aug 8, 2009 at 12:49 AM, Graham
Ford<graham.f...@intersoftsolutions.co.uk> wrote:
> Hi all,
>
> I am having a weird problem with creating a registry. I am trying to test my
> DAOs, and as part of the test I do:
>
> IOCUtilities.buildDefaultRegistry()
>
> when I run the test it print out:
>
> [INFO] ioc.RegistryBuilder Adding module definition for class
> org.apache.tapestry5.ioc.services.TapestryIOCModule
> [INFO] ioc.RegistryBuilder Adding module definition for class
> org.apache.tapestry5.hibernate.HibernateModule
> [INFO] ioc.RegistryBuilder Adding module definition for class
> org.apache.tapestry5.hibernate.HibernateCoreModule
> [INFO] ioc.RegistryBuilder Adding module definition for class
> nu.localhost.tapestry5.springsecurity.services.SecurityModule
>
> which indicates to me it is loading all the modules I have at the moment but
> the test then fails saying:
>
> Contribution
> nu.localhost.tapestry5.springsecurity.services.SecurityModule.contributeAlias(SaltSourceService,
> AuthenticationProcessingFilter, Configuration) (at SecurityModule.java:110)
> is for service 'Alias', which does not exist.
>
> what is going on that is stopping the registry starting up?
>
> Thanks,
> Graham
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to