Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Derby version upgrade

- Summary:

Upgrade BIRT’s packaged Derby library version to 10.1.2 and redistribute Derby as complete plugin

 

- Bugzilla Bug(s) Resolved:

143084 Derby library upgrade and re-distribution as separate plugin

132017 reports using Derby database don't work with glassfish server

142285 Derby: Failed to start database on datasource create panel

 

- Description:

(1) Include org.apache.derby.core_10.1.2 plugin (provided by Apache) as part of BIRT distribution. This plugin includes an updated version (10.1.2.1) of Derby library. Previously BIRT was including the 10.0 version of Derby

 

(2) Regenerated BIRT’s Sample Database with the 10.1.2.1 version of Derby

 

(3) Removed Derby lib from the org.eclipse.birt.report.data.oda.jdbc plugin. Instead have it depend on the derby.core 3rd party plugin. Also provided JDBC connection url template for the Derby network client driver (included in the Derby plugin)

 

 

- Tests Description:

n/a

 

- Notes to Build Team:

New project org.apache.derby.core needs to be added to daily build and install

 

- Notes to Developers:

 

 

- Notes to QA:

 

 

- Notes to Documentation:

 

- Files Edited:

"/org.eclipse.birt.data/.classpath"

 

"/org.eclipse.birt.report.data.oda.jdbc/META-INF/MANIFEST.MF"

"/org.eclipse.birt.report.data.oda.jdbc/plugin.xml"

"/org.eclipse.birt.report.data.oda.jdbc/BuildOdaJdbc.xml"

"/org.eclipse.birt.report.data.oda.jdbc/.classpath"

 

"/org.eclipse.birt.report.data.oda.sampledb/META-INF/MANIFEST.MF"

"/org.eclipse.birt.report.data.oda.sampledb/db/BirtSample.jar"

"/org.eclipse.birt.report.data.oda.sampledb/src/org/eclipse/birt/report/data/oda/sampledb/SampleDBJDBCConnectionFactory.java"

"/org.eclipse.birt.report.data.oda.sampledb/src/org/eclipse/birt/report/data/oda/sampledb/plugin/SampledbPlugin.java"

"/org.eclipse.birt.report.data.oda.sampledb/src/org/eclipse/birt/report/data/oda/sampledb/SampledbPlugin.java"

"/org.eclipse.birt.report.data.oda.sampledb/src/org/eclipse/birt/report/data/oda/sampledb/SampleDBConstants.java"

 

- Files Added:

"/org.apache.derby.core/build.xml"

"/org.apache.derby.core/derbynet.jar"

"/org.apache.derby.core/derby.jar"

"/org.apache.derby.core/.project"

"/org.apache.derby.core/plugin.xml"

"/org.apache.derby.core/derbyclient.jar"

"/org.apache.derby.core/derbytools.jar"

 

- Files Deleted:

"/org.eclipse.birt.report.data.oda.jdbc/derby.jar"

 

 

 

 

 


Back to the top