Author: darran.lofthouse(a)jboss.com
Date: 2008-07-31 06:59:40 -0400 (Thu, 31 Jul 2008)
New Revision: 7971
Modified:
container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP/src/main/resources/jbossws-jboss42-config.xml
container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP/version.properties
Log:
[JBPAPP-982] Virtual host configuration for EJB endpoints.
Modified:
container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP/src/main/resources/jbossws-jboss42-config.xml
===================================================================
---
container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP/src/main/resources/jbossws-jboss42-config.xml 2008-07-31
10:52:18 UTC (rev 7970)
+++
container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP/src/main/resources/jbossws-jboss42-config.xml 2008-07-31
10:59:40 UTC (rev 7971)
@@ -140,6 +140,11 @@
<property name="provides">ContextRoot</property>
</bean>
+ <bean name="WSVirtualHostDeploymentAspect"
class="org.jboss.wsf.framework.deployment.VirtualHostDeploymentAspect">
+ <property name="requires">ContainerMetaData</property>
+ <property name="provides">VirtualHosts</property>
+ </bean>
+
<bean name="WSEndpointAPIDeploymentAspect"
class="org.jboss.wsf.framework.deployment.EndpointAPIDeploymentAspect">
<property name="provides">ContainerMetaData, RuntimeLoader,
URLPattern, VFSRoot</property>
</bean>
@@ -255,6 +260,7 @@
<set class="java.util.HashSet"
elementClass="org.jboss.wsf.spi.deployment.DeploymentAspect">
<inject bean="WSContainerMetaDataDeploymentAspect"/>
<inject bean="WSContextRootDeploymentAspect"/>
+ <inject bean="WSVirtualHostDeploymentAspect"/>
<inject bean="WSEndpointAddressDeploymentAspect"/>
<inject bean="WSEndpointHandlerDeploymentAspect"/>
<inject bean="WSEndpointLifecycleDeploymentAspect"/>
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-07-31
10:52:18 UTC (rev 7970)
+++ container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP/version.properties 2008-07-31
10:59:40 UTC (rev 7971)
@@ -14,9 +14,9 @@
implementation.vendor.id=http://www.jboss.org
# Thirdparty library versions
-jbossws-common=1.0.0.GA_CP01
-jbossws-spi=1.0.0.GA
-jbossws-framework=2.0.1.GA
+jbossws-common=1.0.0.GA_CP-SNAPSHOT
+jbossws-spi=1.0.0.GA_CP-SNAPSHOT
+jbossws-framework=2.0.1.GA_CP-SNAPSHOT
dom4j=1.6.1
sun-jaxrpc=1.1