Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » 90% sure this is BIRT bug...
90% sure this is BIRT bug... [message #468245] Tue, 04 August 2009 16:28 Go to next message
Dean Hiller is currently offline Dean HillerFriend
Messages: 46
Registered: July 2009
Member
Create a library and create a report parameter and set type to
DateTime...use this parameter in one of your reports, create a custom
engine and call into the report to ask for the parameters which it returns
and then ask for the type of parameter and it returns 1 instead of
4(DateTime type)...ie. it is not a DateTime according to the engine then.

workaround: don't use the library though it was nice to share report
parameters between reports :(.

version 2.3.2r232
more info on possible bug... [message #468278 is a reply to message #468245] Tue, 04 August 2009 19:57 Go to previous message
Dean Hiller is currently offline Dean HillerFriend
Messages: 46
Registered: July 2009
Member
oh, this behavior looks like it is because of a bug where BIRT does not
throw an Exception when it cannot find the library report file. BIRT
should
throw an exception if it can't find the library file AND BIRT should be
putting
relative paths from the report to the library like it does with subreports
but
since it doesn't, this was failing as it used a relative path from my
eclipse root which when deployed that path does not even exist.

I ran into the JDBC from the library not being found it and it used some
default BIRT driver which was confusing...I had no idea why it was using a
default and looking at the xml source stumbled into this to figure it out.
Previous Topic:user properties quick question
Next Topic:Oracle - Using PL/SQL Packages.
Goto Forum:
  


Current Time: Thu Apr 25 21:28:03 GMT 2024

Powered by FUDForum. Page generated in 0.03598 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top