Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: a little enhancement for JDBCDriverManager

- Summary:
A little enhancement for JDBCDriverManager


- Bugzilla Bug (s) Resolved:
N/A


- Description:
For some JDBC driver, when it fails to connect data base, it will throw a RuntimeException. If this exception is not caught, user can only see a line of error in running report and there is no more useful information. New implementation will wrap the RuntimeException to SQLException, by which user can easily find whether the problem is.


- Tests Description:
Junit Test, Manual Test


- Files Edited:
/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/JDBCDriverManager.java

/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/JDBCException.java


- Files Added:

N/A

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top