Issue Details (XML | Word | Printable)

Key: OSGI-132
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Costin Leau
Reporter: Bernd Kolb
Votes: 0
Watchers: 0
Operations

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

org.springframework.osgi.commons-collections.osgi has a broken manifest

Created: 18/May/07 05:14 AM   Updated: 22/May/07 04:01 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0 M3

Time Tracking:
Not Specified


 Description  « Hide
The manifest of org.springframework.osgi.commons-collections.osgi seems to be completely broken. This bundle is (at least in equinox) unusable

I recreated the manifest:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Collections Plug-in
Bundle-SymbolicName: org.apache.commons.collections
Bundle-Version: 3.2.0
Bundle-ClassPath: commons-collections-3.2.jar
Export-Package: org.springframework.osgi.commons-collections.osgi;version="3.2.0",
 org.apache.commons.collections.bag;version="3.2.0",
 org.apache.commons.collections.bidimap;version="3.2.0",
 org.apache.commons.collections.buffer;version="3.2.0",
 org.apache.commons.collections.collection;version="3.2.0",
 org.apache.commons.collections.comparators;version="3.2.0",
 org.apache.commons.collections.functors;version="3.2.0",
 org.apache.commons.collections.iterators;version="3.2.0",
 org.apache.commons.collections.keyvalue;version="3.2.0",
 org.apache.commons.collections.list;version="3.2.0",
 org.apache.commons.collections.map;version="3.2.0",
 org.apache.commons.collections.set;version="3.2.0"


 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Costin Leau added a comment - 22/May/07 04:01 AM
This was solved in current SVN head (after rev 7230). Let me know if still have issues with it