"hanasakijiji" wrote : NewInstance.get/setValue are defined below:
| @OneToOne(cascade=CascadeType.ALL)
| | @JoinColumn(name="aggregate_fk", insertable=false, updatable=false,
referencedColumnName="pk")
| | public Aggregate getValue() { return aggregate; }
|
Either remove insertable and updatable or set them explicitly to true.
anonymous wrote : Specs on insertable and updatable:
| Whether the column is included in SQL UPDATE/INSERT statements generated by
the persistence provider.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025681#4025681
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025681
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user