Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix a bug related with JdbcOdbc driver used in Linux

- Summary:
Fix a bug related with JdbcOdbc driver used in Linux


- Bugzilla Bug (s) Resolved:
Related with 134508: BiDi3.2: Error occurs while opening the Edit Chart window


- Description:
This bug exists when JdbcOdbc driver is used in Linux environment. I have changed to throw an OdaException instead of NullPointerException, because OdaException could be caught by the caller and then the caller has chance to process it


- Tests Description:
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/i18n/ResourceConstants.java

/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/i18n/Messages.properties


- 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