JBossWS SVN: r8381 - stack/cxf/trunk/modules/server/src/main/scripts.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-10-07 13:50:39 -0400 (Tue, 07 Oct 2008)
New Revision: 8381
Modified:
stack/cxf/trunk/modules/server/src/main/scripts/antrun-beans-config.xml
Log:
[JBWS-2246][JBWS-2264][JBAS-5732] rollback
Modified: stack/cxf/trunk/modules/server/src/main/scripts/antrun-beans-config.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/scripts/antrun-beans-config.xml 2008-10-07 17:49:40 UTC (rev 8380)
+++ stack/cxf/trunk/modules/server/src/main/scripts/antrun-beans-config.xml 2008-10-07 17:50:39 UTC (rev 8381)
@@ -68,7 +68,7 @@
<concat destfile="${project.build.resources.directory}/jbossws-jboss500/jbossws.beans/META-INF/jboss-beans.xml">
<header trimleading="yes">
<deployment xmlns="urn:jboss:bean-deployer:2.0"> </header>
- <fileset file="${project.resources.directory}/as5-jbossws-cxf-config.xml"/>
+ <fileset file="${project.resources.directory}/as4-jbossws-cxf-config.xml"/>
<footer trimleading="yes">
</deployment> </footer>
</concat>
@@ -78,7 +78,7 @@
<concat destfile="${project.build.resources.directory}/jbossws-jboss501/jbossws.beans/META-INF/jboss-beans.xml">
<header trimleading="yes">
<deployment xmlns="urn:jboss:bean-deployer:2.0"> </header>
- <fileset file="${project.resources.directory}/as5-jbossws-cxf-config.xml"/>
+ <fileset file="${project.resources.directory}/as4-jbossws-cxf-config.xml"/>
<footer trimleading="yes">
</deployment> </footer>
</concat>
17 years, 6 months
JBossWS SVN: r8380 - stack/metro/trunk/modules/server/src/main/scripts.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-10-07 13:49:40 -0400 (Tue, 07 Oct 2008)
New Revision: 8380
Modified:
stack/metro/trunk/modules/server/src/main/scripts/antrun-beans-config.xml
Log:
[JBWS-2246][JBWS-2264][JBAS-5732] rollback
Modified: stack/metro/trunk/modules/server/src/main/scripts/antrun-beans-config.xml
===================================================================
--- stack/metro/trunk/modules/server/src/main/scripts/antrun-beans-config.xml 2008-10-07 17:44:45 UTC (rev 8379)
+++ stack/metro/trunk/modules/server/src/main/scripts/antrun-beans-config.xml 2008-10-07 17:49:40 UTC (rev 8380)
@@ -68,7 +68,7 @@
<concat destfile="${project.build.resources.directory}/jbossws-jboss500/jbossws.beans/META-INF/jboss-beans.xml">
<header trimleading="yes">
<deployment xmlns="urn:jboss:bean-deployer:2.0"> </header>
- <fileset file="${project.resources.directory}/as5-jbossws-metro-config.xml"/>
+ <fileset file="${project.resources.directory}/as4-jbossws-metro-config.xml"/>
<footer trimleading="yes">
</deployment> </footer>
</concat>
@@ -78,7 +78,7 @@
<concat destfile="${project.build.resources.directory}/jbossws-jboss501/jbossws.beans/META-INF/jboss-beans.xml">
<header trimleading="yes">
<deployment xmlns="urn:jboss:bean-deployer:2.0"> </header>
- <fileset file="${project.resources.directory}/as5-jbossws-metro-config.xml"/>
+ <fileset file="${project.resources.directory}/as4-jbossws-metro-config.xml"/>
<footer trimleading="yes">
</deployment> </footer>
</concat>
17 years, 6 months
JBossWS SVN: r8379 - in container/jboss50: trunk/src/main/resources/jbossws-jboss50-container.jar/META-INF and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-10-07 13:44:45 -0400 (Tue, 07 Oct 2008)
New Revision: 8379
Modified:
container/jboss50/branches/jbossws-jboss500CR2-3.0.4.GA/src/main/resources/jbossws-jboss50-container.jar/META-INF/jbossws-container-jboss-beans.xml
container/jboss50/trunk/src/main/resources/jbossws-jboss50-container.jar/META-INF/jbossws-container-jboss-beans.xml
Log:
[JBWS-2246][JBWS-2264][JBAS-5732] rollback
Modified: container/jboss50/branches/jbossws-jboss500CR2-3.0.4.GA/src/main/resources/jbossws-jboss50-container.jar/META-INF/jbossws-container-jboss-beans.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss500CR2-3.0.4.GA/src/main/resources/jbossws-jboss50-container.jar/META-INF/jbossws-container-jboss-beans.xml 2008-10-07 16:36:41 UTC (rev 8378)
+++ container/jboss50/branches/jbossws-jboss500CR2-3.0.4.GA/src/main/resources/jbossws-jboss50-container.jar/META-INF/jbossws-container-jboss-beans.xml 2008-10-07 17:44:45 UTC (rev 8379)
@@ -156,7 +156,7 @@
<property name="provides">ContainerEndpointHandler</property>
</bean>
- <bean name="WSEndpointLifecycleDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointDeployerLifecycleDeploymentAspect">
+ <bean name="WSEndpointLifecycleDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointLifecycleDeploymentAspect">
<property name="requires">LAST_DEPLOYMENT_ASPECT</property>
</bean>
Modified: container/jboss50/trunk/src/main/resources/jbossws-jboss50-container.jar/META-INF/jbossws-container-jboss-beans.xml
===================================================================
--- container/jboss50/trunk/src/main/resources/jbossws-jboss50-container.jar/META-INF/jbossws-container-jboss-beans.xml 2008-10-07 16:36:41 UTC (rev 8378)
+++ container/jboss50/trunk/src/main/resources/jbossws-jboss50-container.jar/META-INF/jbossws-container-jboss-beans.xml 2008-10-07 17:44:45 UTC (rev 8379)
@@ -156,7 +156,7 @@
<property name="provides">ContainerEndpointHandler</property>
</bean>
- <bean name="WSEndpointLifecycleDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointDeployerLifecycleDeploymentAspect">
+ <bean name="WSEndpointLifecycleDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointLifecycleDeploymentAspect">
<property name="requires">LAST_DEPLOYMENT_ASPECT</property>
</bean>
17 years, 6 months
JBossWS SVN: r8377 - stack/native/branches/jbossws-native-2.0.1.SP2_CP.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-10-07 12:17:29 -0400 (Tue, 07 Oct 2008)
New Revision: 8377
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties
Log:
[JBPAPP-927] Set versions of dependent components.
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties 2008-10-07 15:41:49 UTC (rev 8376)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties 2008-10-07 16:17:29 UTC (rev 8377)
@@ -24,11 +24,11 @@
wscommons-policy=1.0
# Dependend integration projects
-jbossws-spi=1.0.0.GA_CP-SNAPSHOT
-jbossws-common=1.0.0.GA_CP-SNAPSHOT
-jbossws-framework=2.0.1.GA_CP-SNAPSHOT
+jbossws-spi=1.0.0.GA_CP01-brew
+jbossws-common=1.0.0.GA_CP02-brew
+jbossws-framework=2.0.1.GA_CP02-brew
jbossws-jboss40=2.0.1.GA
-jbossws-jboss42=2.0.1.GA_CP-SNAPSHOT
+jbossws-jboss42=2.0.1.GA_CP01
# JBossAS-5.0
jboss-jbossxb-jboss50=2.0.0.CR4
@@ -36,7 +36,7 @@
# JBossAS-4.2
jboss-jbossxb-jboss42=1.0.0.SP3
-jboss-remoting-jboss42=2.2.2.SP9-brew
+jboss-remoting-jboss42=2.2.2.SP10-brew
# JBossAS-4.0
jboss-jbossxb-jboss40=1.0.0.CR11
17 years, 6 months
JBossWS SVN: r8376 - framework/trunk/src/main/java/org/jboss/wsf/framework/deployment.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-10-07 11:41:49 -0400 (Tue, 07 Oct 2008)
New Revision: 8376
Modified:
framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/AbstractEndpointServlet.java
Log:
[JBWS-2246][JBWS-2264][JBAS-5732] reorder template method call to prevent NPE
Modified: framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/AbstractEndpointServlet.java
===================================================================
--- framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/AbstractEndpointServlet.java 2008-10-07 15:29:52 UTC (rev 8375)
+++ framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/AbstractEndpointServlet.java 2008-10-07 15:41:49 UTC (rev 8376)
@@ -69,7 +69,6 @@
{
super.init(servletConfig);
this.initRegistry();
- this.initAspectManager();
this.initServiceEndpoint(servletConfig.getServletContext().getContextPath());
this.postInit(servletConfig);
}
@@ -154,6 +153,7 @@
private void initServiceEndpoint(String contextPath)
{
this.initEndpoint(contextPath, getServletName());
+ this.initAspectManager();
this.setRuntimeLoader();
this.startAspectManager();
}
17 years, 6 months
JBossWS SVN: r8375 - in container/jboss42: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-10-07 11:29:52 -0400 (Tue, 07 Oct 2008)
New Revision: 8375
Added:
container/jboss42/tags/jbossws-jboss42-2.0.1.GA_CP01/
Removed:
container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP01/
Log:
[JBPAPP-1029] Tag jbossws-jboss42-2.0.1.GA_CP01
Copied: container/jboss42/tags/jbossws-jboss42-2.0.1.GA_CP01 (from rev 8374, container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP01)
17 years, 6 months
JBossWS SVN: r8374 - container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP01.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-10-07 11:29:10 -0400 (Tue, 07 Oct 2008)
New Revision: 8374
Modified:
container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP01/version.properties
Log:
[JBPAPP-1029] Set version.
Modified: container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP01/version.properties
===================================================================
--- container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP01/version.properties 2008-10-07 15:26:45 UTC (rev 8373)
+++ container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP01/version.properties 2008-10-07 15:29:10 UTC (rev 8374)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=2.0.1.GA_CP-SNAPSHOT
-repository.id=2.0.1.GA_CP-SNAPSHOT
+version.id=2.0.1.GA_CP01
+repository.id=2.0.1.GA_CP01
implementation.title=JBoss Web Services - Integration JBoss42
implementation.url=http://www.jboss.org/products/jbossws
17 years, 6 months
JBossWS SVN: r8373 - container/jboss42/branches.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-10-07 11:26:45 -0400 (Tue, 07 Oct 2008)
New Revision: 8373
Added:
container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP01/
Log:
[JBPAPP-1029] Branch to release.
Copied: container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP01 (from rev 8372, container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP)
17 years, 6 months
JBossWS SVN: r8372 - container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-10-07 11:25:08 -0400 (Tue, 07 Oct 2008)
New Revision: 8372
Modified:
container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP/version.properties
Log:
[JBPAPP-1029] Set versions of dependencies.
Modified: container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP/version.properties
===================================================================
--- container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP/version.properties 2008-10-07 14:46:30 UTC (rev 8371)
+++ container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP/version.properties 2008-10-07 15:25:08 UTC (rev 8372)
@@ -14,9 +14,9 @@
implementation.vendor.id=http://www.jboss.org
# Thirdparty library versions
-jbossws-common=1.0.0.GA_CP-SNAPSHOT
-jbossws-spi=1.0.0.GA_CP-SNAPSHOT
-jbossws-framework=2.0.1.GA_CP-SNAPSHOT
+jbossws-common=1.0.0.GA_CP02-brew
+jbossws-spi=1.0.0.GA_CP01-brew
+jbossws-framework=2.0.1.GA_CP02-brew
dom4j=1.6.1
sun-jaxrpc=1.1
17 years, 6 months