"[EMAIL PROTECTED]" wrote : AFAIK, only Collection, Set, Map, and List can be used for *ToMany relationship. Let's work from there...
I originally started with Set but then was getting ClassCastException when trying to retrieve VirtualRight object from the Set returned by the getVirtualRights() method fo the Application object. Then i changed from Set to ArrayList and got 'ArrayList not implemented yet' exception from the application server while deploying the application. And so then i went to arrays. I will try with List and see if it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921072#3921072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921072 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
