Re: Migrated project from 5.4.3 to 5.8.00, still searching for older jars

2022-03-31 Thread Ben Weidig
; > > > > Please provide some information on this. > > Tried debugging RegistryImpl but could not get something useful out of > it. > > > > Regards, Ankit > > > > > > -Original Message- > > From: Volker Lamp > > Sent: 30 March 202

Re: Migrated project from 5.4.3 to 5.8.00, still searching for older jars

2022-03-30 Thread Thiago H. de Paula Figueiredo
gt; > -Original Message- > From: Volker Lamp > Sent: 30 March 2022 12:59 > To: Tapestry development > Subject: Re: Migrated project from 5.4.3 to 5.8.00, still searching for > older jars > > CAUTION: This email originated from outside of Cincom's email system. Do > n

RE: Migrated project from 5.4.3 to 5.8.00, still searching for older jars

2022-03-30 Thread Jain, Ankit
, Ankit -Original Message- From: Volker Lamp Sent: 30 March 2022 12:59 To: Tapestry development Subject: Re: Migrated project from 5.4.3 to 5.8.00, still searching for older jars CAUTION: This email originated from outside of Cincom's email system. Do not click links or open

Re: Migrated project from 5.4.3 to 5.8.00, still searching for older jars

2022-03-30 Thread Ben Weidig
Hi Ankit, expanpe-t5-lib seems to be for Tapestry 5.3 and should have stopped working with 5.4+ because Javassist and related code was removed/replaced. You could check out org.apache.tapestry5.services.transform.ComponentClassTransformWorker2 and its implementations on how to similar tasks like

Re: Migrated project from 5.4.3 to 5.8.00, still searching for older jars

2022-03-30 Thread Volker Lamp
Hello Ankit, Tapestry 5.7.0 introduced some backward-incompatible changes. A migration tool is available. See the Tapestry 5.7.0 release notes (https://tapestry.apache.org/release-notes-570.html). Regards, Volker > Am 30.03.2022 um 00:32 schrieb Ankit Jain : > > Hi, > > I have migrated my

Migrated project from 5.4.3 to 5.8.00, still searching for older jars

2022-03-29 Thread Ankit Jain
Hi, I have migrated my project from Tapestry v5.4.3 to v5.8.00. When I run, it seems to be still searching for older jars. In the below exception, RegistryBuilder, IOCUtilities and HTTP.java is pointing to 5.8 jars. I am getting the following error: SEVERE: Exception starting filter [app]