We're using Spring with Oracle and having an issue with our Oracle9i database where the jdbc connection counts are going through the roof...like Spring is not handling the connection close.
The transactions are XA transactions with Oracle and our DB2 database. They work, but they are leaving an open thread on the oracle side.
TIA!!!


Reply With Quote