Issue Details (XML | Word | Printable)

Key: FELIX-656
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Richard S. Hall
Reporter: Richard S. Hall
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Felix
FELIX-29

Implement fragment support for extending a host's bundle class path

Created: 01/Aug/08 10:47 PM   Updated: 15/Oct/08 06:06 PM
Component/s: Framework, Specification compliance
Affects Version/s: felix-1.0.4
Fix Version/s: felix-1.2.0

Time Tracking:
Not Specified

Resolution Date: 28/Aug/08 08:44 PM


 Description  « Hide
For the 1.2.0 release of Felix, we are going to target partial support for fragments. Specifically, we will support extending the host's bundle class path using fragments. This will include support for searching the fragment's bundle class path after the host's bundle class path as well as injecting a JAR file from a fragment into the host's bundle class path. This functionality should correctly support both host and fragment updates along with obeying refresh dependencies.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Richard S. Hall added a comment - 16/Aug/08 03:42 PM
Committed support to properly handle fragment dependencies, so the update/refresh cycle appears to be working properly.

Richard S. Hall added a comment - 24/Aug/08 05:15 PM
I just committed and deployed a new snapshot because I found a small bug that resulted in the bundle class path not being calculated correctly in all cases.

Richard S. Hall added a comment - 28/Aug/08 08:44 PM
I got some feedback from the GlassFish team that after I fixed the last bug it has started working for their test case, so I am resolving this for now, but there is definitely more work to be done in this area.