Author: heiko.braun(a)jboss.com
Date: 2006-10-25 06:55:06 -0400 (Wed, 25 Oct 2006)
New Revision: 1304
Modified:
branches/jbossws-1.0/src/main/resources/jbossws.beans/META-INF/jboss-beans.xml
Log:
Added Stefano Maestri contribution
Modified: branches/jbossws-1.0/src/main/resources/jbossws.beans/META-INF/jboss-beans.xml
===================================================================
---
branches/jbossws-1.0/src/main/resources/jbossws.beans/META-INF/jboss-beans.xml 2006-10-25
10:23:24 UTC (rev 1303)
+++
branches/jbossws-1.0/src/main/resources/jbossws.beans/META-INF/jboss-beans.xml 2006-10-25
10:55:06 UTC (rev 1304)
@@ -4,34 +4,34 @@
xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
xmlns="urn:jboss:bean-deployer">
- <bean name="ServiceEndpointManager"
class="org.jboss.ws.server.ServiceEndpointManager">
- <!--
- The WSDL, that is a required deployment artifact for an endpoint, has a
<soap:address>
- element which points to the location of the endpoint. JBoss supports rewriting of
that SOAP address.
-
- If the content of <soap:address> is a valid URL, JBossWS will not rewrite
it unless 'alwaysModifySOAPAddress' is true.
+ <bean name="ServiceEndpointManager"
class="org.jboss.ws.server.ServiceEndpointManager">
+ <!--
+ The WSDL, that is a required deployment artifact for an endpoint, has a
<soap:address>
+ element which points to the location of the endpoint. JBoss supports rewriting of
that SOAP address.
+
+ If the content of <soap:address> is a valid URL, JBossWS will not rewrite
it unless 'alwaysModifySOAPAddress' is true.
If the content of <soap:address> is not a valid URL, JBossWS will rewrite
it using the attribute values given below.
If 'webServiceHost' is an empty string, JBossWS uses requesters host when
rewriting the <soap:address>.
- -->
+ -->
<property
name="webServiceHost">${jboss.bind.address}</property>
<!-- If these two properties are not set the ports will be identified by
querying the -->
<!-- list of installed connectors, if multiple connectors are found the port of
the -->
- <!-- first connector is used.
-->
- <!--<property
name="webServiceSecurePort">8443</property>-->
+ <!-- first connector is used.
-->
+ <!--<property
name="webServiceSecurePort">8443</property>-->
<!--<property name="webServicePort">8080</property>-->
-
- <property name="alwaysModifySOAPAddress">true</property>
-
- <property
name="serviceEndpointInvokerJSE">org.jboss.ws.server.ServiceEndpointInvokerJSE</property>
- <property
name="serviceEndpointInvokerEJB21">org.jboss.ws.integration.jboss.ServiceEndpointInvokerEJB21</property>
- <property
name="serviceEndpointInvokerEJB3">org.jboss.ws.integration.jboss.ServiceEndpointInvokerEJB3</property>
- <property
name="serviceEndpointInvokerMDB">org.jboss.ws.integration.jboss.ServiceEndpointInvokerMDB</property>
+
+ <property name="alwaysModifySOAPAddress">true</property>
+
+ <property
name="serviceEndpointInvokerJSE">org.jboss.ws.server.ServiceEndpointInvokerJSE</property>
+ <property
name="serviceEndpointInvokerEJB21">org.jboss.ws.integration.jboss.ServiceEndpointInvokerEJB21</property>
+ <property
name="serviceEndpointInvokerEJB3">org.jboss.ws.integration.jboss.ServiceEndpointInvokerEJB3</property>
+ <property
name="serviceEndpointInvokerMDB">org.jboss.ws.integration.jboss.ServiceEndpointInvokerMDB</property>
</bean>
- <bean name="ServiceEndpointDeployer"
class="org.jboss.ws.deployment.ServiceEndpointDeployer">
- <property name="serviceEndpointManager"><inject
bean="ServiceEndpointManager"/></property>
+ <bean name="ServiceEndpointDeployer"
class="org.jboss.ws.deployment.ServiceEndpointDeployer">
+ <property name="serviceEndpointManager"><inject
bean="ServiceEndpointManager"/></property>
</bean>
<bean name="ServiceEndpointPublisher"
class="org.jboss.ws.integration.jboss.JBossServiceEndpointPublisher">
@@ -40,7 +40,10 @@
</bean>
<!-- A subscription manager for WS-Eventing -->
- <bean name="SubscriptionManager"
class="org.jboss.ws.eventing.mgmt.SubscriptionManager"/>
+ <bean name="SubscriptionManager"
class="org.jboss.ws.eventing.mgmt.SubscriptionManager">
+ <property name="maxLeaseTimeMins">10</property>
+ <property name="defaultLeaseTimeMins">5</property>
+ </bean>
<bean name="ServerConfig"
class="org.jboss.ws.integration.jboss.ServerConfigImpl"/>
Show replies by date