Hi, I am setting SpringContext and having my own plugin to get the connection.Every thing is going fine for normal reports, but for reports which are having Cubes (Crosstab) its making the appcontext getting empty. please help me any one on this
for Cross tab reports only i have this issue (Overwriting the appcontext which i passed)
This is Happening with Both Birt2.2RC0 and Birt2.2 release which happen very recently
***********************Logs when i run the a CrossTab Report*********************************
Jul 5, 2007 10:55:28 AM org.eclipse.birt.data.engine.impl.DataEngineImpl prepare
FINE: Finished preparing query.
Jul 5, 2007 10:55:28 AM org.eclipse.birt.data.engine.odaconsumer.ConnectionManager addProfileProviderService( Map )
INFO: Added default property service: org.eclipse.datatools.connectivity.oda.profile.connectionPropertyService
http-8080-Processor25 : The context is{OdaConsumerId=org.eclipse.datatools.connectivity.oda.profile.connectionPropertyService}
********************** Logs when i run a Normal Report (other than Cross Tab)********************
Jul 5, 2007 10:56:36 AM org.eclipse.birt.data.engine.impl.DataEngineImpl prepare
FINE: Finished preparing query.
Jul 5, 2007 10:56:36 AM org.eclipse.birt.data.engine.odaconsumer.ConnectionManager addProfileProviderService( Map )
INFO: Added default property service: org.eclipse.datatools.connectivity.oda.profile.connectionPropertyService
http-8080-Processor25 : The context is{OdaConsumerId=org.eclipse.datatools.connectivity.oda.profile.connectionPropertyService, SPRING_DATA_SOURCE=org.apache.commons.dbcp.BasicDataSource@adcbab, APPLICATION_CONTEXT=org.springframework.context.support.ClassPathXmlApplicationContext: display name [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=13027913]; startup date [Thu Jul 05 05:56:48 GMT 2007]; root of context hierarchy, HTML_RENDER_CONTEXT=org.eclipse.birt.report.engine.api.HTMLRenderContext@c98b6b}
**************************** End Of Logs *************************************************
... thanks in advance Venkat