Issue Details (XML | Word | Printable)

Key: DERBY-3730
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Mike Matrigali
Reporter: Stan Bradbury
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Derby

Bundle-SymbolicName: needed in Derby manifest for OSGi 4 environment

Created: 19/Jun/08 05:21 PM   Updated: 04/May/09 06:22 PM
Return to search
Component/s: Build tools
Affects Version/s: 10.2.2.0, 10.3.3.0, 10.4.1.3
Fix Version/s: 10.3.3.1, 10.4.2.0, 10.5.1.1

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works derby-3730.diff 2008-06-23 11:04 PM Andrew McIntyre 0.6 kB

Resolution Date: 02/Jul/08 04:28 PM


 Description  « Hide
The manifest does not have a Bundle Symbolic Name. This causes some tools not to recognize it as an OSGi bundle and some things don't work nicely without the symbolic name.
Add Bundle-SymbolicName: derby to the manifest.

NOTE: this issue will address issue #1 of the multi-issue bug: DERBY-1945

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Andrew McIntyre added a comment - 23/Jun/08 11:04 PM
Attaching a patch which sets Bundle-SymbolicName. Is this all that is needed for this issue?

Manjula Kutty added a comment - 23/Jun/08 11:55 PM
Thanks for the patch Andrew. I applied the patch and built derby.jar and now there is an entry for the Bundle-SymbolicName with the value derby on the MANIFEST file

Stan Bradbury added a comment - 30/Jun/08 04:11 PM
Hi Manjula and OSGI advocates -

I've confirmed that the manifest in the sample build created with this patch meets the needs for use in an OSGI 4 bundle. Please commit to the codeline and backport to at least v 10.3. Thanks for the prompt turnaound : ) .

Mike Matrigali added a comment - 30/Jun/08 05:38 PM
I'll take care of committing and apply it to at least trunk, 10.4, and 10.3.

Mike Matrigali added a comment - 02/Jul/08 04:28 PM
Fix has been applied to trunk, 10.4 branch and 10.3 branch.