The next one is

  | Index: JDBCLoadEntityCommand.java
  | ===================================================================
  | RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCLoadEntityCommand.java,v
  | retrieving revision 1.19.2.24
  | diff -r1.19.2.24 JDBCLoadEntityCommand.java
  | 112c112
  | <          if(requiredField != null && requiredField.isLoaded(ctx))
  | ---
  | >          if(requiredField == null || (requiredField != null && 
requiredField.isLoaded(ctx)))
  | 

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

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


-------------------------------------------------------
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