JBossWS SVN: r10438 - in stack/cxf/branches/jbossws-cxf-3.1.2: modules/client and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-07-30 11:57:03 -0400 (Thu, 30 Jul 2009)
New Revision: 10438
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
[JBWS-2675] svn merge -r 10435:10436 https://svn.jboss.org/repos/jbossws/stack/cxf/trunk
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/pom.xml 2009-07-30 15:48:03 UTC (rev 10437)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/pom.xml 2009-07-30 15:57:03 UTC (rev 10438)
@@ -146,8 +146,8 @@
<!-- jboss provided -->
<dependency>
- <groupId>jboss.common</groupId>
- <artifactId>jboss-common</artifactId>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
</dependency>
<dependency>
<groupId>apache-log4j</groupId>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml 2009-07-30 15:48:03 UTC (rev 10437)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml 2009-07-30 15:57:03 UTC (rev 10438)
@@ -141,8 +141,8 @@
<!-- jboss provided -->
<dependency>
- <groupId>jboss.common</groupId>
- <artifactId>jboss-common</artifactId>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
</dependency>
<!-- transitve dependencies -->
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-07-30 15:48:03 UTC (rev 10437)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-07-30 15:57:03 UTC (rev 10438)
@@ -57,7 +57,7 @@
<cxf.stax.version>1.0.1</cxf.stax.version>
<cxf.asm.version>2.2.3</cxf.asm.version>
<fastinfoset.api.version>1.2.6</fastinfoset.api.version>
- <jboss.common.version>1.2.1.GA</jboss.common.version>
+ <jboss.common.core.version>2.2.14.GA</jboss.common.core.version>
<jaxb.api.version>2.1</jaxb.api.version>
<jaxb.impl.version>2.1.9</jaxb.impl.version>
<jaxrpc.api.version>1.1</jaxrpc.api.version>
@@ -298,9 +298,9 @@
<!-- jboss provided -->
<dependency>
- <groupId>jboss.common</groupId>
- <artifactId>jboss-common</artifactId>
- <version>${jboss.common.version}</version>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <version>${jboss.common.core.version}</version>
<scope>provided</scope>
</dependency>
15 years, 5 months
JBossWS SVN: r10437 - in stack/cxf/trunk: modules/client and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-07-30 11:48:03 -0400 (Thu, 30 Jul 2009)
New Revision: 10437
Modified:
stack/cxf/trunk/modules/client/pom.xml
stack/cxf/trunk/modules/server/pom.xml
stack/cxf/trunk/pom.xml
Log:
[JBWS-2707] Setting explicit dependency on wstx
Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml 2009-07-30 15:41:34 UTC (rev 10436)
+++ stack/cxf/trunk/modules/client/pom.xml 2009-07-30 15:48:03 UTC (rev 10437)
@@ -131,6 +131,10 @@
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </dependency>
+ <dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</dependency>
Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml 2009-07-30 15:41:34 UTC (rev 10436)
+++ stack/cxf/trunk/modules/server/pom.xml 2009-07-30 15:48:03 UTC (rev 10437)
@@ -135,6 +135,10 @@
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </dependency>
+ <dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</dependency>
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2009-07-30 15:41:34 UTC (rev 10436)
+++ stack/cxf/trunk/pom.xml 2009-07-30 15:48:03 UTC (rev 10437)
@@ -76,6 +76,7 @@
<saaj.api.version>1.3</saaj.api.version>
<velocity.version>1.5</velocity.version>
<xmlsec.version>1.4.2</xmlsec.version>
+ <wstx.version>3.2.8</wstx.version>
</properties>
<!-- DependencyManagement -->
@@ -343,6 +344,11 @@
<version>${xmlsec.version}</version>
</dependency>
<dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>${wstx.version}</version>
+ </dependency>
+ <dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<version>${cxf.asm.version}</version>
15 years, 5 months
JBossWS SVN: r10436 - in stack/cxf/trunk: modules/client and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-07-30 11:41:34 -0400 (Thu, 30 Jul 2009)
New Revision: 10436
Modified:
stack/cxf/trunk/modules/client/pom.xml
stack/cxf/trunk/modules/server/pom.xml
stack/cxf/trunk/pom.xml
Log:
[JBWS-2675] Referring to jbossws-common-core instead of old jboss-common
Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml 2009-07-30 13:51:36 UTC (rev 10435)
+++ stack/cxf/trunk/modules/client/pom.xml 2009-07-30 15:41:34 UTC (rev 10436)
@@ -146,8 +146,8 @@
<!-- jboss provided -->
<dependency>
- <groupId>jboss.common</groupId>
- <artifactId>jboss-common</artifactId>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
</dependency>
<dependency>
<groupId>apache-log4j</groupId>
Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml 2009-07-30 13:51:36 UTC (rev 10435)
+++ stack/cxf/trunk/modules/server/pom.xml 2009-07-30 15:41:34 UTC (rev 10436)
@@ -141,8 +141,8 @@
<!-- jboss provided -->
<dependency>
- <groupId>jboss.common</groupId>
- <artifactId>jboss-common</artifactId>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
</dependency>
<!-- transitve dependencies -->
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2009-07-30 13:51:36 UTC (rev 10435)
+++ stack/cxf/trunk/pom.xml 2009-07-30 15:41:34 UTC (rev 10436)
@@ -61,7 +61,7 @@
<cxf.stax.version>1.0.1</cxf.stax.version>
<cxf.asm.version>2.2.3</cxf.asm.version>
<fastinfoset.api.version>1.2.6</fastinfoset.api.version>
- <jboss.common.version>1.2.1.GA</jboss.common.version>
+ <jboss.common.core.version>2.2.14.GA</jboss.common.core.version>
<jaxb.api.version>2.1</jaxb.api.version>
<jaxb.impl.version>2.1.9</jaxb.impl.version>
<jaxrpc.api.version>1.1</jaxrpc.api.version>
@@ -350,9 +350,9 @@
<!-- jboss provided -->
<dependency>
- <groupId>jboss.common</groupId>
- <artifactId>jboss-common</artifactId>
- <version>${jboss.common.version}</version>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <version>${jboss.common.core.version}</version>
<scope>provided</scope>
</dependency>
15 years, 5 months
JBossWS SVN: r10435 - stack/native/trunk/modules/core/src/main/java/org/jboss/ws/extensions/eventing/mgmt.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-07-30 09:51:36 -0400 (Thu, 30 Jul 2009)
New Revision: 10435
Modified:
stack/native/trunk/modules/core/src/main/java/org/jboss/ws/extensions/eventing/mgmt/SubscriptionManager.java
Log:
[JBWS-2711] Make sure the WatchDog worker thread is stopped when stopping the SubscriptionManager
Modified: stack/native/trunk/modules/core/src/main/java/org/jboss/ws/extensions/eventing/mgmt/SubscriptionManager.java
===================================================================
--- stack/native/trunk/modules/core/src/main/java/org/jboss/ws/extensions/eventing/mgmt/SubscriptionManager.java 2009-07-30 11:04:31 UTC (rev 10434)
+++ stack/native/trunk/modules/core/src/main/java/org/jboss/ws/extensions/eventing/mgmt/SubscriptionManager.java 2009-07-30 13:51:36 UTC (rev 10435)
@@ -28,6 +28,8 @@
import java.net.URI;
import java.net.URISyntaxException;
import java.net.UnknownHostException;
+import java.security.AccessController;
+import java.security.PrivilegedAction;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
@@ -182,22 +184,22 @@
{
// remove event dispatcher
Util.unbind(new InitialContext(), EventingConstants.DISPATCHER_JNDI_NAME);
-
- // stop thread pool
- threadPool.shutdown();
-
- // stop the watchdog
- watchDog.shutdown();
-
- for (URI eventSourceNS : eventSourceMapping.keySet())
- {
- removeEventSource(eventSourceNS);
- }
}
catch (NamingException e)
{
// ignore
}
+
+ // stop thread pool
+ threadPool.shutdown();
+
+ // stop the watchdog
+ watchDog.shutdown();
+
+ for (URI eventSourceNS : eventSourceMapping.keySet())
+ {
+ removeEventSource(eventSourceNS);
+ }
}
private static URI generateSubscriptionID()
@@ -623,7 +625,7 @@
{
private ConcurrentMap<URI, List<Subscription>> subscriptions;
- private boolean active = true;
+ private volatile boolean active = true;
private Thread worker;
public WatchDog(ConcurrentMap<URI, List<Subscription>> subscriptions)
@@ -635,7 +637,6 @@
{
while (active)
{
-
for (List<Subscription> subscriptions : subscriptionMapping.values())
{
for (Subscription s : subscriptions)
@@ -654,7 +655,10 @@
}
catch (InterruptedException e)
{
- log.error(e);
+ if (active)
+ {
+ log.error(e);
+ }
}
}
}
@@ -669,6 +673,21 @@
public void shutdown()
{
this.active = false;
+ SecurityManager sm = System.getSecurityManager();
+ if (sm == null)
+ {
+ worker.interrupt();
+ }
+ else
+ {
+ AccessController.doPrivileged(new PrivilegedAction<Object>() {
+ public Object run()
+ {
+ worker.interrupt();
+ return null;
+ }
+ });
+ }
}
}
15 years, 5 months
JBossWS SVN: r10434 - in stack/native/tags/jbossws-native-3.2.0.Beta2: modules/client and 10 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-07-30 07:04:31 -0400 (Thu, 30 Jul 2009)
New Revision: 10434
Modified:
stack/native/tags/jbossws-native-3.2.0.Beta2/modules/client/pom.xml
stack/native/tags/jbossws-native-3.2.0.Beta2/modules/core/pom.xml
stack/native/tags/jbossws-native-3.2.0.Beta2/modules/jaxrpc/pom.xml
stack/native/tags/jbossws-native-3.2.0.Beta2/modules/jaxws-ext/pom.xml
stack/native/tags/jbossws-native-3.2.0.Beta2/modules/jaxws/pom.xml
stack/native/tags/jbossws-native-3.2.0.Beta2/modules/management/pom.xml
stack/native/tags/jbossws-native-3.2.0.Beta2/modules/resources/pom.xml
stack/native/tags/jbossws-native-3.2.0.Beta2/modules/saaj/pom.xml
stack/native/tags/jbossws-native-3.2.0.Beta2/modules/testsuite/framework-tests/pom.xml
stack/native/tags/jbossws-native-3.2.0.Beta2/modules/testsuite/native-tests/pom.xml
stack/native/tags/jbossws-native-3.2.0.Beta2/modules/testsuite/pom.xml
stack/native/tags/jbossws-native-3.2.0.Beta2/pom.xml
Log:
Updating pom.xml files
Modified: stack/native/tags/jbossws-native-3.2.0.Beta2/modules/client/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.2.0.Beta2/modules/client/pom.xml 2009-07-30 10:39:51 UTC (rev 10433)
+++ stack/native/tags/jbossws-native-3.2.0.Beta2/modules/client/pom.xml 2009-07-30 11:04:31 UTC (rev 10434)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-3.2.0.Beta2/modules/core/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.2.0.Beta2/modules/core/pom.xml 2009-07-30 10:39:51 UTC (rev 10433)
+++ stack/native/tags/jbossws-native-3.2.0.Beta2/modules/core/pom.xml 2009-07-30 11:04:31 UTC (rev 10434)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-3.2.0.Beta2/modules/jaxrpc/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.2.0.Beta2/modules/jaxrpc/pom.xml 2009-07-30 10:39:51 UTC (rev 10433)
+++ stack/native/tags/jbossws-native-3.2.0.Beta2/modules/jaxrpc/pom.xml 2009-07-30 11:04:31 UTC (rev 10434)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-3.2.0.Beta2/modules/jaxws/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.2.0.Beta2/modules/jaxws/pom.xml 2009-07-30 10:39:51 UTC (rev 10433)
+++ stack/native/tags/jbossws-native-3.2.0.Beta2/modules/jaxws/pom.xml 2009-07-30 11:04:31 UTC (rev 10434)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-3.2.0.Beta2/modules/jaxws-ext/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.2.0.Beta2/modules/jaxws-ext/pom.xml 2009-07-30 10:39:51 UTC (rev 10433)
+++ stack/native/tags/jbossws-native-3.2.0.Beta2/modules/jaxws-ext/pom.xml 2009-07-30 11:04:31 UTC (rev 10434)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-3.2.0.Beta2/modules/management/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.2.0.Beta2/modules/management/pom.xml 2009-07-30 10:39:51 UTC (rev 10433)
+++ stack/native/tags/jbossws-native-3.2.0.Beta2/modules/management/pom.xml 2009-07-30 11:04:31 UTC (rev 10434)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-3.2.0.Beta2/modules/resources/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.2.0.Beta2/modules/resources/pom.xml 2009-07-30 10:39:51 UTC (rev 10433)
+++ stack/native/tags/jbossws-native-3.2.0.Beta2/modules/resources/pom.xml 2009-07-30 11:04:31 UTC (rev 10434)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-3.2.0.Beta2/modules/saaj/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.2.0.Beta2/modules/saaj/pom.xml 2009-07-30 10:39:51 UTC (rev 10433)
+++ stack/native/tags/jbossws-native-3.2.0.Beta2/modules/saaj/pom.xml 2009-07-30 11:04:31 UTC (rev 10434)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-3.2.0.Beta2/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.2.0.Beta2/modules/testsuite/framework-tests/pom.xml 2009-07-30 10:39:51 UTC (rev 10433)
+++ stack/native/tags/jbossws-native-3.2.0.Beta2/modules/testsuite/framework-tests/pom.xml 2009-07-30 11:04:31 UTC (rev 10434)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-3.2.0.Beta2/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.2.0.Beta2/modules/testsuite/native-tests/pom.xml 2009-07-30 10:39:51 UTC (rev 10433)
+++ stack/native/tags/jbossws-native-3.2.0.Beta2/modules/testsuite/native-tests/pom.xml 2009-07-30 11:04:31 UTC (rev 10434)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-3.2.0.Beta2/modules/testsuite/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.2.0.Beta2/modules/testsuite/pom.xml 2009-07-30 10:39:51 UTC (rev 10433)
+++ stack/native/tags/jbossws-native-3.2.0.Beta2/modules/testsuite/pom.xml 2009-07-30 11:04:31 UTC (rev 10434)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-3.2.0.Beta2/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-3.2.0.Beta2/pom.xml 2009-07-30 10:39:51 UTC (rev 10433)
+++ stack/native/tags/jbossws-native-3.2.0.Beta2/pom.xml 2009-07-30 11:04:31 UTC (rev 10434)
@@ -17,7 +17,7 @@
<artifactId>jbossws-native</artifactId>
<packaging>pom</packaging>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.Beta2</version>
<!-- Parent -->
<parent>
@@ -28,9 +28,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/trunk</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/tags/jbossws-nat...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws-native...</url>
</scm>
<!-- Modules -->
@@ -47,9 +47,9 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.2.0-SNAPSHOT</jbossws.common.version>
- <jbossws.framework.version>3.2.0-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.2.0-SNAPSHOT</jbossws.spi.version>
+ <jbossws.common.version>1.2.0.Beta2</jbossws.common.version>
+ <jbossws.framework.version>3.2.0.Beta2</jbossws.framework.version>
+ <jbossws.spi.version>1.2.0.Beta2</jbossws.spi.version>
<jbossws.jboss500.version>3.2.0-SNAPSHOT</jbossws.jboss500.version>
<jbossws.jboss501.version>3.2.0-SNAPSHOT</jbossws.jboss501.version>
<jbossws.jboss510.version>3.2.0-SNAPSHOT</jbossws.jboss510.version>
15 years, 5 months
JBossWS SVN: r10433 - stack/native/tags.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-07-30 06:39:51 -0400 (Thu, 30 Jul 2009)
New Revision: 10433
Added:
stack/native/tags/jbossws-native-3.2.0.Beta2/
Log:
Taggin jbossws-native-3.2.0.Beta2
Copied: stack/native/tags/jbossws-native-3.2.0.Beta2 (from rev 10432, stack/native/trunk)
15 years, 5 months
JBossWS SVN: r10431 - framework/tags.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-07-30 06:27:28 -0400 (Thu, 30 Jul 2009)
New Revision: 10431
Added:
framework/tags/jbossws-framework-3.2.0.Beta2/
Log:
Tagging jbossws-framework-3.2.0.Beta2
Copied: framework/tags/jbossws-framework-3.2.0.Beta2 (from rev 10430, framework/trunk)
15 years, 5 months
JBossWS SVN: r10429 - common/tags.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-07-30 06:18:06 -0400 (Thu, 30 Jul 2009)
New Revision: 10429
Added:
common/tags/jbossws-common-1.2.0.Beta2/
Log:
Tagging jbossws-common-1.2.0.Beta2
Copied: common/tags/jbossws-common-1.2.0.Beta2 (from rev 10428, common/trunk)
15 years, 5 months