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());
Show replies by date