User: dsundstrom
  Date: 02/04/13 19:26:39

  Modified:    src/main/org/jboss/ejb/plugins/cmp/jdbc
                        JDBCQueryManager.java
  Log:
  Forgot to set the method variable...
  
  Revision  Changes    Path
  1.7       +2 -2      
jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCQueryManager.java
  
  Index: JDBCQueryManager.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCQueryManager.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- JDBCQueryManager.java     14 Apr 2002 01:56:10 -0000      1.6
  +++ JDBCQueryManager.java     14 Apr 2002 02:26:39 -0000      1.7
  @@ -32,7 +32,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Marc Fleury</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Joe Shevland</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Justin Forder</a>
  - * @version $Revision: 1.6 $
  + * @version $Revision: 1.7 $
    */
   public class JDBCQueryManager
   {
  @@ -106,7 +106,7 @@
            try
            {
               // try to get the finder method on the local home interface
  -            localHomeClass.getMethod(
  +            method = localHomeClass.getMethod(
                     "findByPrimaryKey",
                     new Class[] { entity.getPrimaryKeyClass() });
            } catch(NoSuchMethodException e)
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to