|
|
Re: BIRT Library Question [message #1020617 is a reply to message #1020590] |
Mon, 18 March 2013 15:20   |
birt user Messages: 26 Registered: January 2013 |
Junior Member |
|
|
I came across a new problem with the library feature that is rather puzzling.
Steps to Reproduce
1. Create a new data source inside a library.
2. Create a new report using the data source from step 1.
Expected Behavior - Database username/password will only be in the .rtplibrary file and not in the .rptdesign file.
Actual Behavior - The following lines are in the .rptdesign file:
<oda-data-source name="Library Data Source" id="10" extends="library.Library Data Source">
<property name="servername">myServer</property>
<property name="username">myUsername</property>
<encrypted-property name="password" encryptionID="base64">myPassword-removed</encrypted-property>
<property name="domain">myDomain</property>
</oda-data-source>
Is this normal behavior? Or did I miss setting some option? My goal in using libraries is to abstract the connection information outside of the .rptdesign files.
[Updated on: Mon, 18 March 2013 15:22] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03043 seconds