Continued BIRT Integration Issue [message #25631] |
Mon, 11 April 2005 09:13  |
Eclipse User |
|
|
|
Hi,
I am currently experiencing a similar problem to the earlier reported
report preview issue. I have created dummy data for a custom driver I am
currently writing. This is displayed correctly in the preview results
for the data set, but not in the report preview, which only displays the
label, not the data.
I have jar'd my driver up and put it into the
birt-viewer/WEB-INF/plugins/drivers directory along with the
odaconfig.xml as was suggested in previous posts, but this seems to make
no difference.
I am attempting to build from the latest source. The JDBC example works
correctly. I do notice that you have removed driver information from the
odaconfig.xml and placed it into an extension point (ConnectionFactory
class, etc..). Is there still a requirement for the information to be
duplicated in the odaconfig.xml?
Any help would be greatly appreciated.
Nathan
|
|
|
Re: Continued BIRT Integration Issue [message #25697 is a reply to message #25631] |
Mon, 11 April 2005 14:51  |
Eclipse User |
|
|
|
Hi Nathan,
With the migration of ODA configuration to the plug-in manifest, the
odaconfig.xml file is no longer used.
Your custom driver's jar file(s) must now be specified in the the <runtime>
element in your ODA runtime extension's plugin.xml .
It still needs a copy of your jar file(s) in the
birt-viewer/WEB-INF/plugins/drivers folder. This is another area that we
are looking into ways to address.
Linda
Nathan McKeown wrote:
> Hi,
>
> I am currently experiencing a similar problem to the earlier reported
> report preview issue. I have created dummy data for a custom driver I am
> currently writing. This is displayed correctly in the preview results
> for the data set, but not in the report preview, which only displays the
> label, not the data.
>
> I have jar'd my driver up and put it into the
> birt-viewer/WEB-INF/plugins/drivers directory along with the
> odaconfig.xml as was suggested in previous posts, but this seems to make
> no difference.
>
> I am attempting to build from the latest source. The JDBC example works
> correctly. I do notice that you have removed driver information from the
> odaconfig.xml and placed it into an extension point (ConnectionFactory
> class, etc..). Is there still a requirement for the information to be
> duplicated in the odaconfig.xml?
>
> Any help would be greatly appreciated.
>
> Nathan
|
|
|
Powered by
FUDForum. Page generated in 0.03618 seconds