anonymous wrote : PS entity and mappedsuperclass on the same class does not make sense
Doh. Well, that explains a lot. I wasn't even thinking about that, just blindly put
Entity in there by force of habit. Having the @Entity tag on the @MappedSuperclass was
causing the deployer to come up with some really bizarre @Id errors. I removed @Entity and
it's all happy now.
Thanks,
Derek
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961221#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...