A direct ecplicit import of the Filter Module did solve the Problem Thanks a Lot :-)
Regards, Ric Ben Weidig <b...@netzgut.net> schrieb am Do., 27. Apr. 2023, 17:32: > Is org.apache.tapestry5.modules.TapestryModule in the list of loaded > modules? > Is tapestry-core missing in the dependencies? > Which version did you update from to 5.8? > Which TapestryFilter are you loading in the web.xml? > Is there maybe an old JAR somewhere screwing up the classpath? > > Without more info it's hard to suggest anything more than "the usual" > things that could've gone wrong. > > On Thu, Apr 27, 2023 at 1:28 PM Ric 2000 <erich.gorma...@gmail.com> wrote: > > > Hi Ben, > > > > Yes, we Start in Standard jboss eap 7.x > > > > Thanks and Regards > > Ric > > > > Ben Weidig <b...@netzgut.net> schrieb am Do., 27. Apr. 2023, 13:04: > > > > > Hi Ric, > > > > > > that's weird, the method signature looks fine to me. > > > > > > Is org.apache.tapestry5.modules.TapestryModule listed in the loaded > > modules > > > in the log output? > > > > > > How do you start your Tapestry project? > > > Do you use the standard way of starting Tapestry in a > > > ServletContainer/web.xml/TapestryFilter or do you use any other means > to > > > start the Registry? > > > For example, we use a custom starter project initializing Tapestry > > > manually, so we need to add the TapestryModule manually, too, as it's > > only > > > provided by the TapestryFilter. > > > > > > Cheers > > > Ben > > > > > > On Thu, Apr 27, 2023 at 9:57 AM Ric 2000 <erich.gorma...@gmail.com> > > wrote: > > > > > > > Hi all, > > > > After Migration to Tapestry 5.8 I face the following issue > > > > with ComponentClassResolver during Server start: > > > > > > > > "Contribution XYZ(Configuration) is for service > > 'ComponentClassResolver', > > > > which does not exist" > > > > > > > > In my own filter module in my library I used code like the following: > > > > > > > > void contributeComponentClassResolver(Configuration<LibraryMapping> > > > > configuration) > > > > > > > > Do you Haven Idea what is going wrong here? > > > > > > > > Thanks for your Help. > > > > > > > > Regards, Ric > > > > > > > > > >