Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix bug 170293 Behaviours of data engine is not consistent in RunTask and RunAndRenderTask

-          Summary:

CheckIn: Fix bug 170293 Behaviours of data engine is not consistent in RunTask and RunAndRenderTask

- Bugzilla Bug (s) Resolved: 

[170293] Behaviours of data engine is not consistent in RunTask and RunAndRenderTask

-          Description:

Fix the DtE part bug so that the column binding which refer to invalid data set column will result with an exception during the creation of ResultIterator.

 

However, in presentation time, though DtE throws exception, it looks as if engine consumes the exception so that it is not visible to user. Reassign to engine for further corrections.

 

- Tests Description:
Unit test


- Files Edited:

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/Messages.properties"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java"

 

"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/regre/DataSourceTest.java"

"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/FeaturesTest.java"

"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/impl/AggregationTest.java"

"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/api/ScriptedDSTest.java"

 

- Files Deleted:

 

- 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