Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 191172Cannot load DataDirect jdbc driver class string in Data Source Dialog[07]

- Summary:
Fix bugzilla Bug 191172 Cannot load DataDirect jdbc driver class string in Data Source Dialog[07].(in HEAD)


- Bugzilla Bug (s) Resolved:
191172

- Description:

This bug will occur when loading Microsoft DataDirect drivers, since there are two extra util jars package for this driver, it will fail to load if user only add its driver’s jar file on the first time, we wont load it anymore even next time user has added those two jar files, because in current logic: once fail, never load it again. So I add a ‘failLoadFileList’ in the JdbcToolKit to keep the entire failed loaded jar file, it will retry to load it when user do adding driver’s operation. Once user has added those two jars, birt will retry to load the ‘failLoadFileList’ jar. Fix it!


- Tests Description:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JdbcToolKit.java"


- Files Added:

- Files Deleted

 

 

 


Back to the top