I've figured it out.. The problem is being caused by the use of @IndexColumn. 
Which leads me to think that it cannot be used. If i get rid of it i end up 
with a org.hibernate.TransientObjectException.
Any Ideas of a solution?


@OneToMany(mappedBy="classA")
@IndexColumn(name="classb_id")
public List getClassBs() {
        return classBs;
}

org.hibernate.TransientObjectException

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948940#3948940

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948940


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to