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-serv21387/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces
Modified Files:
AccountLocal.java AccountRemote.java
Log Message:
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.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** AccountRemote.java 26 Aug 2005 17:55:47 -0000 1.6
--- AccountRemote.java 30 Aug 2005 00:34:33 -0000 1.7
***************
*** 12,26 ****
*/
public interface AccountRemote extends javax.ejb.EJBObject {
! java.lang.String getNumber()
! throws org.xdoclet.testapp.ejb.interfaces.NoNumberException,
! java.rmi.RemoteException;
!
! 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;
!
}
--- 12,16 ----
*/
public interface AccountRemote extends javax.ejb.EJBObject {
! java.lang.String getNumber() throws
org.xdoclet.testapp.ejb.interfaces.NoNumberException, java.rmi.RemoteException;
! java.lang.String getType() throws 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.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** AccountLocal.java 26 Aug 2005 17:55:47 -0000 1.6
--- AccountLocal.java 30 Aug 2005 00:34:33 -0000 1.7
***************
*** 15,19 ****
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;
}
--- 15,17 ----
-------------------------------------------------------
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