Fixed in 3.2.4RC2 and HEAD.

  | Index: JDBCLoadEntityCommand.java
  | ===================================================================
  | RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCLoadEntityCommand.java,v
  | retrieving revision 1.19.2.23
  | diff -r1.19.2.23 JDBCLoadEntityCommand.java
  | 112c112,115
  | <          return true;
  | ---
  | >          if(requiredField != null && requiredField.isLoaded(ctx))
  | >          {
  | >             return true;
  | >          }
  | 

Thanks!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837736#3837736

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837736


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to