Hi, I assume that "getXXX()" is the relationship getter?
"getXXX().toString()" will probably output only the class name of the relationship list wrapper, but it will not force loading of the content. So you must do something so that the content is loaded, e.g. "getXXX().size().toString()" Hope this helps Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229671#4229671 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229671 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
