Here is the mapped property for which the lazyloading appear to fail: 
        @OneToMany(cascade={CascadeType.PERSIST, CascadeType.MERGE})
  |     public List<Kriterium> getKriterien() {
  |             return kriterien;
  |     }
  | 
  |     public void setKriterien(List<Kriterium> kriterien) {
  |             this.kriterien = kriterien;
  |     }
  | 
  | 

Is there something wrong with its definition?


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043910
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to