train_getServiceId(resources, "Bif");
replay();
Method m = findMethod("contributeUnorderedWrongParameter");
ContributionDef def = new ContributionDefImpl("foo.Bar", m, false, null, null, null);
try
{
def.contribute(this, resources, configuration);
unreachable();
} catch (RuntimeException ex)
{
assertMessageContains(ex,
"Error invoking service contribution method org.apache.tapestry5.ioc.internal.ContributionDefImplTest.contributeUnorderedWrongParameter(MappedConfiguration)",