Re: [T5.2.0] java.lang.NoSuchMethodError: MutableComponentModel.addMixinClassName()

2010-09-03 Thread Howard Lewis Ship
Do a clean recompile of your sources. Looks like the API changed to add a varargs of strings to the method; that's source compatible but not binary compatible. On Mon, Aug 30, 2010 at 2:06 AM, Steve Eynon wrote: > Hello, > > I really want to upgrade to T5.2 but have come across a bit of a hurdle

Re: [T5.2.0] java.lang.NoSuchMethodError: MutableComponentModel.addMixinClassName()

2010-09-03 Thread based2
! http://tapestry.formos.com/nightly/tapestry5/upgrade.html == http://wiki.apache.org/tapestry/Tapestry5HowTos == http://wiki.apache.org/tapestry/Tapestry5OpensourceApps == http://wiki.apache.org/tapestry/Tapestry5ModuleRegistry http://people.apache.org/~uli/tapestry-site/frequently-asked-questio

[T5.2.0] java.lang.NoSuchMethodError: MutableComponentModel.addMixinClassName()

2010-08-30 Thread Steve Eynon
Hello, I really want to upgrade to T5.2 but have come across a bit of a hurdle. I'm trying to add a bit of markup to *every* page. I've written a mixin to supply the markup and am using a ComponentClassTransformWorker to add the mixin to every page. This worked flawlessly in T5.1.0.5 but in T5.2.