JBossWS SVN: r18891 - spi/tags.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-08-30 00:08:37 -0400 (Sat, 30 Aug 2014)
New Revision: 18891
Added:
spi/tags/jbossws-spi-3.0.0.Beta1/
Log:
Tagging jbossws-spi-3.0.0.Beta1
10 years, 4 months
JBossWS SVN: r18890 - api/tags.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-08-30 00:06:14 -0400 (Sat, 30 Aug 2014)
New Revision: 18890
Added:
api/tags/jbossws-api-1.0.3.CR1/
Log:
Tagging jbossws-api 1.0.3.CR1
10 years, 4 months
JBossWS SVN: r18889 - in stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules: client/src/main/java/org/jboss/wsf/stack/cxf/client and 4 other directories.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-08-29 12:09:49 -0400 (Fri, 29 Aug 2014)
New Revision: 18889
Removed:
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/SecurityProviderConfig.java
Modified:
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/Loggers.java
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JBossWSNonSpringBusFactory.java
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JBossWSSpringBusFactory.java
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/resources/src/main/resources/modules/wildfly800/org/jboss/ws/jaxws-client/main/module.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/jaxws-client/main/module.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/server/src/main/java/org/jboss/wsf/stack/cxf/config/CXFStackConfigFactory.java
Log:
[JBWS-3817] svn merge -r 18821:18820 .
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/Loggers.java
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/Loggers.java 2014-08-29 16:00:46 UTC (rev 18888)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/Loggers.java 2014-08-29 16:09:49 UTC (rev 18889)
@@ -228,8 +228,4 @@
@LogMessage(level = DEBUG)
@Message(id = 24102, value = "JASPI authentication isn't enabled, can not find JASPI modules and classes")
void cannotFindJaspiClasses();
-
- @LogMessage(level = DEBUG)
- @Message(id = 24103, value = "Could not load BouncyCastle security provider; either setup your classpath properly or prevent loading by using the '%s' system property.")
- void cannotLoadBouncyCastleProvider(String property, @Cause Throwable cause);
}
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java 2014-08-29 16:00:46 UTC (rev 18888)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java 2014-08-29 16:09:49 UTC (rev 18889)
@@ -44,7 +44,6 @@
public static final String CXF_MANAGEMENT_INSTALL_RESPONSE_TIME_INTERCEPTORS = "cxf.management.installResponseTimeInterceptors";
public static final String CXF_WS_DISCOVERY_ENABLED = "cxf.ws-discovery.enabled";
public static final String JBWS_CXF_DISABLE_HANDLER_AUTH_CHECKS = "org.jboss.ws.cxf.disableHandlerAuthChecks";
- public static final String JBWS_CXF_NO_LOCAL_BC = "org.jboss.ws.cxf.noLocalBC";
public static final String JBWS_CXF_WSDL_URI_SCHEME = "org.jboss.ws.cxf.wsdl.uriScheme";
public static final String JBWS_CXF_JAXWS_CLIENT_BUS_STRATEGY = "org.jboss.ws.cxf.jaxws-client.bus.strategy";
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JBossWSNonSpringBusFactory.java
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JBossWSNonSpringBusFactory.java 2014-08-29 16:00:46 UTC (rev 18888)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JBossWSNonSpringBusFactory.java 2014-08-29 16:09:49 UTC (rev 18889)
@@ -66,6 +66,5 @@
super.initializeBus(bus);
final ResourceManager resourceManager = bus.getExtension(ResourceManager.class);
resourceManager.addResourceResolver(JBossWSResourceInjectionResolver.getInstance());
- SecurityProviderConfig.setup(bus);
}
}
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JBossWSSpringBusFactory.java
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JBossWSSpringBusFactory.java 2014-08-29 16:00:46 UTC (rev 18888)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JBossWSSpringBusFactory.java 2014-08-29 16:09:49 UTC (rev 18889)
@@ -154,7 +154,6 @@
super.initializeBus(bus);
final ResourceManager resourceManager = bus.getExtension(ResourceManager.class);
resourceManager.addResourceResolver(JBossWSResourceInjectionResolver.getInstance());
- SecurityProviderConfig.setup(bus);
}
void registerAppContextLifeCycleListener(final Bus bus, final BusApplicationContext bac)
Deleted: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/SecurityProviderConfig.java
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/SecurityProviderConfig.java 2014-08-29 16:00:46 UTC (rev 18888)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/SecurityProviderConfig.java 2014-08-29 16:09:49 UTC (rev 18889)
@@ -1,117 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2014, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file 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.wsf.stack.cxf.client.configuration;
-
-import java.security.AccessController;
-import java.security.PrivilegedAction;
-import java.security.Provider;
-
-import org.apache.cxf.Bus;
-import org.apache.cxf.interceptor.Fault;
-import org.apache.cxf.message.Exchange;
-import org.apache.cxf.message.Message;
-import org.apache.cxf.phase.AbstractPhaseInterceptor;
-import org.apache.cxf.phase.Phase;
-import org.jboss.wsf.stack.cxf.Loggers;
-import org.jboss.wsf.stack.cxf.client.Constants;
-
-
-/**
- * Convenient class for setting a BouncyCastle security provider
- * through CXF interceptors when not globally available.
- *
- * @author alessio.soldano(a)jboss.com
- * @since 28-Jul-2014
- */
-public class SecurityProviderConfig
-{
- public static final boolean BC_GLOBALLY_AVAILABLE = java.security.Security.getProvider("BC") != null;
- static {
- if (BC_GLOBALLY_AVAILABLE) {
- useIvParameterSpec();
- }
- }
- private static final boolean NO_LOCAL_BC = SecurityActions.getBoolean(Constants.JBWS_CXF_NO_LOCAL_BC);
-
- public static void setup(Bus bus) {
- if (!NO_LOCAL_BC && !BC_GLOBALLY_AVAILABLE) {
- if (Holder.provider != null) {
- bus.getInInterceptors().add(Holder.inInterceptor);
- bus.getOutInterceptors().add(Holder.outInterceptor);
- }
- }
- }
-
- private static class Holder {
- static final Provider provider = getBCProvider();
- static final Interceptor inInterceptor = new Interceptor(Phase.RECEIVE);
- static final Interceptor outInterceptor = new Interceptor(Phase.SETUP);
-
- private static Provider getBCProvider() {
- Provider provider = null;
- try {
- Class<?> clazz = SecurityProviderConfig.class.getClassLoader().loadClass("org.bouncycastle.jce.provider.BouncyCastleProvider");
- provider = (Provider)clazz.newInstance();
- if (provider.getVersion() < 1.50) {
- useIvParameterSpec();
- }
- } catch (Throwable t) {
- Loggers.ROOT_LOGGER.cannotLoadBouncyCastleProvider(Constants.JBWS_CXF_NO_LOCAL_BC, t);
- }
- return provider;
- }
- }
-
- private static class Interceptor extends AbstractPhaseInterceptor<Message> {
-
- public Interceptor(String phase)
- {
- super(phase);
- }
-
- @Override
- public void handleMessage(Message message) throws Fault
- {
- Exchange exchange = message.getExchange();
- exchange.put(Provider.class, Holder.provider);
- }
- }
-
- private static void useIvParameterSpec() {
- try {
- // Don't override if it was set explicitly
- AccessController.doPrivileged(new PrivilegedAction<Boolean>() {
- public Boolean run() {
- String ivParameterSpec = "org.apache.xml.security.cipher.gcm.useIvParameterSpec";
- if (System.getProperty(ivParameterSpec) == null) {
- System.setProperty(ivParameterSpec, "true");
- return false;
- }
- return true;
- }
- });
- } catch (Throwable t) {
- //ignore
- }
- }
-
-}
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/resources/src/main/resources/modules/wildfly800/org/jboss/ws/jaxws-client/main/module.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/resources/src/main/resources/modules/wildfly800/org/jboss/ws/jaxws-client/main/module.xml 2014-08-29 16:00:46 UTC (rev 18888)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/resources/src/main/resources/modules/wildfly800/org/jboss/ws/jaxws-client/main/module.xml 2014-08-29 16:09:49 UTC (rev 18889)
@@ -73,6 +73,5 @@
</imports>
</module>
<module name="javax.wsdl4j.api" />
- <module name="org.bouncycastle" />
</dependencies>
</module>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/jaxws-client/main/module.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/jaxws-client/main/module.xml 2014-08-29 16:00:46 UTC (rev 18888)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/jaxws-client/main/module.xml 2014-08-29 16:09:49 UTC (rev 18889)
@@ -73,6 +73,5 @@
</imports>
</module>
<module name="javax.wsdl4j.api" />
- <module name="org.bouncycastle" />
</dependencies>
</module>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/server/src/main/java/org/jboss/wsf/stack/cxf/config/CXFStackConfigFactory.java
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/server/src/main/java/org/jboss/wsf/stack/cxf/config/CXFStackConfigFactory.java 2014-08-29 16:00:46 UTC (rev 18888)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/server/src/main/java/org/jboss/wsf/stack/cxf/config/CXFStackConfigFactory.java 2014-08-29 16:09:49 UTC (rev 18889)
@@ -26,7 +26,7 @@
import java.security.AccessController;
import java.security.PrivilegedAction;
-import org.apache.wss4j.common.crypto.WSProviderConfig;
+import org.apache.wss4j.dom.WSSConfig;
import org.jboss.wsf.spi.classloading.ClassLoaderProvider;
import org.jboss.wsf.spi.management.StackConfig;
import org.jboss.wsf.spi.management.StackConfigFactory;
@@ -48,6 +48,7 @@
class CXFStackConfig implements StackConfig
{
+
public CXFStackConfig()
{
final ClassLoader orig = getContextClassLoader();
@@ -57,7 +58,7 @@
try
{
setContextClassLoader(ClassLoaderProvider.getDefaultProvider().getServerIntegrationClassLoader());
- WSProviderConfig.init(true, false, true);
+ WSSConfig.init();
}
catch (Exception e)
{
10 years, 4 months
JBossWS SVN: r18888 - in stack/cxf/branches/jbossws-cxf-5.0.0.Beta1: modules/server/src/main/java/org/jboss/wsf/stack/cxf and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-08-29 12:00:46 -0400 (Fri, 29 Aug 2014)
New Revision: 18888
Removed:
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/session/
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/session/
Modified:
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSInvoker.java
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/pom.xml
Log:
[JBWS-3514] svn merge -r 18825:18824 .
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSInvoker.java
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSInvoker.java 2014-08-29 15:40:29 UTC (rev 18887)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSInvoker.java 2014-08-29 16:00:46 UTC (rev 18888)
@@ -126,13 +126,9 @@
} else if (o != null) {
params = new MessageContentsList(o);
}
- if (factory != null)
- {
- targetBean = this.getServiceObject(exchange);
- }
return invoke(exchange, targetBean, adjustMethodAndParams(md.getMethod(bop), exchange, params, targetBean.getClass()), params);
}
-
+
/**
* This overrides org.apache.cxf.jaxws.AbstractInvoker in order for using the JBossWS integration logic
* to invoke the JBoss AS target bean.
@@ -143,10 +139,8 @@
{
Endpoint ep = exchange.get(Endpoint.class);
final InvocationHandler invHandler = ep.getInvocationHandler();
- final Invocation inv = createInvocation(invHandler, serviceObject, ep, m, paramArray);
- if (factory != null) {
- inv.getInvocationContext().setProperty("forceTargetBean", true);
- }
+ final Invocation inv = createInvocation(invHandler, ep, m, paramArray);
+
Bus threadBus = BusFactory.getThreadDefaultBus(false);
BusFactory.setThreadDefaultBus(null);
setNamespaceContextSelector(exchange);
@@ -161,12 +155,12 @@
}
}
- private Invocation createInvocation(InvocationHandler invHandler, Object serviceObject, Endpoint ep, Method m, Object[] paramArray) {
+ private Invocation createInvocation(InvocationHandler invHandler, Endpoint ep, Method m, Object[] paramArray) {
Invocation inv = invHandler.createInvocation();
InvocationContext invContext = inv.getInvocationContext();
WebServiceContext wsCtx = new WebServiceContextImpl(null);
invContext.addAttachment(WebServiceContext.class, wsCtx);
- invContext.setTargetBean(serviceObject);
+ invContext.setTargetBean(targetBean);
inv.setJavaMethod(m);
inv.setArgs(paramArray);
return inv;
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/pom.xml 2014-08-29 16:00:46 UTC (rev 18888)
@@ -71,7 +71,7 @@
<wildfly810.version>8.1.0.Final</wildfly810.version>
<wildfly900.version>9.0.0.Alpha1-SNAPSHOT</wildfly900.version>
<ejb.api.version>1.0.2.Final</ejb.api.version>
- <cxf.version>3.0.2-SNAPSHOT</cxf.version>
+ <cxf.version>3.0.1</cxf.version>
<cxf.asm.version>3.3.1</cxf.asm.version>
<cxf.xjcplugins.version>2.7.0</cxf.xjcplugins.version>
<jboss.common.core.version>2.2.17.GA</jboss.common.core.version>
@@ -102,7 +102,7 @@
<velocity.version>1.7</velocity.version>
<xerces.version>2.9.1</xerces.version>
<xmlsec.version>2.0.1</xmlsec.version>
- <wss4j.version>2.0.2-SNAPSHOT</wss4j.version>
+ <wss4j.version>2.0.1</wss4j.version>
<wstx.version>4.2.0</wstx.version>
<spring.version>3.2.8.RELEASE</spring.version>
<shrinkwrap.version>1.1.3</shrinkwrap.version>
10 years, 4 months
JBossWS SVN: r18887 - in stack/cxf/branches/jbossws-cxf-5.0.0.Beta1: modules/addons and 13 other directories.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-08-29 11:40:29 -0400 (Fri, 29 Aug 2014)
New Revision: 18887
Modified:
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/addons/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/addons/transports/http/undertow/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/addons/transports/udp/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/dist/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/endorsed/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/jaspi/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/test-utils/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/cxf-spring-tests/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/shared-tests/pom.xml
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/pom.xml
Log:
Updating version to 5.0.0.Beta1
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/addons/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/addons/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/addons/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/addons/transports/http/undertow/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/addons/transports/http/undertow/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/addons/transports/http/undertow/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/addons/transports/udp/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/addons/transports/udp/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/addons/transports/udp/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/client/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/dist/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/dist/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/dist/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/endorsed/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/endorsed/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/endorsed/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/jaspi/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/jaspi/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/jaspi/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/resources/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/resources/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/resources/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/server/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/server/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/test-utils/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/test-utils/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/test-utils/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/cxf-spring-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/cxf-spring-tests/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/cxf-spring-tests/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/cxf-tests/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/cxf-tests/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/shared-tests/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/modules/testsuite/shared-tests/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
+++ stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/pom.xml 2014-08-29 15:40:29 UTC (rev 18887)
@@ -32,7 +32,7 @@
<description>JBossWS CXF stack</description>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.Beta1</version>
<!-- Parent -->
<parent>
@@ -43,9 +43,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/trunk</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-5....</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/tags/jbossws-cxf-5.0.0...</url>
</scm>
<!-- Modules -->
10 years, 4 months
JBossWS SVN: r18886 - in stack/cxf/branches/jbossws-cxf-4.3.x: modules/testsuite and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-08-29 11:17:56 -0400 (Fri, 29 Aug 2014)
New Revision: 18886
Modified:
stack/cxf/branches/jbossws-cxf-4.3.x/
stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml
Log:
Merged revisions 18883-18884 via svnmerge from
https://svn.jboss.org/repos/jbossws/stack/cxf/trunk
.......
r18883 | asoldano | 2014-08-29 16:53:58 +0200 (Fri, 29 Aug 2014) | 2 lines
Enabling passing test
.......
r18884 | asoldano | 2014-08-29 16:57:46 +0200 (Fri, 29 Aug 2014) | 2 lines
Enabling passing test
.......
Property changes on: stack/cxf/branches/jbossws-cxf-4.3.x
___________________________________________________________________
Modified: svnmerge-integrated
- /stack/cxf/trunk:1-18594,18609-18612,18616-18619,18621,18625-18652,18656-18658,18661,18663,18665-18668,18671-18683,18685-18687,18689-18693,18695,18698,18701,18703-18704,18706-18710,18712-18713,18715,18717-18721,18726-18730,18732,18735-18737,18742,18745-18746,18750-18752,18755-18759,18762,18770,18777-18779,18781-18787,18796,18798,18805-18808,18811-18814,18816,18822-18824,18832-18835,18837,18839-18840,18842-18843,18845,18847-18848,18852,18856-18857,18859-18864,18866
+ /stack/cxf/trunk:1-18594,18609-18612,18616-18619,18621,18625-18652,18656-18658,18661,18663,18665-18668,18671-18683,18685-18687,18689-18693,18695,18698,18701,18703-18704,18706-18710,18712-18713,18715,18717-18721,18726-18730,18732,18735-18737,18742,18745-18746,18750-18752,18755-18759,18762,18770,18777-18779,18781-18787,18796,18798,18805-18808,18811-18814,18816,18822-18824,18832-18835,18837,18839-18840,18842-18843,18845,18847-18848,18852,18856-18857,18859-18864,18866,18883-18884
Modified: svn:mergeinfo
- /stack/cxf/branches/asoldano:14032-14050,14068
/stack/cxf/branches/jaspi:18054-18409
/stack/cxf/branches/ropalka:16301-16305,16966-17008
/stack/cxf/branches/ropalka_JBWS-3550:16747-16757
/stack/cxf/trunk:18609,18616-18619,18629,18695,18710,18715,18798,18814,18816,18847,18852,18856,18860-18864,18866
+ /stack/cxf/branches/asoldano:14032-14050,14068
/stack/cxf/branches/jaspi:18054-18409
/stack/cxf/branches/ropalka:16301-16305,16966-17008
/stack/cxf/branches/ropalka_JBWS-3550:16747-16757
/stack/cxf/trunk:18609,18616-18619,18629,18695,18710,18715,18798,18814,18816,18847,18852,18856,18860-18864,18866,18883-18884
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml 2014-08-29 15:13:25 UTC (rev 18885)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml 2014-08-29 15:17:56 UTC (rev 18886)
@@ -674,12 +674,6 @@
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args} ${surefire.default-mgmt-serurity.args} -Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
<excludes combine.children="append">
- <!--# [CXF-1519] Explicitly set the namespace of a WebFault-->
- <exclude>org/jboss/test/ws/jaxws/jbws1904/**</exclude>
-
- <!--# [CXF-2006] RespectBinding feature and not understood required extensibility elements-->
- <exclude>org/jboss/test/ws/jaxws/jbws2449/**</exclude>
-
<!--# [JBWS-2561] XOP request not properly inlined-->
<exclude>org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*</exclude>
@@ -777,12 +771,6 @@
<!--# JAX-RPC removed in EE 7 -->
<exclude>org/jboss/test/ws/jaxrpc/**</exclude>
- <!--# [CXF-1519] Explicitly set the namespace of a WebFault-->
- <exclude>org/jboss/test/ws/jaxws/jbws1904/**</exclude>
-
- <!--# [CXF-2006] RespectBinding feature and not understood required extensibility elements-->
- <exclude>org/jboss/test/ws/jaxws/jbws2449/**</exclude>
-
<!--# [JBWS-2561] XOP request not properly inlined-->
<exclude>org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*</exclude>
@@ -865,12 +853,6 @@
<!--# JAX-RPC removed in EE 7 -->
<exclude>org/jboss/test/ws/jaxrpc/**</exclude>
- <!--# [CXF-1519] Explicitly set the namespace of a WebFault-->
- <exclude>org/jboss/test/ws/jaxws/jbws1904/**</exclude>
-
- <!--# [CXF-2006] RespectBinding feature and not understood required extensibility elements-->
- <exclude>org/jboss/test/ws/jaxws/jbws2449/**</exclude>
-
<!--# [JBWS-2561] XOP request not properly inlined-->
<exclude>org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*</exclude>
10 years, 4 months
JBossWS SVN: r18885 - stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-08-29 11:13:25 -0400 (Fri, 29 Aug 2014)
New Revision: 18885
Modified:
stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml
Log:
Fixing excludes combination for AS720
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml 2014-08-29 14:57:46 UTC (rev 18884)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml 2014-08-29 15:13:25 UTC (rev 18885)
@@ -673,7 +673,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args} ${surefire.default-mgmt-serurity.args} -Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
- <excludes>
+ <excludes combine.children="append">
<!--# [CXF-1519] Explicitly set the namespace of a WebFault-->
<exclude>org/jboss/test/ws/jaxws/jbws1904/**</exclude>
10 years, 4 months
JBossWS SVN: r18884 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-08-29 10:57:46 -0400 (Fri, 29 Aug 2014)
New Revision: 18884
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Enabling passing test
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2014-08-29 14:53:58 UTC (rev 18883)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2014-08-29 14:57:46 UTC (rev 18884)
@@ -677,9 +677,6 @@
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args} ${surefire.default-mgmt-serurity.args} -Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
<excludes combine.children="append">
- <!--# [CXF-2006] RespectBinding feature and not understood required extensibility elements-->
- <exclude>org/jboss/test/ws/jaxws/jbws2449/**</exclude>
-
<!--# [JBWS-2561] XOP request not properly inlined-->
<exclude>org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*</exclude>
@@ -765,9 +762,6 @@
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args} ${surefire.default-mgmt-serurity.args} -Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
<excludes combine.children="append">
- <!--# [CXF-2006] RespectBinding feature and not understood required extensibility elements-->
- <exclude>org/jboss/test/ws/jaxws/jbws2449/**</exclude>
-
<!--# [JBWS-2561] XOP request not properly inlined-->
<exclude>org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*</exclude>
@@ -854,9 +848,6 @@
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args} ${surefire.default-mgmt-serurity.args} -Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
<excludes combine.children="append">
- <!--# [CXF-2006] RespectBinding feature and not understood required extensibility elements-->
- <exclude>org/jboss/test/ws/jaxws/jbws2449/**</exclude>
-
<!--# [JBWS-2561] XOP request not properly inlined-->
<exclude>org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*</exclude>
10 years, 4 months
JBossWS SVN: r18883 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-08-29 10:53:58 -0400 (Fri, 29 Aug 2014)
New Revision: 18883
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Enabling passing test
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2014-08-28 11:07:14 UTC (rev 18882)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2014-08-29 14:53:58 UTC (rev 18883)
@@ -677,9 +677,6 @@
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args} ${surefire.default-mgmt-serurity.args} -Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
<excludes combine.children="append">
- <!--# [CXF-1519] Explicitly set the namespace of a WebFault-->
- <exclude>org/jboss/test/ws/jaxws/jbws1904/**</exclude>
-
<!--# [CXF-2006] RespectBinding feature and not understood required extensibility elements-->
<exclude>org/jboss/test/ws/jaxws/jbws2449/**</exclude>
@@ -768,9 +765,6 @@
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args} ${surefire.default-mgmt-serurity.args} -Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
<excludes combine.children="append">
- <!--# [CXF-1519] Explicitly set the namespace of a WebFault-->
- <exclude>org/jboss/test/ws/jaxws/jbws1904/**</exclude>
-
<!--# [CXF-2006] RespectBinding feature and not understood required extensibility elements-->
<exclude>org/jboss/test/ws/jaxws/jbws2449/**</exclude>
@@ -860,9 +854,6 @@
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args} ${surefire.default-mgmt-serurity.args} -Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
<excludes combine.children="append">
- <!--# [CXF-1519] Explicitly set the namespace of a WebFault-->
- <exclude>org/jboss/test/ws/jaxws/jbws1904/**</exclude>
-
<!--# [CXF-2006] RespectBinding feature and not understood required extensibility elements-->
<exclude>org/jboss/test/ws/jaxws/jbws2449/**</exclude>
10 years, 4 months