User: salborini
Date: 00/08/29 15:10:30
Modified: src/java/org/jboss/zol/testbean/interfaces
StatelessSession.java
Log:
Added overloaded method in bean and remote interface for the test to work
Revision Changes Path
1.4 +2 -0
zola/src/java/org/jboss/zol/testbean/interfaces/StatelessSession.java
Index: StatelessSession.java
===================================================================
RCS file:
/products/cvs/ejboss/zola/src/java/org/jboss/zol/testbean/interfaces/StatelessSession.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- StatelessSession.java 2000/08/07 19:43:27 1.3
+++ StatelessSession.java 2000/08/29 22:10:30 1.4
@@ -18,6 +18,8 @@
public String callBusinessMethodB() throws RemoteException;
+ public String callBusinessMethodB(String words) throws RemoteException;
+
public String callBusinessMethodC() throws RemoteException;
public void callBusinessMethodD() throws RemoteException, BusinessMethodException;