[cvs]
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj
DBObject.java
JCorporate Ltd
jcorp at jcorp2.servlets.net
Thu Sep 16 14:34:57 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj
In directory jcorp2.servlets.net:/tmp/cvs-serv19930/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj
Modified Files:
DBObject.java
Log Message:
anon contrib
Index: DBObject.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/DBObject.java,v
retrieving revision 1.204
retrieving revision 1.205
diff -C2 -d -r1.204 -r1.205
*** DBObject.java 1 Sep 2004 18:41:36 -0000 1.204
--- DBObject.java 16 Sep 2004 21:34:55 -0000 1.205
***************
*** 1,7710 ****
! /* ====================================================================
! * The Jcorporate Apache Style Software License, Version 1.2 05-07-2002
! *
! * Copyright (c) 1995-2002 Jcorporate Ltd. All rights reserved.
! *
! * Redistribution and use in source and binary forms, with or without
! * modification, are permitted provided that the following conditions
! * are met:
! *
! * 1. Redistributions of source code must retain the above copyright
[...16129 lines suppressed...]
! recordSet.add(myObj);
! }
! } catch (DBException de) {
! log.error("Error performing runStoreProcedureAndRetrieveList", de);
! throw new DBException(de);
! } catch (Throwable t) {
! log.error("Error performing runStoreProcedureAndRetrieveList", t);
! throw new DBException("Error performing runStoreProcedureAndRetrieveList", t);
! } finally {
! if (localConnection == null) {
! if (myConnection != null) {
! this.getConnectionPool().release(myConnection);
! }
! }
! }
!
! return recordSet;
! } /* runStoreProcedureAndRetrieveList() */
!
! } // dbobject
More information about the cvs
mailing list