


Updated javadoc on use of preparedStatement FetchSize.
3 lines of code changed in:
Updated DCAF to test the database connection on init, and if it fails throws a "SystemNotConfiguredException" including the cause that can be inspected.
50 lines of code changed in:
Updated use of nexus as the repository.
26 lines of code changed in:
bug 51: Changed from Fetch size as the last change didn't turn on streaming.
8 lines of code changed in:
bug 51: This change allows different implementations to override the way the PreparedStatement is created for loading lists of objects. This fixes the issue with MySQL loading too much data and blowing the stack.
66 lines of code changed in:
Updated DCAF to only set the AutoCommit on freeing a connection if it is not closed.
13 lines of code changed in:
Turned off NullConnection until the JDK settles down and "Connection" does not change.
8 lines of code changed in:
Updated the ConnectionBrokerCleaner Thread to be a daemon thread.
6 lines of code changed in:
Added MySQL support to DCAF.
281 lines of code changed in:
Converted tabs to spaces.
13 lines of code changed in:
Updated error message logic inside BindVariable to tell user more details about what they did wrong.
29 lines of code changed in:
Now debugs the JMX server being connected to.
1 lines of code changed in:
bug 40: updated imports.
19 lines of code changed in:
bug 40: Fixed PMD issues with new Boolean
16 lines of code changed in:
bug 40: Added readObject to fix FindBugs issue.
13 lines of code changed in:
bug 39: Added findbugs report.
10 lines of code changed in:
bug 24: Removed extra package import to package that nolonger exists.
5 lines of code changed in:
bug 24: Gets identity loading working for MS SQL server. Allows inseting of data to work.
232 lines of code changed in:
bug 23: Added support for loading and saving fields exposed from the databse as java.sql.Timestamp.
19 lines of code changed in:
Added RequestLogger to track SQL usage and report summaries when done.
337 lines of code changed in:
(271 more)