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 </a>
27  
28 </t:label>
29 </span>
30 <input type="text" t:type="textfield" t:id="email"
t:validate="required,regexp,maxlength=50"/>
31 </li>
32 <li>
33 <span class="vuFormLabel">
34 <t:label
t:for="emailck">
35
${message:email.retype}
java.lang.RuntimeException
No service implements the interface
org.apache.tapestry5.ioc.MappedConfiguration.