[seam-commits] Seam SVN: r11642 - branches/enterprise/JBPAPP_4_3_FP01/src/remoting/org/jboss/seam/remoting.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Nov 19 01:36:20 EST 2009


Author: manaRH
Date: 2009-11-19 01:36:19 -0500 (Thu, 19 Nov 2009)
New Revision: 11642

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/src/remoting/org/jboss/seam/remoting/InterfaceGenerator.java
Log:
JBPAPP-3109,JBPAPP-2272

Modified: branches/enterprise/JBPAPP_4_3_FP01/src/remoting/org/jboss/seam/remoting/InterfaceGenerator.java
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/src/remoting/org/jboss/seam/remoting/InterfaceGenerator.java	2009-11-18 23:46:18 UTC (rev 11641)
+++ branches/enterprise/JBPAPP_4_3_FP01/src/remoting/org/jboss/seam/remoting/InterfaceGenerator.java	2009-11-19 06:36:19 UTC (rev 11642)
@@ -348,9 +348,8 @@
         componentSrc.append(i);
       }
 
-      if (m.getGenericParameterTypes().length > 0)
-        componentSrc.append(", ");
-      componentSrc.append("callback) {\n");
+      if (m.getGenericParameterTypes().length > 0)  componentSrc.append(", ");
+      componentSrc.append("callback, exceptionHandler) {\n");
 
       componentSrc.append("    return Seam.Remoting.execute(this, \"");
       componentSrc.append(m.getName());



More information about the seam-commits mailing list