Author: geirm
Date: Mon Feb  7 21:44:33 2005
New Revision: 152638

URL: http://svn.apache.org/viewcvs?view=rev&rev=152638
Log:
Make it like Scout - use the correct ConnectionFactoryImpl package.

Talking to Dims and Jeremy so we can remove one impl of this API
and have only one at the ASF


Modified:
    geronimo/trunk/specs/jaxr/src/java/javax/xml/registry/ConnectionFactory.java

Modified: 
geronimo/trunk/specs/jaxr/src/java/javax/xml/registry/ConnectionFactory.java
URL: 
http://svn.apache.org/viewcvs/geronimo/trunk/specs/jaxr/src/java/javax/xml/registry/ConnectionFactory.java?view=diff&r1=152637&r2=152638
==============================================================================
--- 
geronimo/trunk/specs/jaxr/src/java/javax/xml/registry/ConnectionFactory.java 
(original)
+++ 
geronimo/trunk/specs/jaxr/src/java/javax/xml/registry/ConnectionFactory.java 
Mon Feb  7 21:44:33 2005
@@ -41,7 +41,7 @@
     public abstract void setProperties(Properties properties) throws 
JAXRException;
 
     public static ConnectionFactory newInstance() throws JAXRException {
-        String className = 
System.getProperty("javax.xml.registry.ConnectionFactoryClass", 
"org.apache.scout.registry.ConnectionFactoryImpl");
+        String className = 
System.getProperty("javax.xml.registry.ConnectionFactoryClass", 
"org.apache.ws.scout.registry.ConnectionFactoryImpl");
         ClassLoader cl = Thread.currentThread().getContextClassLoader();
         if (cl == null) {
             cl = ConnectionFactory.class.getClassLoader();


Reply via email to