Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Setting relative classpath for BIRT POJO Datasource in rptdesignfile
Setting relative classpath for BIRT POJO Datasource in rptdesignfile [message #1799597] Mon, 10 December 2018 19:15
sarayu br is currently offline sarayu brFriend
Messages: 3
Registered: October 2018
Junior Member
In the .rptdesign file when the"pojoDataSetClassPath" property is set to an absolute path , the report gets generated successfully.However when it is set to a relative path, the data from the data-source is not passed to the report thus the report has no data in it.

For example:
When i set the property value to the absolute path(C:\jars\Abc.jar) in .rptdesign file, report gets generated successfully.
<property name="pojoDataSetClassPath">C:\jars\Abc.jar;</property>


However when i set the property value to the relative path(./jars/Abc.jar), report does not contain any data.
<property name="pojoDataSetClassPath">./jars/Abc.jar;</property>


Please find attached a sample .rptdesign file where pojoDataSetClassPath has been highlighted.
Can anyone please suggest a correct way to set the relative classpath , thus helping in picking the right pojodatasources.

Thanks in advance!

[Updated on: Mon, 17 December 2018 21:10]

Report message to a moderator

Previous Topic:POJO DS Properties Panel isn't Eclipse Classpath aware
Next Topic:Which BIRT version for Excel *.xlsx output format support?
Goto Forum:
  


Current Time: Tue Mar 19 07:57:56 GMT 2024

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

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

Back to the top