Regarding this ServiceOverride, I am still not sure about the semantics. How would I change this for multiple services? Is there perhaps another way to solve TAPESTRY-2615?
Regarding the rest of the changes: my git now contains an update which implements nearly everything. What I did not do yet: - HibernateGridDatasource - Statistics page - Test cases for multiple databases Tom. On Fri, 22 Oct 2010 10:11:38 -0700, Howard Lewis Ship <[email protected]> wrote: > 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] >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
