On Tue, 21 Jun 2011 07:37:51 -0300, martijn.list <martijn.l...@gmail.com>
wrote:
It took me some time to get rid of the "tapestry Construction of service
'ServiceOverride' has failed due to recursion" error at startup but the
following lines added to the AppModule work
public static void bind(ServiceBinder binder)
{
binder.bind(ClientDataEncoder.class, HMACClientDataEncoder.class).
withId("HMACClientDataEncoder");
}
Plase try this:
public static void contributeServiceOverride(
MappedConfiguration<Class<?>,Object> configuration,
HMACClientDataEncoder override) {
configuration.add(ClientDataEncoder.class, override);
}
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org