JBossWS SVN: r14417 - stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/saaj/jbws3084.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-05-19 11:27:28 -0400 (Thu, 19 May 2011)
New Revision: 14417
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/saaj/jbws3084/ServiceImpl.java
Log:
Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/saaj/jbws3084/ServiceImpl.java
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/saaj/jbws3084/ServiceImpl.java 2011-05-19 11:31:53 UTC (rev 14416)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/saaj/jbws3084/ServiceImpl.java 2011-05-19 15:27:28 UTC (rev 14417)
@@ -22,11 +22,7 @@
package org.jboss.test.ws.saaj.jbws3084;
import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.InputStream;
import java.util.Arrays;
-import java.util.HashMap;
-import java.util.List;
import java.util.Map;
import javax.activation.DataHandler;
@@ -35,8 +31,6 @@
import javax.xml.ws.WebServiceContext;
import javax.xml.ws.handler.MessageContext;
-import org.jboss.ws.common.IOUtils;
-
@WebService(portName = "SaajServicePort", serviceName = "SaajService", wsdlLocation = "WEB-INF/wsdl/SaajService.wsdl", targetNamespace = "http://www.jboss.org/jbossws/saaj", endpointInterface = "org.jboss.test.ws.saaj.jbws3084.ServiceIface")
public class ServiceImpl implements ServiceIface
{
13 years, 9 months
JBossWS SVN: r14416 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-05-19 07:31:53 -0400 (Thu, 19 May 2011)
New Revision: 14416
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3256] Enabling tests
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-05-19 11:18:19 UTC (rev 14415)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-05-19 11:31:53 UTC (rev 14416)
@@ -852,10 +852,6 @@
<!-- # [JBWS-3246] Resuscitate JSON -->
<exclude>org/jboss/test/ws/jaxws/json/JsonTestCase*</exclude>
- <!-- # [JBWS-3256] Failed to load users/passwords/role files -->
- <exclude>org/jboss/test/ws/jaxws/samples/wssecurity/SimpleUsernameTestCase*</exclude>
- <exclude>org/jboss/test/ws/jaxws/samples/wssecurity/SimpleDispatchTestCase*</exclude>
-
<!-- # [JBWS-3271] -->
<exclude>org/jboss/test/ws/jaxws/jbws1815/JBWS1815TestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/handlerlifecycle/HandlerLifecycleTestCase*</exclude>
13 years, 9 months
JBossWS SVN: r14415 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-05-19 07:18:19 -0400 (Thu, 19 May 2011)
New Revision: 14415
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3255] Enabling test
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-05-19 09:23:02 UTC (rev 14414)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-05-19 11:18:19 UTC (rev 14415)
@@ -852,9 +852,6 @@
<!-- # [JBWS-3246] Resuscitate JSON -->
<exclude>org/jboss/test/ws/jaxws/json/JsonTestCase*</exclude>
- <!-- # [JBWS-3255] Unable to lookup AuthenticationManager -->
- <exclude>org/jboss/test/ws/jaxws/jbws1999/JBWS1999TestCase*</exclude>
-
<!-- # [JBWS-3256] Failed to load users/passwords/role files -->
<exclude>org/jboss/test/ws/jaxws/samples/wssecurity/SimpleUsernameTestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/wssecurity/SimpleDispatchTestCase*</exclude>
13 years, 9 months
JBossWS SVN: r14414 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-05-19 05:23:02 -0400 (Thu, 19 May 2011)
New Revision: 14414
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3248] Re-enabling test
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-05-19 09:06:05 UTC (rev 14413)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-05-19 09:23:02 UTC (rev 14414)
@@ -1021,9 +1021,6 @@
<!-- # [JBWS-3234] JNDI over RMI not available on AS7 -->
<exclude>org/jboss/test/ws/jaxws/samples/serviceref/**</exclude>
- <!-- # [JBWS-3248] Unable to lookup AuthenticationManager using JNDI -->
- <exclude>org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationTestCase*</exclude>
-
<!-- # [JBWS-3249] Restore UsernameAuthorizationCustomFileTestCase on AS7 -->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationCustomFileTestCase*</exclude>
13 years, 10 months
JBossWS SVN: r14413 - spi/tags/jbossws-spi-1.0.0.GA_CP03.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-05-19 05:06:05 -0400 (Thu, 19 May 2011)
New Revision: 14413
Modified:
spi/tags/jbossws-spi-1.0.0.GA_CP03/version.properties
Log:
[JBPAPP-5588]:Fix version number
Modified: spi/tags/jbossws-spi-1.0.0.GA_CP03/version.properties
===================================================================
--- spi/tags/jbossws-spi-1.0.0.GA_CP03/version.properties 2011-05-19 09:00:18 UTC (rev 14412)
+++ spi/tags/jbossws-spi-1.0.0.GA_CP03/version.properties 2011-05-19 09:06:05 UTC (rev 14413)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=1.0.0.GA_CP-SNAPSHOT
-repository.id=1.0.0.GA_CP-SNAPSHOT
+version.id=1.0.0.GA_CP03
+repository.id=1.0.0.GA_CP03
implementation.title=JBoss Web Services - SPI
implementation.url=http://www.jboss.org/products/jbossws
13 years, 10 months
JBossWS SVN: r14412 - spi/tags.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-05-19 05:00:18 -0400 (Thu, 19 May 2011)
New Revision: 14412
Added:
spi/tags/jbossws-spi-1.0.0.GA_CP03/
Log:
[JBPAPP-5588]:Tag jbossws-spi-1.0.0.GA_CP03
13 years, 10 months
JBossWS SVN: r14411 - framework/branches/jbossws-framework-2.0.1.GA_CP/src/main/etc.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-05-19 04:39:50 -0400 (Thu, 19 May 2011)
New Revision: 14411
Modified:
framework/branches/jbossws-framework-2.0.1.GA_CP/src/main/etc/wsconsume.sh
framework/branches/jbossws-framework-2.0.1.GA_CP/src/main/etc/wsprovide.sh
Log:
[JBPAPP-5348]:Solaris - wsconsume and wsprovide scripts run errors
Modified: framework/branches/jbossws-framework-2.0.1.GA_CP/src/main/etc/wsconsume.sh
===================================================================
--- framework/branches/jbossws-framework-2.0.1.GA_CP/src/main/etc/wsconsume.sh 2011-05-19 08:02:20 UTC (rev 14410)
+++ framework/branches/jbossws-framework-2.0.1.GA_CP/src/main/etc/wsconsume.sh 2011-05-19 08:39:50 UTC (rev 14411)
@@ -66,7 +66,7 @@
fi
# Is it a JBossWS-native or SunRI installation?
-if [ -a $LIBDIR/jbossws-client.jar ]; then
+if [ -f $LIBDIR/jbossws-client.jar ]; then
JBOSSWS_NATIVE="true"
fi
Modified: framework/branches/jbossws-framework-2.0.1.GA_CP/src/main/etc/wsprovide.sh
===================================================================
--- framework/branches/jbossws-framework-2.0.1.GA_CP/src/main/etc/wsprovide.sh 2011-05-19 08:02:20 UTC (rev 14410)
+++ framework/branches/jbossws-framework-2.0.1.GA_CP/src/main/etc/wsprovide.sh 2011-05-19 08:39:50 UTC (rev 14411)
@@ -66,7 +66,7 @@
fi
# is it a JBossWS-native or SunRI installation?
-if [ -a $LIBDIR/jbossws-client.jar ]; then
+if [ -f $LIBDIR/jbossws-client.jar ]; then
JBOSSWS_NATIVE="true"
fi
13 years, 10 months
JBossWS SVN: r14408 - common/tags.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-05-18 12:49:21 -0400 (Wed, 18 May 2011)
New Revision: 14408
Added:
common/tags/jbossws-common-2.0.0.Beta2/
Log:
Tagging jbossws-common-2.0.0.Beta2
13 years, 10 months