java.lang.IllegalStateException: @Id attribute not found for entity class:
com.test.portal.data.entity.Team_$$_javassist_9
at org.jboss.seam.Entity.getIdentifier(Entity.java:159)
Team entity definitely has @Id and it is loaded fully (non-lazily)
I think somehow it is looking at proxy object instead...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067448#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...