[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev] CHECKIN: [182565] Throws last exception instead of NPE when unable to retry setting null input param value
|
Title: CHECKIN: [182565] Throws last exception instead of NPE when unable to retry setting null input param value
Summary:
Re-throws last exception caught from an underlying ODA driver, instead of NPE, when unable to retry setting a null input parameter value.
Bugzilla Entry(ies) Resolved:
182565 - partial
Description:
The odaconsumer layer in DtE now re-throws the last exception caught from an underlying ODA driver, instead of NPE, when unable to retry setting a null input parameter value. This allows the Data Engine, which catches DataException, to handle such error.
Tests Description:
JUnit tested
Notes to Build Team:
None.
Notes to Developers:
None.
Notes to QA:
None.
Notes to Documentation:
None.
Files Edited:
CVS:/cvsroot/birt/source/
org.eclipse.birt.data/
src/org/eclipse/birt/data/engine/odaconsumer/
PreparedStatement.java
org.eclipse.birt.data.tests/
test/org/eclipse/birt/data/engine/odaconsumer/
PreparedStatementTest.java
Files Added:
None.
Files Deleted:
None.