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 d
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 inf
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?
>
> Ho
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
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 contribut