Modify research 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 Assigned to: 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira