Issue Details (XML | Word | Printable)

Key: OSGI-578
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Costin Leau
Reporter: Olof Jönsson
Votes: 0
Watchers: 0
Operations

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

Bundle has new start/stop methods in OSGi R4.1, breaks build for mock using Equinox >3.3

Created: 14/Jul/08 01:41 PM   Updated: 25/Jul/08 04:30 PM
Component/s: TESTING
Affects Version/s: 1.1
Fix Version/s: 1.1.1

Time Tracking:
Original Estimate: 0.12d
Original Estimate - 0.12d
Remaining Estimate: 0.12d
Remaining Estimate - 0.12d
Time Spent: Not Specified
Remaining Estimate - 0.12d

File Attachments: 1. Text File OSGI-578.patch (0.9 kB)



 Description  « Hide
The org.osgi.framework.Bundle interface in R4.1 of OSGi has two new methods, start(int) and stop(int). There are on class in the mock package that implements Bundle, org.springframework.osgi.mock.MockBundle. If it would be modified to include these methods it would in combination with fixing #OSGI-575 (http://jira.springframework.org/browse/OSGI-575) make it possible to build Spring OSGi with OSGi R4.1, such as Equinox 3.3 and later.

Their actual implementation would be empty in this case.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Olof Jönsson added a comment - 14/Jul/08 01:43 PM
Patch for fixing this