diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-24 17:12:47 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-24 17:12:47 +0000 |
commit | bf039f767dc9298dba129222562fb4104038ffa3 (patch) | |
tree | 81ac9f46d7d2a098ae012730099be9bd734afed8 /sca-java-2.x/trunk/modules/core/src/main | |
parent | c306cbec08b4c89def3e462b0481eec09990b6d9 (diff) |
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
Diffstat (limited to 'sca-java-2.x/trunk/modules/core/src/main')
-rw-r--r-- | sca-java-2.x/trunk/modules/core/src/main/resources/META-INF/services/org.apache.tuscany.sca.runtime.DomainRegistryFactory | 2 |
1 files changed, 1 insertions, 1 deletions
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
|