Consider rankings for provider extensions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829741 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4066aa0f54
commit
9a31b38335
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ public class DefaultProviderFactoryExtensionPoint implements ProviderFactoryExte
|
|||
Collection<ServiceDeclaration> factoryDeclarations;
|
||||
ServiceDiscovery serviceDiscovery = ServiceDiscovery.getInstance();
|
||||
try {
|
||||
factoryDeclarations = serviceDiscovery.getServiceDeclarations(factoryClass.getName());
|
||||
factoryDeclarations = serviceDiscovery.getServiceDeclarations(factoryClass.getName(), true);
|
||||
} catch (Exception e) {
|
||||
throw new IllegalStateException(e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue