User: vharcq  
  Date: 02/04/01 22:35:59

  Modified:    core/samples/src/java/test/ejb CustomerBean.java
  Log:
  Home interfaces for non-concrete entity beans must contains the Finders definition 
so that inheritance works.  See Customer and Person.
  
  Revision  Changes    Path
  1.41      +0 -3      xdoclet/core/samples/src/java/test/ejb/CustomerBean.java
  
  Index: CustomerBean.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/samples/src/java/test/ejb/CustomerBean.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -w -r1.40 -r1.41
  --- CustomerBean.java 2 Apr 2002 06:19:13 -0000       1.40
  +++ CustomerBean.java 2 Apr 2002 06:35:59 -0000       1.41
  @@ -16,9 +16,6 @@
    * @ejb:permission role-name="Teller"
    * @ejb:transaction type="Required"
    *
  - * @ejb:finder signature="Collection findAll()" role-name="Teller" 
transaction-type="NotSupported"
  - *      todo="This should not be needed : PersonHome should have it and 
CustomerHome extends PersonHome"
  - *
    * @ejb:value-object name="CustomerLight" match="light"
    * @ejb:value-object name="CustomerNormal" match="normal" instantiation="eager"
    * @ejb:value-object name="Customer" match="*"
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to