JBossWS SVN: r4489 - stack/native/trunk/src/main/etc.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-23 09:23:21 -0400 (Thu, 23 Aug 2007)
New Revision: 4489
Modified:
stack/native/trunk/src/main/etc/wsrunclient.bat
Log:
Allign with wsrunclient.sh
Modified: stack/native/trunk/src/main/etc/wsrunclient.bat
===================================================================
--- stack/native/trunk/src/main/etc/wsrunclient.bat 2007-08-23 13:22:14 UTC (rev 4488)
+++ stack/native/trunk/src/main/etc/wsrunclient.bat 2007-08-23 13:23:21 UTC (rev 4489)
@@ -37,32 +37,21 @@
set JAVA=%JAVA_HOME%\bin\java
set JBOSS_HOME=%DIRNAME%\..
rem Setup the java endorsed dirs
+
+# Setup the java endorsed dirs
set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed
-rem Setup the wstools classpath
-
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/activation.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/mail.jar
+# Setup the client classpath
set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/log4j.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/javassist.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jaxb-api.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jaxb-impl.jar
set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jbossws-client.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jbossws-spi.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxws.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxrpc.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jboss-saaj.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jboss-xml-binding.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/wsdl4j.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/policy.jar
-rem taken from jbossall-client.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jboss-logging-spi.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jboss-common-core.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/concurrent.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/commons-logging.jar
-set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jboss-remoting.jar
+# JBossAS-5.0 subset of jbossall-client.jar
+set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME/client/jboss-logging-spi.jar
+set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME/client/jboss-common-core.jar
+# JBossAS-4.2 subset of jbossall-client.jar
+set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME/client/jboss-common-client.jar
+
rem Execute the JVM
"%JAVA%" %JAVA_OPTS% -Djava.endorsed.dirs="%JBOSS_ENDORSED_DIRS%" -Dlog4j.configuration=wstools-log4j.xml -classpath "%WSRUNCLIENT_CLASSPATH%" %ARGS%
:EOF
17 years, 4 months
JBossWS SVN: r4488 - stack/native/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-23 09:22:14 -0400 (Thu, 23 Aug 2007)
New Revision: 4488
Modified:
stack/native/trunk/src/main/distro/bin-dist-deploy.xml
Log:
[JBWS-1791] target deploy-jboss42-endorsed incomplete
Modified: stack/native/trunk/src/main/distro/bin-dist-deploy.xml
===================================================================
--- stack/native/trunk/src/main/distro/bin-dist-deploy.xml 2007-08-23 12:59:10 UTC (rev 4487)
+++ stack/native/trunk/src/main/distro/bin-dist-deploy.xml 2007-08-23 13:22:14 UTC (rev 4488)
@@ -29,6 +29,7 @@
<target name="deploy-jboss50-endorsed" depends="prepare" if="HAVE_JDK_1.6">
<macro-deploy-endorsed
jbosshome="${jboss50.home}"
+ stacklibs="${lib.dir}"
thirdpartylibs="${lib.dir}"/>
</target>
@@ -50,6 +51,7 @@
<target name="deploy-jboss42-endorsed" depends="prepare" if="HAVE_JDK_1.6">
<macro-deploy-endorsed
jbosshome="${jboss42.home}"
+ stacklibs="${lib.dir}"
thirdpartylibs="${lib.dir}"/>
</target>
17 years, 4 months
JBossWS SVN: r4487 - stack/native/branches/dlofthouse/JBWS-1792/src/main/java/org/jboss/ws/metadata/config/binding.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2007-08-23 08:59:10 -0400 (Thu, 23 Aug 2007)
New Revision: 4487
Modified:
stack/native/branches/dlofthouse/JBWS-1792/src/main/java/org/jboss/ws/metadata/config/binding/OMFactoryJAXRPC.java
Log:
Add support for handler init-param in ObjectModelFactory for JAXRPC configurations.
Modified: stack/native/branches/dlofthouse/JBWS-1792/src/main/java/org/jboss/ws/metadata/config/binding/OMFactoryJAXRPC.java
===================================================================
--- stack/native/branches/dlofthouse/JBWS-1792/src/main/java/org/jboss/ws/metadata/config/binding/OMFactoryJAXRPC.java 2007-08-23 12:42:33 UTC (rev 4486)
+++ stack/native/branches/dlofthouse/JBWS-1792/src/main/java/org/jboss/ws/metadata/config/binding/OMFactoryJAXRPC.java 2007-08-23 12:59:10 UTC (rev 4487)
@@ -145,6 +145,24 @@
}
/**
+ * Called when parsing of a new element started.
+ */
+ public Object newChild(UnifiedHandlerMetaData handler, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
+ {
+ if ("init-param".equals(localName))
+ return new UnifiedInitParamMetaData();
+ else return null;
+ }
+
+ /**
+ * Called when parsing character is complete.
+ */
+ public void addChild(UnifiedHandlerMetaData handler, UnifiedInitParamMetaData param, UnmarshallingContext navigator, String namespaceURI, String localName)
+ {
+ handler.addInitParam(param);
+ }
+
+ /**
* Called when a new simple child element with text value was read from the XML content.
*/
public void setValue(UnifiedHandlerMetaData handler, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
17 years, 4 months
JBossWS SVN: r4486 - spi/trunk/src/main/java/org/jboss/wsf/spi/management.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-23 08:42:33 -0400 (Thu, 23 Aug 2007)
New Revision: 4486
Modified:
spi/trunk/src/main/java/org/jboss/wsf/spi/management/ServerConfigFactory.java
Log:
typo
Modified: spi/trunk/src/main/java/org/jboss/wsf/spi/management/ServerConfigFactory.java
===================================================================
--- spi/trunk/src/main/java/org/jboss/wsf/spi/management/ServerConfigFactory.java 2007-08-23 12:39:41 UTC (rev 4485)
+++ spi/trunk/src/main/java/org/jboss/wsf/spi/management/ServerConfigFactory.java 2007-08-23 12:42:33 UTC (rev 4486)
@@ -21,7 +21,7 @@
*/
package org.jboss.wsf.spi.management;
-//$Id$
+//$Id: $
import org.jboss.wsf.spi.SPIView;
17 years, 4 months
JBossWS SVN: r4485 - stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/wsrm/oneway.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-08-23 08:39:41 -0400 (Thu, 23 Aug 2007)
New Revision: 4485
Modified:
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/wsrm/oneway/OneWayTestCase.java
Log:
rewriting test to use dummy WS-RM stuff
Modified: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/wsrm/oneway/OneWayTestCase.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/wsrm/oneway/OneWayTestCase.java 2007-08-23 12:39:32 UTC (rev 4484)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/wsrm/oneway/OneWayTestCase.java 2007-08-23 12:39:41 UTC (rev 4485)
@@ -22,12 +22,15 @@
package org.jboss.test.ws.jaxws.wsrm.oneway;
import java.net.URL;
+import java.util.concurrent.TimeUnit;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import junit.framework.Test;
+import org.jboss.ws.extensions.wsrm.RMSequence;
+import org.jboss.ws.extensions.wsrm.RMSequenceFactory;
import org.jboss.wsf.test.JBossWSTest;
import org.jboss.wsf.test.JBossWSTestSetup;
import org.jboss.test.ws.jaxws.wsrm.OneWayServiceIface;
@@ -52,19 +55,25 @@
protected void setUp() throws Exception
{
super.setUp();
-
QName serviceName = new QName(targetNS, "OneWayService");
URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-wsrm/OneWayService?wsdl");
-
Service service = Service.create(wsdlURL, serviceName);
proxy = (OneWayServiceIface)service.getPort(OneWayServiceIface.class);
}
- public void testReliableOneWayInvocations() throws Exception
+ public void testOneWayMethods() throws Exception
{
System.out.println("FIXME [JBWS-515] Provide an initial implementation for WS-ReliableMessaging");
+ RMSequence sequence = RMSequenceFactory.newInstance(proxy);
+ System.out.println("Created sequence with id=" + sequence.getId());
proxy.method1();
proxy.method2("Hello World");
+ sequence.setLastMessage();
proxy.method3(new String[] {"Hello","World"});
+ if (!sequence.completed(1000, TimeUnit.MILLISECONDS)) {
+ fail("Sequence not completed within specified time amount");
+ } else {
+ sequence.terminate();
+ }
}
}
17 years, 4 months
JBossWS SVN: r4484 - stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/wsrm/reqres.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-08-23 08:39:32 -0400 (Thu, 23 Aug 2007)
New Revision: 4484
Modified:
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/wsrm/reqres/ReqResTestCase.java
Log:
rewriting test to use dummy WS-RM stuff
Modified: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/wsrm/reqres/ReqResTestCase.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/wsrm/reqres/ReqResTestCase.java 2007-08-23 12:38:26 UTC (rev 4483)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/wsrm/reqres/ReqResTestCase.java 2007-08-23 12:39:32 UTC (rev 4484)
@@ -46,6 +46,9 @@
import org.jboss.wsf.common.DOMWriter;
import org.jboss.test.ws.jaxws.wsrm.ReqResServiceIface;
+import org.jboss.ws.extensions.wsrm.RMSequence;
+import org.jboss.ws.extensions.wsrm.RMSequenceFactory;
+
/**
* Reliable JBoss WebService client invoking req/res methods
*
@@ -61,6 +64,11 @@
private boolean asyncHandlerCalled;
private ReqResServiceIface proxy;
private Dispatch<Source> dispatch;
+
+ private enum InvocationType
+ {
+ SYNC, ASYNC, ASYNC_DISPATCH, ASYNC_FUTURE
+ }
public static Test suite()
{
@@ -78,26 +86,41 @@
Service service = Service.create(wsdlURL, serviceName);
dispatch = service.createDispatch(portName, Source.class, Mode.PAYLOAD);
proxy = (ReqResServiceIface)service.getPort(ReqResServiceIface.class);
- handlerException = null;
- asyncHandlerCalled = false;
}
- public void testInvokeSync() throws Exception
+ public void testSynchronousInvocation() throws Exception
{
- System.out.println("FIXME [JBWS-515] Provide an initial implementation for WS-ReliableMessaging");
+ doReliableMessageExchange(proxy, InvocationType.SYNC);
+ }
+
+ public void testAsynchronousInvocation() throws Exception
+ {
+ doReliableMessageExchange(proxy, InvocationType.ASYNC);
+ }
+
+ public void testAsynchronousInvocationUsingFuture() throws Exception
+ {
+ doReliableMessageExchange(proxy, InvocationType.ASYNC_FUTURE);
+ }
+
+ public void testAsynchronousInvocationUsingDispatch() throws Exception
+ {
+ doReliableMessageExchange(dispatch, InvocationType.ASYNC_DISPATCH);
+ }
+
+ private void doSynchronousInvocation() throws Exception
+ {
assertEquals(proxy.echo(HELLO_WORLD_MSG), HELLO_WORLD_MSG);
}
-
- public void testInvokeAsync() throws Exception
+
+ private void doAsynchronousInvocation() throws Exception
{
- System.out.println("FIXME [JBWS-515] Provide an initial implementation for WS-ReliableMessaging");
Response<String> response = proxy.echoAsync(HELLO_WORLD_MSG);
- assertEquals(response.get(), HELLO_WORLD_MSG); // concurrency future pattern
+ assertEquals(response.get(), HELLO_WORLD_MSG); // hidden future pattern
}
- public void testInvokeAsyncHandler() throws Exception
+ private void doAsynchronousInvocationUsingFuture() throws Exception
{
- System.out.println("FIXME [JBWS-515] Provide an initial implementation for WS-ReliableMessaging");
AsyncHandler<String> handler = new AsyncHandler<String>()
{
public void handleResponse(Response<String> response)
@@ -119,9 +142,8 @@
ensureAsyncStatus();
}
- public void testInvokeAsyncHandlerWithDispach() throws Exception
+ private void doAsynchronousInvocationUsingDispatch() throws Exception
{
- System.out.println("FIXME [JBWS-515] Provide an initial implementation for WS-ReliableMessaging");
AsyncHandler<Source> handler = new AsyncHandler<Source>()
{
public void handleResponse(Response<Source> response)
@@ -147,6 +169,8 @@
{
if (handlerException != null) throw handlerException;
assertTrue("Async handler called", asyncHandlerCalled);
+ handlerException = null;
+ asyncHandlerCalled = false;
}
private void verifyResponse(Source result) throws IOException
@@ -155,4 +179,31 @@
String resStr = DOMWriter.printNode(resElement, false);
assertTrue("Unexpected response: " + resStr, resStr.contains("<result>" + HELLO_WORLD_MSG + "</result>"));
}
+
+ private void invokeWebServiceMethod(InvocationType invocationType) throws Exception
+ {
+ switch (invocationType) {
+ case SYNC: doSynchronousInvocation(); break;
+ case ASYNC: doAsynchronousInvocation(); break;
+ case ASYNC_FUTURE: doAsynchronousInvocationUsingFuture(); break;
+ case ASYNC_DISPATCH: doAsynchronousInvocationUsingDispatch(); break;
+ default : fail("Unknown invocation type");
+ }
+ }
+
+ private void doReliableMessageExchange(Object proxyObject, InvocationType invocationType) throws Exception
+ {
+ System.out.println("FIXME [JBWS-515] Provide an initial implementation for WS-ReliableMessaging");
+ RMSequence sequence = RMSequenceFactory.newInstance(proxyObject);
+ System.out.println("Created sequence with id=" + sequence.getId());
+ invokeWebServiceMethod(invocationType);
+ invokeWebServiceMethod(invocationType);
+ sequence.setLastMessage();
+ invokeWebServiceMethod(invocationType);
+ if (!sequence.completed(1000, TimeUnit.MILLISECONDS)) {
+ fail("Sequence not completed within specified time amount");
+ } else {
+ sequence.terminate();
+ }
+ }
}
17 years, 4 months
JBossWS SVN: r4483 - in stack/native/branches/ropalka/trunk/src/main/java/org/jboss/ws/extensions: wsrm and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-08-23 08:38:26 -0400 (Thu, 23 Aug 2007)
New Revision: 4483
Added:
stack/native/branches/ropalka/trunk/src/main/java/org/jboss/ws/extensions/wsrm/
stack/native/branches/ropalka/trunk/src/main/java/org/jboss/ws/extensions/wsrm/RMSequence.java
stack/native/branches/ropalka/trunk/src/main/java/org/jboss/ws/extensions/wsrm/RMSequenceFactory.java
Log:
adding dummy classes and interfaces to make WS-RM test suite compilable
Added: stack/native/branches/ropalka/trunk/src/main/java/org/jboss/ws/extensions/wsrm/RMSequence.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/main/java/org/jboss/ws/extensions/wsrm/RMSequence.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/main/java/org/jboss/ws/extensions/wsrm/RMSequence.java 2007-08-23 12:38:26 UTC (rev 4483)
@@ -0,0 +1,33 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.ws.extensions.wsrm;
+
+import java.util.concurrent.TimeUnit;
+
+public interface RMSequence
+{
+ String getId();
+ void setLastMessage();
+ void terminate();
+ boolean completed();
+ boolean completed(int timeAmount, TimeUnit timeUnit);
+}
Property changes on: stack/native/branches/ropalka/trunk/src/main/java/org/jboss/ws/extensions/wsrm/RMSequence.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/main/java/org/jboss/ws/extensions/wsrm/RMSequenceFactory.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/main/java/org/jboss/ws/extensions/wsrm/RMSequenceFactory.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/main/java/org/jboss/ws/extensions/wsrm/RMSequenceFactory.java 2007-08-23 12:38:26 UTC (rev 4483)
@@ -0,0 +1,71 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.ws.extensions.wsrm;
+
+import java.util.concurrent.TimeUnit;
+import javax.xml.ws.BindingProvider;
+
+public class RMSequenceFactory
+{
+ private RMSequenceFactory()
+ {
+ // forbidden constructor
+ }
+
+ private static final RMSequence DUMMY_SEQUENCE = new RMSequence()
+ {
+ private int count = 0;
+
+ public boolean completed()
+ {
+ return true;
+ }
+
+ public boolean completed(int timeAmount, TimeUnit timeUnit)
+ {
+ return true;
+ }
+
+ public String getId()
+ {
+ return "DummySequenceId" + count++;
+ }
+
+ public void setLastMessage()
+ {
+ }
+
+ public void terminate()
+ {
+ }
+ };
+
+ public static RMSequence newInstance(Object object)
+ {
+ if (object instanceof BindingProvider) {
+ // allowing creation of sequences only for JBossWS client proxies
+ return DUMMY_SEQUENCE; // TODO: RIO implement RM SPI provider
+ } else {
+ throw new IllegalArgumentException(); // TODO: RIO provide clear message to the client
+ }
+ }
+}
Property changes on: stack/native/branches/ropalka/trunk/src/main/java/org/jboss/ws/extensions/wsrm/RMSequenceFactory.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
17 years, 4 months
JBossWS SVN: r4482 - spi/branches/dlofthouse.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2007-08-23 08:23:51 -0400 (Thu, 23 Aug 2007)
New Revision: 4482
Added:
spi/branches/dlofthouse/JBWS-1792/
Log:
To issue in SPI
Copied: spi/branches/dlofthouse/JBWS-1792 (from rev 4481, spi/tags/jbossws-spi-1.0.0.GA)
17 years, 4 months
JBossWS SVN: r4481 - spi/branches.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2007-08-23 08:21:25 -0400 (Thu, 23 Aug 2007)
New Revision: 4481
Added:
spi/branches/dlofthouse/
Log:
My working area.
17 years, 4 months
JBossWS SVN: r4480 - stack/native/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-23 06:38:52 -0400 (Thu, 23 Aug 2007)
New Revision: 4480
Modified:
stack/native/trunk/ant-import/macros-deploy-native.xml
Log:
Do not delete jbossws.deployer
Modified: stack/native/trunk/ant-import/macros-deploy-native.xml
===================================================================
--- stack/native/trunk/ant-import/macros-deploy-native.xml 2007-08-23 10:18:45 UTC (rev 4479)
+++ stack/native/trunk/ant-import/macros-deploy-native.xml 2007-08-23 10:38:52 UTC (rev 4480)
@@ -111,7 +111,7 @@
<include name="jbossws-integration.jar"/>
</fileset>
</delete>
- <delete dir="${jboss50.home}/server/${jboss.server.instance}/deployers/jbossws.deployer"/>
+
<delete dir="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws.sar"/>
<delete dir="${jboss50.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
</sequential>
17 years, 4 months