Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix part of bugzilla bug 151694 appContext is null when evaluating parameters

- Summary:

CheckIn:Fix part of bugzilla bug 151694 appContext is null when evaluating parameters

 

- Bugzilla Bug(s) Resolved:

No.

 

- Description:

In class GetParameterDefinitionTask, the DataEngine.prepare( IQueryDefinition) is called to acquire a list of data from data set. However, the using of this method causes the absence of AppContext so that lead to bug 151694. All the references to mentioned methods have now been replaced by DataEngine.prepare(IQueryDefinition, Map).

 

- Tests Description:

n/a

 

- Notes to Build Team:

 

 

- Notes to Developers:

 

 

- Notes to QA:

 

 

- Notes to Documentation:

 

- Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java"

 

- Files Added:

 

- Files Deleted:

 

 

 

 

 


Back to the top