Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7369/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces

Modified Files:
        AccountRemote.java AccountLocal.java 
Log Message:
alpha commit

Index: AccountRemote.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/AccountRemote.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AccountRemote.java  5 Dec 2003 01:56:29 -0000       1.5
--- AccountRemote.java  26 Aug 2005 17:55:47 -0000      1.6
***************
*** 12,16 ****
   */
  public interface AccountRemote extends javax.ejb.EJBObject {
!     java.lang.String getNumber()
              throws org.xdoclet.testapp.ejb.interfaces.NoNumberException,
              java.rmi.RemoteException;
--- 12,16 ----
   */
  public interface AccountRemote extends javax.ejb.EJBObject {
!     java.lang.String getNumber() 
              throws org.xdoclet.testapp.ejb.interfaces.NoNumberException,
              java.rmi.RemoteException;
***************
*** 18,20 ****
--- 18,26 ----
      java.lang.String getType()
              throws java.rmi.RemoteException;
+     
+     // TODO: I am a newbie to ejb's. I'll set this to fix testcase for now
+     void ejbRemove() 
+             throws javax.ejb.EJBException, java.rmi.RemoteException, 
+             javax.ejb.RemoveException, java.rmi.RemoteException;
+     
  }

Index: AccountLocal.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/AccountLocal.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AccountLocal.java   5 Dec 2003 01:56:29 -0000       1.5
--- AccountLocal.java   26 Aug 2005 17:55:47 -0000      1.6
***************
*** 13,20 ****
  public interface AccountLocal extends javax.ejb.EJBLocalObject {
      java.util.Collection getOwners();
! 
!     java.lang.String getNumber()
!             throws org.xdoclet.testapp.ejb.interfaces.NoNumberException;
! 
      java.lang.String getType();
  }
--- 13,19 ----
  public interface AccountLocal extends javax.ejb.EJBLocalObject {
      java.util.Collection getOwners();
!     java.lang.String getNumber() throws 
org.xdoclet.testapp.ejb.interfaces.NoNumberException;
      java.lang.String getType();
+     // TODO: I am a newbie to ejb's. I'll set this to fix testcase for now
+     void ejbRemove() throws javax.ejb.EJBException, java.rmi.RemoteException, 
javax.ejb.RemoveException;
  }



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to