Re: ComponentClassResolver error

2023-04-27 Thread Ric 2000
A direct ecplicit import of the Filter Module did solve the Problem Thanks a Lot :-) Regards, Ric Ben Weidig 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

Re: ComponentClassResolver error

2023-04-27 Thread Ben Weidig
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

Re: ComponentClassResolver error

2023-04-27 Thread Ric 2000
Hi Ben, Yes, we Start in Standard jboss eap 7.x Thanks and Regards Ric Ben Weidig 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? > >

Re: ComponentClassResolver error

2023-04-27 Thread Ben Weidig
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