That can't be the full stack trace, and all the interesting parts
certainly come later.  Are you sure you don't have some other changes,
such as a change to the JDK that compiled the LayoutX class?

On Mon, Jun 11, 2012 at 8:08 AM, chog <oskar.christens...@gmail.com> wrote:
> Hi,
>
> After upgrading to 5.2.6 I get an error;
>
> [ERROR] ioc.Registry Code attribute in native or abstract methods in class
> file my/project/components/LayoutX
> [ERROR] ioc.Registry Operations trace:
> [ERROR] ioc.Registry [ 1] Constructing instance of page class
> my.project.page.Start
> [ERROR] ioc.Registry [ 2] Creating ComponentAssembler for
> my.project.page.Start
> [ERROR] TweaksModule.ExceptionHandler java.lang.ClassFormatError: Code
> attribute in native or abstract methods in class file
> my/project/components/LayoutX
>
> Start is built up by different components, one being LayoutX. We identify
> what LayoutX i want by
> <t:layoutx.layoutx t:class="onelayout" t:type="layouttype"/>
>
> t:class="onelayout" maps to a String in LayoutX;
>
>
> @Parameter(defaultPrefix = BindingConstants.LITERAL)
> @Property
> private String _class;
>
> When I comment out _class the project compiles and runs but with minimal
> functionality.
>
> This worked in 5.1.0.5.
>
> Could someone tell me how I make this 5.2.6 proof?
>
> Thanks.
>
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Post-Upgrade-Error-ioc-Registry-Code-attribute-in-native-or-abstract-methods-in-class-file-tp5713768.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> 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

Reply via email to