[jboss-user] [JBoss Seam] - Re: No active JTA transaction on joinTransaction call
kummer
do-not-reply at jboss.com
Tue May 8 08:16:27 EDT 2007
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
More information about the jboss-user
mailing list