Author: darran.lofthouse(a)jboss.com
Date: 2008-07-31 10:38:47 -0400 (Thu, 31 Jul 2008)
New Revision: 7978
Modified:
container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP/src/main/resources/jbossws-jboss42-config.xml
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
14:19:07 UTC (rev 7977)
+++
container/jboss42/branches/jbossws-jboss42-2.0.1.GA_CP/src/main/resources/jbossws-jboss42-config.xml 2008-07-31
14:38:47 UTC (rev 7978)
@@ -146,7 +146,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, VirtualHosts</property>
</bean>
<bean name="WSEndpointAddressDeploymentAspect"
class="org.jboss.wsf.framework.deployment.EndpointAddressDeploymentAspect">
@@ -198,7 +198,7 @@
</bean>
<bean name="WSWebAppGeneratorDeploymentAspect"
class="org.jboss.wsf.framework.deployment.WebAppGeneratorDeploymentAspect">
- <property name="requires">URLPattern</property>
+ <property name="requires">URLPattern, VirtualHosts</property>
<property name="provides">WebMetaData</property>
<property name="securityHandlerEJB21"><inject
bean="WSSecurityHandlerEJB21"/></property>
<property name="securityHandlerEJB3"><inject
bean="WSSecurityHandlerEJB3"/></property>
Show replies by date