"asack" wrote : Thanks Max for the CGLIB explanation. | | Update: | Well, if I use CGLIB 2.1 it works. Its only with the latest CGLIB it fails. This has to be an iBatis bug...sorry...
In case anyone was wondering, you have to turn off the lazy loader in iBatis for it to work properly under JBoss if you use subquery (via "select") result mapfiles. (in your config map <settings enhancementEnabled="false"). I initially tried that but it seems you have to turn it off on ANY reference to that mapfile (again seems like a bug which I have reported). Again, sorry for the confusion...at least I can keep CGLIB around!!! -aps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930770#3930770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930770 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
