Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN:Fix bugzilla bug 195617Appcontext getting empty when a report inlcude cube and crosstab[1101]

- Summary:
Fix bugzilla bug 195617 Appcontext getting empty when a report inlcude cube and crosstab[1101]


- Bugzilla Bug (s) Resolved:
195617

- Description:

Fix this bug by

1)Add API method in DataRequestSession:

            public abstract IPreparedCubeQuery prepare( ICubeQueryDefinition query,

                                    Map appContext ) throws BirtException;

2)Defer the cube materialization execution in preparing stage.


- Tests Description:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java" "/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java" "/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/ICubeQueryUtil.java" "/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataRequestSession.java" "/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"

 

- Files Added:

- Files Deleted

 

 


Back to the top