Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv14569
Modified Files:
CHANGES.txt
Log Message:
0.8.0
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** CHANGES.txt 18 Oct 2003 20:45:05 -0000 1.27
--- CHANGES.txt 26 Oct 2003 15:23:53 -0000 1.28
***************
*** 6,10 ****
$Author$
! 0.8.0 - (October, 2003)
- We now use Cglib's proxy library. Together with dropping the use of Timer
--- 6,10 ----
$Author$
! 0.8.0 - (26 October, 2003)
- We now use Cglib's proxy library. Together with dropping the use of Timer
***************
*** 18,22 ****
to the delegate (third party) driver if you really need it. This makes
your project dependent on both Proxool (to a small extent) and your
! third party driver (to a bigger extent) so should be done on if
necessary.
--- 18,22 ----
to the delegate (third party) driver if you really need it. This makes
your project dependent on both Proxool (to a small extent) and your
! third party driver (to a bigger extent) so should be done only if
necessary.
***************
*** 36,40 ****
- Added fatal-sql-exception-wrapper-class property. If a fatal exception is
detected then it is wrapped up inside the exception defined by this
! property. This can make exception handling easier is frameworks like
Struts. Two wrappers are provided (FataSQLException and FatalRuntimeException)
but you can also define your own.
--- 36,40 ----
- Added fatal-sql-exception-wrapper-class property. If a fatal exception is
detected then it is wrapped up inside the exception defined by this
! property. This can make exception handling easier in frameworks like
Struts. Two wrappers are provided (FataSQLException and FatalRuntimeException)
but you can also define your own.
***************
*** 62,66 ****
explicitly in your code.
! - Made the 'Attempt to use a pool with incomplete definition' exception a but more
informative. It is often because you are refering to an unregistered pool by its
alias.
--- 62,66 ----
explicitly in your code.
! - Made the 'Attempt to use a pool with incomplete definition' exception a bit more
informative. It is often because you are refering to an unregistered pool by its
alias.
|