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                                </a>
27                                &#160;
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.


--
Joachim Van der Auwera
PROGS bvba, progs.be


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to