Yes, it's because of a 3rd party library that adds support for
HibernateSearch and it's FullTextSearchSession (which extends from
Session). https://issues.apache.org/jira/browse/TAPESTRY-2615

It should probably be switched to use ServiceOverride, as Alias is deprecated.

On Fri, Oct 22, 2010 at 4:42 AM, Tom van Dijk <[email protected]> wrote:
> Can someone explain to me why the tapestry-hibernate module contributes to
> Alias?
>
> public static void contributeAlias(Configuration<AliasContribution>
> configuration, @HibernateCore Session session)
>    {
>        configuration.add(AliasContribution.create(Session.class,
> session));
>    }
>
> Does anything break if it's not there?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to