You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/09/24 19:12:48 UTC

svn commit: r1000978 - /tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/META-INF/services/org.apache.tuscany.sca.runtime.DomainRegistryFactory

Author: slaws
Date: Fri Sep 24 17:12:47 2010
New Revision: 1000978

URL: http://svn.apache.org/viewvc?rev=1000978&view=rev
Log:
Note 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

Modified:
    tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/META-INF/services/org.apache.tuscany.sca.runtime.DomainRegistryFactory

Modified: tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/META-INF/services/org.apache.tuscany.sca.runtime.DomainRegistryFactory
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/META-INF/services/org.apache.tuscany.sca.runtime.DomainRegistryFactory?rev=1000978&r1=1000977&r2=1000978&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/META-INF/services/org.apache.tuscany.sca.runtime.DomainRegistryFactory (original)
+++ tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/META-INF/services/org.apache.tuscany.sca.runtime.DomainRegistryFactory Fri Sep 24 17:12:47 2010
@@ -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