Hello
I have a running project that when I replace the files : jboss-seam.jar,jboss-seam-ui.jar of version 1.0.1GA with the one that come with version 1.1.0GA I get the error "Illegal use of @Table in a subclass of a SINGLE_TABLE hierarchy: <name of class B>" In my project Class B extends another class A and they both share the same mySQL table. I am doing it using the @Table annotation As a result the project fails to deploy because "Two components with the same name and precedence" Again with seam 1.0.1 everything is working.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000283#4000283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000283 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
