your options are: 1. use jboss-3.2.7 where it is fixed.
2. switch to org.jboss.ejb.plugins.cmp.jdbc.EJBQLToSQL92Compiler using ql-compiler in jbossjdbc-cmp.xml. (of course you will lose the benefit of LEFT OUTER JOIN, as the finder wont go nested anymore, and also get all fields in the find) 3. Update jboss.jar's JDBCAbstractCMPFieldBridge.class with the one from jboss-3.2.7 or recompiling in 3.2.6 source. I dont really recommend 2 as it is self-defeating. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875524#3875524 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875524 ------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
