[jboss-cvs] JBossAS SVN: r77415 - branches/JBoss_4_0_5_GA_CP/server/src/main/org/jboss/ejb/plugins/cmp/jdbc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 25 06:04:15 EDT 2008


Author: alex.loubyansky at jboss.com
Date: 2008-08-25 06:04:15 -0400 (Mon, 25 Aug 2008)
New Revision: 77415

Modified:
   branches/JBoss_4_0_5_GA_CP/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/EJBQLToSQL92Compiler.java
Log:
JBAS-4580

Modified: branches/JBoss_4_0_5_GA_CP/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/EJBQLToSQL92Compiler.java
===================================================================
--- branches/JBoss_4_0_5_GA_CP/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/EJBQLToSQL92Compiler.java	2008-08-25 10:02:30 UTC (rev 77414)
+++ branches/JBoss_4_0_5_GA_CP/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/EJBQLToSQL92Compiler.java	2008-08-25 10:04:15 UTC (rev 77415)
@@ -905,7 +905,6 @@
 
       // setup the from path
       ASTPath fromPath = (ASTPath) node.jjtGetChild(0);
-      System.out.println("fromPath: " + fromPath.getPath());
       addInnerJoinPath(fromPath);
       String fromAlias = aliasManager.getAlias(fromPath.getPath(fromPath.size() - 2));
       CMPFieldBridge fromCMPField = (CMPFieldBridge) fromPath.getCMPField();




More information about the jboss-cvs-commits mailing list