Thanks for this answer! Helped me. Cheers, Daniel
Joachim Van der Auwera wrote: > > Hi, > > I feel your pain :-) > > I fixed this by changing the contribution in AppModule to > > public static void contributeTranslatorDefaultSource( > MappedConfiguration<Class, Translator> configuration ) > > It now seems to work for me. > > Kind regards, > Joachim > > > Keith Bottner wrote: >> After upgrading to 5.0.15 (i.e. changing out the jars and modifying >> the ioc to load Tomcat module components) I get the following error >> when accessing any page that contains a form. Has anyone seen this? >> >> >> org.apache.tapestry5.ioc.internal.util.TapestryException >> Exception constructing service 'TranslatorSource': Error invoking >> service builder method >> org.apache.tapestry5.services.TapestryModule.buildTranslatorSource(ServiceResources) >> >> (at TapestryModule.java:1104) (for service 'TranslatorSource'): Error >> invoking constructor >> org.apache.tapestry5.internal.services.TranslatorSourceImpl(Collection) >> (at TranslatorSourceImpl.java:35) (for service 'TranslatorSource'): >> Error invoking service contribution method >> com.vufusion.shared.LibraryModule.contributeTranslatorSource(MappedConfiguration): >> >> No service implements the interface >> org.apache.tapestry5.ioc.MappedConfiguration. >> location >> classpath:com/vufusion/pages/member/AccountInfo.tml, line 30, column 100 >> 25 >> ${message:gfm-fields-required-symbol} >> 26 >> 27   >> 28 </t:label> >> 29 >> 30 <input type="text" t:type="textfield" >> t:id="email" t:validate="required,regexp,maxlength=50"/> >> 31 </li> >> 32 <li> >> 33 >> 34 <t:label t:for="emailck"> >> 35 ${message:email.retype} >> java.lang.RuntimeException >> No service implements the interface >> org.apache.tapestry5.ioc.MappedConfiguration. > > > -- > Joachim Van der Auwera > PROGS bvba, progs.be > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > > -- View this message in context: http://www.nabble.com/Problem-upgrading-to-5.0.15-tp19882042p21942673.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org