/[Apache-SVN]
ViewVC logotype

Revision 421620


Jump to revision: Previous Next
Author: rickhall
Date: Thu Jul 13 13:33:22 2006 UTC (18 years, 4 months ago)
Changed paths: 3
Log Message:
Fixed a bug in filtering services based on package wirings. If the service
provider did not import the package containing the service interface (e.g.,
perhaps the interface was implemented by an imported superclass), then
filtering would fail because it was only trying to load the class from
the bundle that registered the service object, but it did not have access
to it. Modified the algorithm to use a more exhaustive approach to determine
where the class comes from in such scenarios.


Changed paths

Path Details
Directoryincubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java modified , text changed
Directoryincubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java modified , text changed
Directoryincubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/framework/util/Util.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26