User: vharcq  
  Date: 02/04/02 09:51:07

  Modified:    core/samples/src/java/test/ejb AccountBean.java
                        CustomerBean.java
  Log:
  We can not suppose "remote" is the default anywhere else the isOnlyRemote and 
isOnlyLocal loose their meanings.
  
  Revision  Changes    Path
  1.28      +4 -4      xdoclet/core/samples/src/java/test/ejb/AccountBean.java
  
  Index: AccountBean.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/samples/src/java/test/ejb/AccountBean.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -w -r1.27 -r1.28
  --- AccountBean.java  27 Mar 2002 08:15:23 -0000      1.27
  +++ AccountBean.java  2 Apr 2002 17:51:07 -0000       1.28
  @@ -30,7 +30,7 @@
    *
    * @ejb:value-object name="Account" match="*" instantiation="eager"
    *
  - * @version $Revision: 1.27 $
  + * @version $Revision: 1.28 $
    * @author $Author: vharcq $
    */
   public abstract class AccountBean implements EntityBean
  @@ -168,12 +168,12 @@
      public abstract AccountData getData();
   
       /**
  -     * @ejb:interface-method view-type="remote"
  +     * @ejb:interface-method view-type="both"
        */
       public abstract AccountValue getAccountValue();
   
      /**
  -    * @ejb:interface-method view-type="remote"
  +    * @ejb:interface-method view-type="both"
       */
      public abstract void setAccountValue(AccountValue value);
   
  
  
  
  1.45      +1 -1      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.44
  retrieving revision 1.45
  diff -u -w -r1.44 -r1.45
  --- CustomerBean.java 2 Apr 2002 12:41:31 -0000       1.44
  +++ CustomerBean.java 2 Apr 2002 17:51:07 -0000       1.45
  @@ -100,7 +100,7 @@
       *       relation="external"
       *       aggregate="test.interfaces.AccountValue"
       *           aggregate-name="AccountView"
  -    *       members="test.interfaces.Account"
  +    *       members="test.interfaces.AccountLocal"
       *           members-name="Account"
       */
      public Collection getAccounts()
  
  
  

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

Reply via email to