[jboss-cvs] JBossAS SVN: r82905 - branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Jan 15 07:59:39 EST 2009
Author: dimitris at jboss.org
Date: 2009-01-15 07:59:39 -0500 (Thu, 15 Jan 2009)
New Revision: 82905
Modified:
branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml
Log:
JBPAPP-996, further tidy-up
Modified: branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml 2009-01-15 12:51:39 UTC (rev 82904)
+++ branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml 2009-01-15 12:59:39 UTC (rev 82905)
@@ -299,7 +299,10 @@
<!-- ********************* hsqldb-ds.xml ********************** -->
- <!-- Hypersonic related services when using the tcp/ip access
+ <!-- Hypersonic related services
+
+ Only if using TCP setup (local file setup by default)
+
<service-config name="jboss.jca:service=ManagedConnectionFactory,name=DefaultDS"
delegateClass="org.jboss.services.binding.XSLTConfigDelegate"
>
@@ -1569,14 +1572,14 @@
]]>
</xslt-config>
</delegate-config>
- <binding host="localhost" port="1901" />
+ <binding host="localhost" port="2001" />
</service-config>
<service-config name="jboss:service=Hypersonic"
delegateClass="org.jboss.services.binding.AttributeMappingDelegate"
>
<delegate-config portName="Port" />
- <binding port="1901" />
+ <binding port="2001" />
</service-config>
-->
@@ -1668,7 +1671,7 @@
<attribute name="numberOfRetries" isParam="true">10</attribute>
<attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
<attribute name="callbackTimeout">10000</attribute>
- </invoker>
+ </invoker>
<handlers>
<handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
</handlers>
More information about the jboss-cvs-commits
mailing list