JBossWS SVN: r7262 - stack/native/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-31 14:47:49 -0400 (Sat, 31 May 2008)
New Revision: 7262
Modified:
stack/native/trunk/pom.xml
Log:
Fix build-bin-dist
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-05-31 18:39:54 UTC (rev 7261)
+++ stack/native/trunk/pom.xml 2008-05-31 18:47:49 UTC (rev 7262)
@@ -428,9 +428,6 @@
-->
<profile>
<id>bindist</id>
- <modules>
- <module>modules/deployment</module>
- </modules>
<build>
<plugins>
<plugin>
16 years, 7 months
JBossWS SVN: r7261 - in stack/cxf/trunk: src/main/scripts and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-31 14:39:54 -0400 (Sat, 31 May 2008)
New Revision: 7261
Modified:
stack/cxf/trunk/modules/management/pom.xml
stack/cxf/trunk/src/main/scripts/assembly-bin-dist.xml
Log:
Fix build-bin-dist
Modified: stack/cxf/trunk/modules/management/pom.xml
===================================================================
--- stack/cxf/trunk/modules/management/pom.xml 2008-05-31 18:39:47 UTC (rev 7260)
+++ stack/cxf/trunk/modules/management/pom.xml 2008-05-31 18:39:54 UTC (rev 7261)
@@ -32,6 +32,13 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <classifier>testsuite</classifier>
+ <scope>runtime</scope>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss422</artifactId>
<scope>runtime</scope>
</dependency>
Modified: stack/cxf/trunk/src/main/scripts/assembly-bin-dist.xml
===================================================================
--- stack/cxf/trunk/src/main/scripts/assembly-bin-dist.xml 2008-05-31 18:39:47 UTC (rev 7260)
+++ stack/cxf/trunk/src/main/scripts/assembly-bin-dist.xml 2008-05-31 18:39:54 UTC (rev 7261)
@@ -72,27 +72,36 @@
</fileSets>
<!-- framework tests -->
- <dependencySets>
- <dependencySet>
- <outputDirectory>tests</outputDirectory>
- <useStrictFiltering>true</useStrictFiltering>
- <scope>runtime</scope>
- <unpack>true</unpack>
+ <moduleSets>
+ <moduleSet>
<includes>
- <include>*:jbossws-framework:zip:testsuite</include>
+ <include>org.jboss.ws.cxf:jbossws-cxf-management</include>
</includes>
- <unpackOptions>
- <includes>
- <include>ant-import/**</include>
- <include>java/org/jboss/test/ws/console/**</include>
- <include>java/org/jboss/test/ws/jaxws/samples/**</include>
- <include>java/org/jboss/test/ws/projectGenerator/**</include>
- <include>resources/console/**</include>
- <include>resources/jaxws/samples/**</include>
- <include>resources/projectGenerator/**</include>
- </includes>
- </unpackOptions>
- </dependencySet>
- </dependencySets>
+ <binaries>
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>tests</outputDirectory>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>true</unpack>
+ <includes>
+ <include>*:jbossws-framework:zip:testsuite</include>
+ </includes>
+ <unpackOptions>
+ <includes>
+ <include>ant-import/**</include>
+ <include>java/org/jboss/test/ws/console/**</include>
+ <include>java/org/jboss/test/ws/jaxws/samples/**</include>
+ <include>java/org/jboss/test/ws/projectGenerator/**</include>
+ <include>resources/console/**</include>
+ <include>resources/jaxws/samples/**</include>
+ <include>resources/projectGenerator/**</include>
+ </includes>
+ </unpackOptions>
+ </dependencySet>
+ </dependencySets>
+ </binaries>
+ </moduleSet>
+ </moduleSets>
</assembly>
\ No newline at end of file
16 years, 7 months
JBossWS SVN: r7260 - in stack/metro/trunk: src/main/scripts and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-31 14:39:47 -0400 (Sat, 31 May 2008)
New Revision: 7260
Modified:
stack/metro/trunk/modules/management/pom.xml
stack/metro/trunk/src/main/scripts/assembly-bin-dist.xml
Log:
Fix build-bin-dist
Modified: stack/metro/trunk/modules/management/pom.xml
===================================================================
--- stack/metro/trunk/modules/management/pom.xml 2008-05-31 18:39:40 UTC (rev 7259)
+++ stack/metro/trunk/modules/management/pom.xml 2008-05-31 18:39:47 UTC (rev 7260)
@@ -32,6 +32,13 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <classifier>testsuite</classifier>
+ <scope>runtime</scope>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss422</artifactId>
<scope>runtime</scope>
</dependency>
Modified: stack/metro/trunk/src/main/scripts/assembly-bin-dist.xml
===================================================================
--- stack/metro/trunk/src/main/scripts/assembly-bin-dist.xml 2008-05-31 18:39:40 UTC (rev 7259)
+++ stack/metro/trunk/src/main/scripts/assembly-bin-dist.xml 2008-05-31 18:39:47 UTC (rev 7260)
@@ -72,27 +72,36 @@
</fileSets>
<!-- framework tests -->
- <dependencySets>
- <dependencySet>
- <outputDirectory>tests</outputDirectory>
- <useStrictFiltering>true</useStrictFiltering>
- <scope>runtime</scope>
- <unpack>true</unpack>
+ <moduleSets>
+ <moduleSet>
<includes>
- <include>*:jbossws-framework:zip:testsuite</include>
+ <include>org.jboss.ws.metro:jbossws-metro-management</include>
</includes>
- <unpackOptions>
- <includes>
- <include>ant-import/**</include>
- <include>java/org/jboss/test/ws/console/**</include>
- <include>java/org/jboss/test/ws/jaxws/samples/**</include>
- <include>java/org/jboss/test/ws/projectGenerator/**</include>
- <include>resources/console/**</include>
- <include>resources/jaxws/samples/**</include>
- <include>resources/projectGenerator/**</include>
- </includes>
- </unpackOptions>
- </dependencySet>
- </dependencySets>
+ <binaries>
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>tests</outputDirectory>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>true</unpack>
+ <includes>
+ <include>*:jbossws-framework:zip:testsuite</include>
+ </includes>
+ <unpackOptions>
+ <includes>
+ <include>ant-import/**</include>
+ <include>java/org/jboss/test/ws/console/**</include>
+ <include>java/org/jboss/test/ws/jaxws/samples/**</include>
+ <include>java/org/jboss/test/ws/projectGenerator/**</include>
+ <include>resources/console/**</include>
+ <include>resources/jaxws/samples/**</include>
+ <include>resources/projectGenerator/**</include>
+ </includes>
+ </unpackOptions>
+ </dependencySet>
+ </dependencySets>
+ </binaries>
+ </moduleSet>
+ </moduleSets>
</assembly>
\ No newline at end of file
16 years, 7 months
JBossWS SVN: r7259 - in stack/native/trunk: src/main/scripts and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-31 14:39:40 -0400 (Sat, 31 May 2008)
New Revision: 7259
Modified:
stack/native/trunk/modules/management/pom.xml
stack/native/trunk/src/main/scripts/assembly-bin-dist.xml
Log:
Fix build-bin-dist
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2008-05-30 18:38:52 UTC (rev 7258)
+++ stack/native/trunk/modules/management/pom.xml 2008-05-31 18:39:40 UTC (rev 7259)
@@ -32,6 +32,13 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <classifier>testsuite</classifier>
+ <scope>runtime</scope>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss421</artifactId>
<scope>runtime</scope>
</dependency>
Modified: stack/native/trunk/src/main/scripts/assembly-bin-dist.xml
===================================================================
--- stack/native/trunk/src/main/scripts/assembly-bin-dist.xml 2008-05-30 18:38:52 UTC (rev 7258)
+++ stack/native/trunk/src/main/scripts/assembly-bin-dist.xml 2008-05-31 18:39:40 UTC (rev 7259)
@@ -72,27 +72,36 @@
</fileSets>
<!-- framework tests -->
- <dependencySets>
- <dependencySet>
- <outputDirectory>tests</outputDirectory>
- <useStrictFiltering>true</useStrictFiltering>
- <scope>runtime</scope>
- <unpack>true</unpack>
+ <moduleSets>
+ <moduleSet>
<includes>
- <include>*:jbossws-framework:zip:testsuite</include>
+ <include>org.jboss.ws.native:jbossws-native-management</include>
</includes>
- <unpackOptions>
- <includes>
- <include>ant-import/**</include>
- <include>java/org/jboss/test/ws/console/**</include>
- <include>java/org/jboss/test/ws/jaxws/samples/**</include>
- <include>java/org/jboss/test/ws/projectGenerator/**</include>
- <include>resources/console/**</include>
- <include>resources/jaxws/samples/**</include>
- <include>resources/projectGenerator/**</include>
- </includes>
- </unpackOptions>
- </dependencySet>
- </dependencySets>
+ <binaries>
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>tests</outputDirectory>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>true</unpack>
+ <includes>
+ <include>*:jbossws-framework:zip:testsuite</include>
+ </includes>
+ <unpackOptions>
+ <includes>
+ <include>ant-import/**</include>
+ <include>java/org/jboss/test/ws/console/**</include>
+ <include>java/org/jboss/test/ws/jaxws/samples/**</include>
+ <include>java/org/jboss/test/ws/projectGenerator/**</include>
+ <include>resources/console/**</include>
+ <include>resources/jaxws/samples/**</include>
+ <include>resources/projectGenerator/**</include>
+ </includes>
+ </unpackOptions>
+ </dependencySet>
+ </dependencySets>
+ </binaries>
+ </moduleSet>
+ </moduleSets>
</assembly>
\ No newline at end of file
16 years, 7 months
JBossWS SVN: r7257 - container/jboss42/branches/jbossws-jboss423/src/main/resources.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-05-30 14:33:22 -0400 (Fri, 30 May 2008)
New Revision: 7257
Modified:
container/jboss42/branches/jbossws-jboss423/src/main/resources/jbossws-jboss42-config.xml
Log:
[JBWS-2174] register FakeWebMetaDataDA with DeploymentAspectInstallerJSE
Modified: container/jboss42/branches/jbossws-jboss423/src/main/resources/jbossws-jboss42-config.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss423/src/main/resources/jbossws-jboss42-config.xml 2008-05-30 18:27:06 UTC (rev 7256)
+++ container/jboss42/branches/jbossws-jboss423/src/main/resources/jbossws-jboss42-config.xml 2008-05-30 18:33:22 UTC (rev 7257)
@@ -241,6 +241,10 @@
<property name="securityHandlerEJB3"><inject bean="WSSecurityHandlerEJB3"/></property>
</bean>
+ <bean name="WSFakeWebMetaDataDeploymentAspect" class="org.jboss.wsf.framework.deployment.IdentityDeploymentAspect">
+ <property name="provides">WebMetaData</property>
+ </bean>
+
<!-- Deployment aspect helper beans -->
<bean name="WSApplicationMetaDataAdapterEJB21" class="org.jboss.wsf.container.jboss42.EJBArchiveMetaDataAdapterEJB21"/>
<bean name="WSApplicationMetaDataAdapterEJB3" class="org.jboss.wsf.container.jboss42.EJBArchiveMetaDataAdapterEJB3"/>
@@ -275,7 +279,7 @@
<inject bean="WSURLPatternDeploymentAspect"/>
<inject bean="WSEndpointLifecycleDeploymentAspect"/>
<inject bean="WSRuntimeLoaderDeploymentAspect"/>
- <inject bean="WSWebAppGeneratorDeploymentAspect"/>
+ <inject bean="WSFakeWebMetaDataDeploymentAspect"/>
</set>
</property>
</bean>
16 years, 7 months
JBossWS SVN: r7256 - container/jboss42/branches/jbossws-jboss422/src/main/resources.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-05-30 14:27:06 -0400 (Fri, 30 May 2008)
New Revision: 7256
Modified:
container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml
Log:
[JBWS-2174] register FakeWebMetaDataDA with DeploymentAspectInstallerJSE
Modified: container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml 2008-05-30 18:17:18 UTC (rev 7255)
+++ container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml 2008-05-30 18:27:06 UTC (rev 7256)
@@ -241,6 +241,10 @@
<property name="securityHandlerEJB3"><inject bean="WSSecurityHandlerEJB3"/></property>
</bean>
+ <bean name="WSFakeWebMetaDataDeploymentAspect" class="org.jboss.wsf.framework.deployment.IdentityDeploymentAspect">
+ <property name="provides">WebMetaData</property>
+ </bean>
+
<!-- Deployment aspect helper beans -->
<bean name="WSApplicationMetaDataAdapterEJB21" class="org.jboss.wsf.container.jboss42.EJBArchiveMetaDataAdapterEJB21"/>
<bean name="WSApplicationMetaDataAdapterEJB3" class="org.jboss.wsf.container.jboss42.EJBArchiveMetaDataAdapterEJB3"/>
@@ -271,11 +275,10 @@
<inject bean="WSEndpointMetricsDeploymentAspect"/>
<inject bean="WSEndpointNameDeploymentAspect"/>
<inject bean="WSEndpointRegistryDeploymentAspect"/>
- <inject bean="WSModifyWebMetaDataDeploymentAspect"/>
<inject bean="WSURLPatternDeploymentAspect"/>
<inject bean="WSEndpointLifecycleDeploymentAspect"/>
<inject bean="WSRuntimeLoaderDeploymentAspect"/>
- <inject bean="WSWebAppGeneratorDeploymentAspect"/>
+ <inject bean="WSFakeWebMetaDataDeploymentAspect"/>
</set>
</property>
</bean>
16 years, 7 months
JBossWS SVN: r7255 - framework/trunk/src/main/java/org/jboss/wsf/framework/deployment.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-05-30 14:17:18 -0400 (Fri, 30 May 2008)
New Revision: 7255
Added:
framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/IdentityDeploymentAspect.java
Log:
[JBWS-2174] creating identity deployment aspect
Added: framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/IdentityDeploymentAspect.java
===================================================================
--- framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/IdentityDeploymentAspect.java (rev 0)
+++ framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/IdentityDeploymentAspect.java 2008-05-30 18:17:18 UTC (rev 7255)
@@ -0,0 +1,62 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt 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.framework.deployment;
+
+//$Id$
+import org.jboss.wsf.spi.WSFRuntime;
+import org.jboss.wsf.spi.deployment.Deployment;
+import org.jboss.wsf.spi.deployment.DeploymentAspect;
+
+/**
+ * Identity deployment aspect that does nothing
+ *
+ * @author richard.opalka(a)jboss.org
+ * @since 30-May-2008
+ */
+public final class IdentityDeploymentAspect extends DeploymentAspect
+{
+
+ @Override
+ public void create(Deployment dep, WSFRuntime runtime)
+ {
+ // does nothing
+ }
+
+ @Override
+ public void destroy(Deployment dep, WSFRuntime runtime)
+ {
+ // does nothing
+ }
+
+ @Override
+ public void start(Deployment dep, WSFRuntime runtime)
+ {
+ // does nothing
+ }
+
+ @Override
+ public void stop(Deployment dep, WSFRuntime runtime)
+ {
+ // does nothing
+ }
+
+}
Property changes on: framework/trunk/src/main/java/org/jboss/wsf/framework/deployment/IdentityDeploymentAspect.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
16 years, 7 months
JBossWS SVN: r7254 - container/jboss42/branches/jbossws-jboss422/src/main/resources.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-05-30 13:27:21 -0400 (Fri, 30 May 2008)
New Revision: 7254
Modified:
container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml
Log:
[JBWS-2174] register aspect with JSEDAManager
Modified: container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml 2008-05-30 17:18:11 UTC (rev 7253)
+++ container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml 2008-05-30 17:27:21 UTC (rev 7254)
@@ -275,6 +275,7 @@
<inject bean="WSURLPatternDeploymentAspect"/>
<inject bean="WSEndpointLifecycleDeploymentAspect"/>
<inject bean="WSRuntimeLoaderDeploymentAspect"/>
+ <inject bean="WSWebAppGeneratorDeploymentAspect"/>
</set>
</property>
</bean>
16 years, 7 months
JBossWS SVN: r7253 - container/jboss42/branches/jbossws-jboss423/src/main/resources.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-05-30 13:18:11 -0400 (Fri, 30 May 2008)
New Revision: 7253
Modified:
container/jboss42/branches/jbossws-jboss423/src/main/resources/jbossws-jboss42-config.xml
Log:
[JBWS-2174] reorder aspects
Modified: container/jboss42/branches/jbossws-jboss423/src/main/resources/jbossws-jboss42-config.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss423/src/main/resources/jbossws-jboss42-config.xml 2008-05-30 17:12:01 UTC (rev 7252)
+++ container/jboss42/branches/jbossws-jboss423/src/main/resources/jbossws-jboss42-config.xml 2008-05-30 17:18:11 UTC (rev 7253)
@@ -172,7 +172,7 @@
The container deployment aspects
-->
<bean name="WSContainerMetaDataDeploymentAspect" class="org.jboss.wsf.container.jboss42.ContainerMetaDataDeploymentAspect">
- <property name="provides">ContainerMetaData, VFSRoot</property>
+ <property name="provides">ContainerMetaData,VFSRoot</property>
<property name="metaDataAdapter"><inject bean="WSContainerMetaDataAdapter"/></property>
</bean>
@@ -182,7 +182,7 @@
</bean>
<bean name="WSEndpointAPIDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointAPIDeploymentAspect">
- <property name="provides">ContainerMetaData, RuntimeLoader, URLPattern, VFSRoot</property>
+ <property name="provides">ContainerMetaData,RuntimeLoader,URLPattern,VFSRoot</property>
</bean>
<bean name="WSEndpointAddressDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointAddressDeploymentAspect">
@@ -215,7 +215,7 @@
</bean>
<bean name="WSModifyWebMetaDataDeploymentAspect" class="org.jboss.wsf.container.jboss42.ModifyWebMetaDataDeploymentAspect">
- <property name="requires">ContextProperties, ContainerMetaData, StackDescriptor</property>
+ <property name="requires">ContextProperties,ContainerMetaData,StackDescriptor,WebMetaData</property>
<property name="webXMLRewriter"><inject bean="WSWebXMLRewriter"/></property>
</bean>
@@ -225,12 +225,12 @@
</bean>
<bean name="WSURLPatternDeploymentAspect" class="org.jboss.wsf.framework.deployment.BackwardCompatibleURLPatternDeploymentAspect">
- <property name="requires">ContextRoot, ContainerMetaData</property>
+ <property name="requires">ContextRoot,ContainerMetaData</property>
<property name="provides">URLPattern</property>
</bean>
<bean name="WSWebAppDeploymentAspect" class="org.jboss.wsf.container.jboss42.WebAppDeploymentAspect">
- <property name="requires">WebMetaData, ContextProperties</property>
+ <property name="requires">WebMetaData,ContextProperties</property>
<property name="webXMLRewriter"><inject bean="WSWebXMLRewriter"/></property>
</bean>
@@ -273,10 +273,9 @@
<inject bean="WSEndpointRegistryDeploymentAspect"/>
<inject bean="WSModifyWebMetaDataDeploymentAspect"/>
<inject bean="WSURLPatternDeploymentAspect"/>
-
-
<inject bean="WSEndpointLifecycleDeploymentAspect"/>
<inject bean="WSRuntimeLoaderDeploymentAspect"/>
+ <inject bean="WSWebAppGeneratorDeploymentAspect"/>
</set>
</property>
</bean>
16 years, 7 months
JBossWS SVN: r7252 - container/jboss42/branches/jbossws-jboss422/src/main/resources.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-05-30 13:12:01 -0400 (Fri, 30 May 2008)
New Revision: 7252
Modified:
container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml
Log:
[JBWS-2174] reorder aspects
Modified: container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml 2008-05-30 16:40:05 UTC (rev 7251)
+++ container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml 2008-05-30 17:12:01 UTC (rev 7252)
@@ -172,7 +172,7 @@
The container deployment aspects
-->
<bean name="WSContainerMetaDataDeploymentAspect" class="org.jboss.wsf.container.jboss42.ContainerMetaDataDeploymentAspect">
- <property name="provides">ContainerMetaData, VFSRoot</property>
+ <property name="provides">ContainerMetaData,VFSRoot</property>
<property name="metaDataAdapter"><inject bean="WSContainerMetaDataAdapter"/></property>
</bean>
@@ -182,7 +182,7 @@
</bean>
<bean name="WSEndpointAPIDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointAPIDeploymentAspect">
- <property name="provides">ContainerMetaData, RuntimeLoader, URLPattern, VFSRoot</property>
+ <property name="provides">ContainerMetaData,RuntimeLoader,URLPattern,VFSRoot</property>
</bean>
<bean name="WSEndpointAddressDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointAddressDeploymentAspect">
@@ -215,7 +215,7 @@
</bean>
<bean name="WSModifyWebMetaDataDeploymentAspect" class="org.jboss.wsf.container.jboss42.ModifyWebMetaDataDeploymentAspect">
- <property name="requires">ContextProperties, ContainerMetaData, StackDescriptor</property>
+ <property name="requires">ContextProperties,ContainerMetaData,StackDescriptor,WebMetaData</property>
<property name="webXMLRewriter"><inject bean="WSWebXMLRewriter"/></property>
</bean>
@@ -225,12 +225,12 @@
</bean>
<bean name="WSURLPatternDeploymentAspect" class="org.jboss.wsf.framework.deployment.BackwardCompatibleURLPatternDeploymentAspect">
- <property name="requires">ContextRoot, ContainerMetaData</property>
+ <property name="requires">ContextRoot,ContainerMetaData</property>
<property name="provides">URLPattern</property>
</bean>
<bean name="WSWebAppDeploymentAspect" class="org.jboss.wsf.container.jboss42.WebAppDeploymentAspect">
- <property name="requires">WebMetaData, ContextProperties</property>
+ <property name="requires">WebMetaData,ContextProperties</property>
<property name="webXMLRewriter"><inject bean="WSWebXMLRewriter"/></property>
</bean>
@@ -273,8 +273,6 @@
<inject bean="WSEndpointRegistryDeploymentAspect"/>
<inject bean="WSModifyWebMetaDataDeploymentAspect"/>
<inject bean="WSURLPatternDeploymentAspect"/>
-
-
<inject bean="WSEndpointLifecycleDeploymentAspect"/>
<inject bean="WSRuntimeLoaderDeploymentAspect"/>
</set>
@@ -295,6 +293,7 @@
<inject bean="WSEndpointNameDeploymentAspect"/>
<inject bean="WSEndpointRegistryDeploymentAspect"/>
<inject bean="WSRuntimeLoaderDeploymentAspect"/>
+ <inject bean="WSModifyWebMetaDataDeploymentAspect"/>
<inject bean="WSURLPatternDeploymentAspect"/>
<inject bean="WSWebAppDeploymentAspect"/>
<inject bean="WSWebAppGeneratorDeploymentAspect"/>
16 years, 7 months