Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] [129700]CheckIn:Cascaded Parameter Errors.

-Summary:

Fix bugzilla bug 129700 Cascaded Parameter Errors.

 
- Bugs Resolved:
bugzilla bug 129700

- Description:

In the original implementation of CascadingParameterDialog it will refresh column names by connecting to database to get realtime metadata everytime instead of get it from cached metadata. This leads to frequently connecting to database in a short period and cause i/o exceptions. Fixed in source


- Test Description

No


- Files Edited:

"/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java"


Files Added:
None.

Notes to Build Team:
None.

Notes to Developers:
None.

Notes to QA:
None.

Notes to Documentation:
None.

 


Back to the top