Is this new? I don't remember JIRA posting messages to the dev list before...

-> richard

Richard S. Hall (JIRA) wrote:

    [ http://issues.apache.org/jira/browse/FELIX-7?page=all ]

Richard S. Hall updated FELIX-7:
--------------------------------

   Summary: Modify resource searching to use before/after approach like class 
searching  (was: Modify research searching to use before/after approach like 
class searching)

Modify resource searching to use before/after approach like class searching
---------------------------------------------------------------------------

        Key: FELIX-7
        URL: http://issues.apache.org/jira/browse/FELIX-7
    Project: Felix
       Type: Improvement
   Reporter: Richard S. Hall
   Assignee: Richard S. Hall
   Priority: Minor

The Module Loader search policy was modified to have before/after class search 
callback methods around searching the module itself for classes; this change 
simplifies creating search policies that want to do something additional if the 
local module search fails. For example, the OSGi R4 search policy is now 
written such that it tries to perform a dynamic import if the local search 
fails.
The Module Loader must be modified to have before/after resource search 
callback methods and the OSGi R4 search policy must be modified in a similar 
fashion as for classes, so that dynamic imports are attempted after local 
searches for the resources fail.

Reply via email to