Author: thomas.diesler(a)jboss.com
Date: 2007-01-29 10:04:59 -0500 (Mon, 29 Jan 2007)
New Revision: 2177
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/config.xml
branches/jbossws-1.2.0/jbossws-core/src/main/java/javax/xml/rpc/ServiceFactory.java
Log:
Move jaxrpc client stuff to jaxrpc.client
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/config.xml 2007-01-29 14:12:46 UTC
(rev 2176)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/config.xml 2007-01-29 15:04:59 UTC
(rev 2177)
@@ -60,7 +60,7 @@
<name>JBossWS Local Testsuite</name>
<description>
<![CDATA[
- Run the JBossWS local testsuite.
+ Run the JBossWS testsuite from: @svn.basedir.local@
<p/>
Make sure you have sucessfuly build the <a
href="/hudson/view/Target%20Container">Target Container</a>
]]>
Modified:
branches/jbossws-1.2.0/jbossws-core/src/main/java/javax/xml/rpc/ServiceFactory.java
===================================================================
---
branches/jbossws-1.2.0/jbossws-core/src/main/java/javax/xml/rpc/ServiceFactory.java 2007-01-29
14:12:46 UTC (rev 2176)
+++
branches/jbossws-1.2.0/jbossws-core/src/main/java/javax/xml/rpc/ServiceFactory.java 2007-01-29
15:04:59 UTC (rev 2177)
@@ -54,7 +54,7 @@
/** A constant representing the property used to lookup the name of a ServiceFactory
implementation class. */
public static final String SERVICEFACTORY_PROPERTY =
"javax.xml.rpc.ServiceFactory";
- private static final String DEFAULT_SERVICE_FACTORY =
"org.jboss.ws.core.jaxrpc.ServiceFactoryImpl";
+ private static final String DEFAULT_SERVICE_FACTORY =
"org.jboss.ws.core.jaxrpc.client.ServiceFactoryImpl";
private static final String[] alternativeFactories = new String[] {};
protected ServiceFactory()
Show replies by date