Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-dev] Application Context getting empty for CrossTab Report

Venkat2101,

We now have a bug (https://bugs.eclipse.org/bugs/show_bug.cgi?id=195617)
addressing this issue.

This email list is for discussion of BIRT development issues only. I
suggest you ask questions / get assistance via the BIRT newsgroup
(news://news.eclipse.org/eclipse.birt), that's supposed to be more
efficient.



 

Best Regards,

 

Zhiqiang Qian

Actuate Corporation - Shanghai R&D Center
* : (86)21-58826388
* : zqian@xxxxxxxxxxx 

 


-----Original Message-----
From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Venkat1201
Sent: Thursday, July 05, 2007 7:11 PM
To: birt-dev@xxxxxxxxxxx
Subject: [birt-dev] Application Context getting empty for CrossTab
Report


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.connecti
onPropertyService}

********************** 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.connecti
onPropertyService,
SPRING_DATA_SOURCE=org.apache.commons.dbcp.BasicDataSource@adcbab,
APPLICATION_CONTEXT=org.springframework.context.support.ClassPathXmlAppl
icationContext:
display name
[org.springframework.context.support.ClassPathXmlApplicationContext;hash
Code=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
-- 
View this message in context:
http://www.nabble.com/Application-Context-getting-empty-for-CrossTab-Rep
ort-tf4024693.html#a11431783
Sent from the Eclipse BIRT - Dev mailing list archive at Nabble.com.

_______________________________________________
birt-dev mailing list
birt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/birt-dev


Back to the top