User: vharcq  
  Date: 02/05/22 13:33:38

  Modified:    samples/src/java/test/ejb Tag: MODULE_REFACTORING_BRANCH
                        CustomerBean.java
  Log:
  Make the samples compile
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.2.2 +19 -1     xdoclet/samples/src/java/test/ejb/CustomerBean.java
  
  Index: CustomerBean.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/samples/src/java/test/ejb/CustomerBean.java,v
  retrieving revision 1.1.1.1.2.1
  retrieving revision 1.1.1.1.2.2
  diff -u -w -r1.1.1.1.2.1 -r1.1.1.1.2.2
  --- CustomerBean.java 9 May 2002 17:48:03 -0000       1.1.1.1.2.1
  +++ CustomerBean.java 22 May 2002 20:33:38 -0000      1.1.1.1.2.2
  @@ -51,6 +51,24 @@
      // Public --------------------------------------------------------
   
      /**
  +     * Id of this person.
  +     *
  +     * @ejb:pk-field
  +     * @ejb:persistent-field
  +     *
  +     * @weblogic:dbms-column id
  +     *
  +     * @ejb:value-object match="*"
  +     */
  +    public abstract String getId();
  +
  +    /**
  +     * Id of this person.
  +     *
  +     */
  +    public abstract void setId(String id);
  +
  +   /**
       * Overriden from Person.
       *
       * @todo This todo should not appear in interfaces
  @@ -151,7 +169,7 @@
        * @ejb:interface-method
        */
       public abstract void addAccount(test.interfaces.AccountValue added)
  -    throws javax.ejb.CreateException;
  +    throws javax.ejb.FinderException;
   
   
      /**
  
  
  

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to