|
From: <tr...@us...> - 2003-09-03 03:25:40
|
Update of /cvsroot/babeldoc/babeldoc/modules/j2ee/src/com/babeldoc/j2ee
In directory sc8-pr-cvs1:/tmp/cvs-serv10506/j2ee/src/com/babeldoc/j2ee
Modified Files:
BaseSessionBean.java
Log Message:
LARGE, EXTENSIVE UPDATE.
1. All journal classes are now IConfigurable
2. J2ee journal classes using IConfigurable and are consistent
3. Somewhat of a cleanup around the journal code.
Index: BaseSessionBean.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/j2ee/src/com/babeldoc/j2ee/BaseSessionBean.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BaseSessionBean.java 29 Aug 2003 03:31:36 -0000 1.3
--- BaseSessionBean.java 3 Sep 2003 03:25:31 -0000 1.4
***************
*** 99,106 ****
*
* @throws EJBException
- * @throws RemoteException
*/
public void ejbCreate()
! throws CreateException, RemoteException {
}
--- 99,105 ----
*
* @throws EJBException
*/
public void ejbCreate()
! throws CreateException {
}
|