View Single Post
  #1 (permalink)  
Old 06-30-2009, 10:55 AM
RahulD RahulD is online now
Member
 
Join Date: Jun 2009
Posts: 33
Default Publishing report having Joint Data set on Tomcat

Hi all,

I am publishing report created using BIRT 2.3.2 All in one report Designer on Tomact 5.5.27. I have copying WebViewerExample directory from Birt-Runtime 2.3.2. to webapps directory of Tomcat.

In my report i have created joint data set. I am not able to see my report on browser.

But when i deleted joint data set and related bindind on tables i can see my report on browser.

I looked in file located in WEB-INF\platform\ plugins\ org.eclipse.birt.report.data.oda.jdbc\plugin.xml where i can see

<dataSet
defaultDisplayName="%dataset.query.sqltype"
id="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet">
...
...
...
<dataSet
defaultDisplayName="%dataset.query.sptype"
id="org.eclipse.birt.report.data.oda.jdbc.SPSelectDataSet">

...
...
...

but i am not able to find for joint data set.

I want to raise the question regarding this plugin.xml whether it is fine or need to add something in it.



Any kind of help w'll be appreciated !!



Thanks

RahulD
Reply With Quote