Oh I forgot the mention that in the database, there is simply no null-value in the
msreDesc column. And I just modified this code:
| // Guarantee referential integrity
| food.getWeights().add(this);
|
in the FoodWeight entity class to:
| // Guarantee referential integrity
| food.getWeights().add(this);
| this.setFood(food);
|
rebuilt and tested, did not help at all.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056428#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...