JBossWS SVN: r15639 - stack/native/branches.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-02-14 05:42:53 -0500 (Tue, 14 Feb 2012)
New Revision: 15639
Added:
stack/native/branches/jbossws-native-4.0.x/
Log:
Branching for 4.0.x
12 years, 10 months
JBossWS SVN: r15637 - stack/cxf/branches.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-02-14 04:58:15 -0500 (Tue, 14 Feb 2012)
New Revision: 15637
Added:
stack/cxf/branches/jbossws-cxf-4.0.x/
Log:
Branching for 4.0.x
12 years, 10 months
JBossWS SVN: r15636 - stack/cxf/branches.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-02-14 04:56:48 -0500 (Tue, 14 Feb 2012)
New Revision: 15636
Removed:
stack/cxf/branches/JBWS-3366/
Log:
Removing old branch not used anymore
12 years, 10 months
JBossWS SVN: r15635 - stack/cxf/branches/wstrust/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-14 01:59:04 -0500 (Tue, 14 Feb 2012)
New Revision: 15635
Modified:
stack/cxf/branches/wstrust/modules/testsuite/pom.xml
Log:
sync. dependencies with AS7 trunk
Modified: stack/cxf/branches/wstrust/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/wstrust/modules/testsuite/pom.xml 2012-02-14 06:45:08 UTC (rev 15634)
+++ stack/cxf/branches/wstrust/modules/testsuite/pom.xml 2012-02-14 06:59:04 UTC (rev 15635)
@@ -1133,6 +1133,10 @@
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-transactions</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.jboss.remoting3</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -1142,7 +1146,7 @@
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-ejb-client</artifactId>
- <version>1.0.1.Final</version>
+ <version>1.0.2.Final</version>
<exclusions>
<exclusion>
<groupId>org.jboss.remoting3</groupId>
@@ -1233,9 +1237,15 @@
<dependency>
<groupId>org.jboss.remoting3</groupId>
<artifactId>remoting-jmx</artifactId>
- <version>1.0.0.Beta1</version>
+ <version>1.0.0.Final</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.remoting3</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ <version>3.2.1.GA</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>
12 years, 10 months
JBossWS SVN: r15634 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-14 01:45:08 -0500 (Tue, 14 Feb 2012)
New Revision: 15634
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
sync. dependencies with AS7 trunk
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2012-02-14 06:43:12 UTC (rev 15633)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2012-02-14 06:45:08 UTC (rev 15634)
@@ -1133,6 +1133,10 @@
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-transactions</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.jboss.remoting3</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -1142,7 +1146,7 @@
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-ejb-client</artifactId>
- <version>1.0.1.Final</version>
+ <version>1.0.2.Final</version>
<exclusions>
<exclusion>
<groupId>org.jboss.remoting3</groupId>
@@ -1233,9 +1237,15 @@
<dependency>
<groupId>org.jboss.remoting3</groupId>
<artifactId>remoting-jmx</artifactId>
- <version>1.0.0.Beta1</version>
+ <version>1.0.0.Final</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.remoting3</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ <version>3.2.1.GA</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>
12 years, 10 months
JBossWS SVN: r15633 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-14 01:43:12 -0500 (Tue, 14 Feb 2012)
New Revision: 15633
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
sync. dependencies with AS7 trunk
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2012-02-13 16:30:45 UTC (rev 15632)
+++ stack/native/trunk/modules/testsuite/pom.xml 2012-02-14 06:43:12 UTC (rev 15633)
@@ -954,6 +954,10 @@
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-transactions</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.jboss.remoting3</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -963,7 +967,7 @@
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-ejb-client</artifactId>
- <version>1.0.1.Final</version>
+ <version>1.0.2.Final</version>
<exclusions>
<exclusion>
<groupId>org.jboss.remoting3</groupId>
@@ -1013,9 +1017,15 @@
<dependency>
<groupId>org.jboss.remoting3</groupId>
<artifactId>remoting-jmx</artifactId>
- <version>1.0.0.Beta1</version>
+ <version>1.0.0.Final</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.remoting3</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ <version>3.2.1.GA</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>
12 years, 10 months
JBossWS SVN: r15632 - common/trunk/src/main/java/org/jboss/ws/common/management.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-02-13 11:30:45 -0500 (Mon, 13 Feb 2012)
New Revision: 15632
Removed:
common/trunk/src/main/java/org/jboss/ws/common/management/MBeanServerLocator.java
Log:
Removing MBeanServerLocator (AS5/6 abstraction)
Deleted: common/trunk/src/main/java/org/jboss/ws/common/management/MBeanServerLocator.java
===================================================================
--- common/trunk/src/main/java/org/jboss/ws/common/management/MBeanServerLocator.java 2012-02-13 16:29:37 UTC (rev 15631)
+++ common/trunk/src/main/java/org/jboss/ws/common/management/MBeanServerLocator.java 2012-02-13 16:30:45 UTC (rev 15632)
@@ -1,48 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2006, 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.ws.common.management;
-
-import javax.management.MBeanServer;
-
-/**
- * Locate the single instance of the MBeanServer
- *
- * @author Thomas.Diesler(a)jboss.org
- */
-public final class MBeanServerLocator
-{
-
- private final MBeanServer mbeanServer;
-
- public MBeanServerLocator(final MBeanServer mbeanServer)
- {
- super();
-
- this.mbeanServer = mbeanServer;
- }
-
- public MBeanServer getMbeanServer()
- {
- return mbeanServer;
- }
-
-}
12 years, 10 months
JBossWS SVN: r15631 - common/trunk/src/main/java/org/jboss/ws/common/management.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-02-13 11:29:37 -0500 (Mon, 13 Feb 2012)
New Revision: 15631
Modified:
common/trunk/src/main/java/org/jboss/ws/common/management/AbstractServerConfig.java
Log:
Adding check for null before accessing mbeanServer in AbstractServerConfig
Modified: common/trunk/src/main/java/org/jboss/ws/common/management/AbstractServerConfig.java
===================================================================
--- common/trunk/src/main/java/org/jboss/ws/common/management/AbstractServerConfig.java 2012-02-10 17:08:41 UTC (rev 15630)
+++ common/trunk/src/main/java/org/jboss/ws/common/management/AbstractServerConfig.java 2012-02-13 16:29:37 UTC (rev 15631)
@@ -203,12 +203,18 @@
this.stackConfig = spiProvider.getSPI(StackConfigFactory.class, cl).getStackConfig();
log.info(getImplementationTitle() + ' ' + getImplementationVersion());
- getMbeanServer().registerMBean(this, AbstractServerConfigMBean.OBJECT_NAME);
+ MBeanServer mbeanServer = getMbeanServer();
+ if (mbeanServer != null) {
+ mbeanServer.registerMBean(this, AbstractServerConfigMBean.OBJECT_NAME);
+ }
}
public void destroy() throws Exception
{
- getMbeanServer().unregisterMBean(AbstractServerConfigMBean.OBJECT_NAME);
+ MBeanServer mbeanServer = getMbeanServer();
+ if (mbeanServer != null) {
+ mbeanServer.unregisterMBean(AbstractServerConfigMBean.OBJECT_NAME);
+ }
}
public String getImplementationTitle()
12 years, 10 months