User: vharcq
Date: 02/03/14 10:18:24
Modified: core/test/src/xdoclet/retest/ref/ejb/interfaces
SimpleCMPHome.java SimpleCMPLocalHome.java
Log:
Add a test to show we need a view-type on ejb:finder to tell if where we need the
finder method defined
Revision Changes Path
1.2 +9 -0
xdoclet/core/test/src/xdoclet/retest/ref/ejb/interfaces/SimpleCMPHome.java
Index: SimpleCMPHome.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/core/test/src/xdoclet/retest/ref/ejb/interfaces/SimpleCMPHome.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- SimpleCMPHome.java 5 Mar 2002 22:47:06 -0000 1.1
+++ SimpleCMPHome.java 14 Mar 2002 18:18:24 -0000 1.2
@@ -19,4 +19,13 @@
public SimpleCMP findByPrimaryKey(xdoclet.retest.ref.ejb.interfaces.SimpleCMPPK
pk)
throws java.rmi.RemoteException,javax.ejb.FinderException;
+ public java.util.Collection findByClassic()
+ throws java.rmi.RemoteException,javax.ejb.FinderException;
+
+ public java.util.Collection findByBoth()
+ throws java.rmi.RemoteException,javax.ejb.FinderException;
+
+ public java.util.Collection findByRemote()
+ throws java.rmi.RemoteException,javax.ejb.FinderException;
+
}
1.2 +9 -0
xdoclet/core/test/src/xdoclet/retest/ref/ejb/interfaces/SimpleCMPLocalHome.java
Index: SimpleCMPLocalHome.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/core/test/src/xdoclet/retest/ref/ejb/interfaces/SimpleCMPLocalHome.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- SimpleCMPLocalHome.java 5 Mar 2002 22:47:06 -0000 1.1
+++ SimpleCMPLocalHome.java 14 Mar 2002 18:18:24 -0000 1.2
@@ -18,4 +18,13 @@
public SimpleCMPLocal
findByPrimaryKey(xdoclet.retest.ref.ejb.interfaces.SimpleCMPPK pk) throws
javax.ejb.FinderException;
+ public java.util.Collection findByClassic()
+ throws javax.ejb.FinderException;
+
+ public java.util.Collection findByBoth()
+ throws javax.ejb.FinderException;
+
+ public java.util.Collection findByLocal()
+ throws javax.ejb.FinderException;
+
}
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel