<p>Hopefully I explain myself well, and am on the correct forum to receive help.</p><p>I think that I have 2 separate issues here, but am not really sure.</p><p> </p><p>1. I have a developer that wants to upload a library file directly to the BIRT application, not using the PowerReport UI. He wants to be able to share components between all reports.</p><p>He sent me this link, but it was confusing. I am running on Linux.</p><p><a class="" href="
http://www.eclipse.org/forums/index.php/t/59929/">http://www.eclipse.org/forums/index.php/t/59929/</a></p><p> </p><p>2. I am going to attach screen shots. My developer has a report, that he created, called "Inline Test". When he selects that report and then clicks on the "Project" drop down, he is expecting to see all of the Jira projects listed, but he is not.</p><p>I have my birt.xml and dbconfig.xml configured already:
birt.xml:</p><p><Resource name="jdbc/JiraDS" auth="Container" type="javax.sql.DataSource"
username=""
password=""
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/jiradb?useUnicode=true&characterEncoding=UTF8&sessionVariables=storage_engine=InnoDB"</p><p> </p><p>dbconfig.xml:
<url>jdbc:mysql://localhost:3306/jiradb?useUnicode=true&characterEncoding=UTF8&sessionVariables=storage_engine=InnoDB</url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<username></username>
<password></password>
<pool-size>15</pool-size>
<validation-query>select 1</validation-query>
</jdbc-datasource></p><p> </p>