From bf039f767dc9298dba129222562fb4104038ffa3 Mon Sep 17 00:00:00 2001 From: slaws Date: Fri, 24 Sep 2010 17:12:47 +0000 Subject: TUSCANY-3687 - Not sure what the default ranking is and I believe the registry is actually chosen based on the domain scheme but I've been running with this without adverse effects but can we remove all the registry rankings now? git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000978 13f79535-47bb-0310-9956-ffa450edef68 --- .../services/org.apache.tuscany.sca.runtime.DomainRegistryFactory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/modules/core') diff --git a/sca-java-2.x/trunk/modules/core/src/main/resources/META-INF/services/org.apache.tuscany.sca.runtime.DomainRegistryFactory b/sca-java-2.x/trunk/modules/core/src/main/resources/META-INF/services/org.apache.tuscany.sca.runtime.DomainRegistryFactory index f2a6f0b4c3..6a01eac2df 100644 --- a/sca-java-2.x/trunk/modules/core/src/main/resources/META-INF/services/org.apache.tuscany.sca.runtime.DomainRegistryFactory +++ b/sca-java-2.x/trunk/modules/core/src/main/resources/META-INF/services/org.apache.tuscany.sca.runtime.DomainRegistryFactory @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -org.apache.tuscany.sca.core.assembly.impl.LocalDomainRegistryFactory +org.apache.tuscany.sca.core.assembly.impl.LocalDomainRegistryFactory;ranking=10 -- cgit v1.2.3