You may have to recode some of your custom ComponentClassTransformWorker. If you don't have one, show us the full stack trace so I can see what went wrong.
You're seeing some imperfect backwards compatibility in the process of moving away from Javassist. What you used to accomplish (in 5.0 and 5.1) with Javassist scripting is now accomplished largely using ComponentMethodAdvice and some related techniques. The end result is quite nice. On Tue, Mar 2, 2010 at 1:34 PM, Joachim Van der Auwera <joac...@progs.be> wrote: > Hi, > > Using the latest snapshot, I get the following error : > > Caused by: org.apache.tapestry5.internal.services.TransformationException: > Error obtaining injected value for field > org.skabacca.gui.pages.Matching.messages: Method > ClassTransformation.extendMethod(TransformMethodSignature, String) has been > deprecated and is no longer functional. Please consult the JavaDoc for a > suitable replacement. > > which happens on a field declared as (injecting a service) : > > @Inject > private EquandaMessages messages; > > > This was working a couple of days ago, but is now broken. > > Any idea what is wrong and how I can fix this? > > Kind regards, > Joachim > > -- > Joachim Van der Auwera > PROGS bvba, progs.be > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and productive in Tapestry fast! (971) 678-5210 http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org