"cazuza" wrote : sorry the config file is here
| <server>
| <!-- ====================================================================
-->
| <!-- Invokers to the JMX node
-->
| <!--
==================================================================== -->
| <mbean code="org.jboss.remoting.transport.Connector"
| name="com.xxxx:service=Connector,transport=socket"
| display-name="RacingDB Socket transport Connector">
| <attribute name="Configuration">
| <config>
| <invoker transport="socket">
| <attribute name="timeout">5000</attribute>
| <attribute name="dataType" isParam="true">text</attribute>
| <attribute name="marshaller"
isParam="true">com.xxxx.dbi.socket.TextMarshaller</attribute>
| <attribute name="unmarshaller"
isParam="true">com.xxxx.dbi.socket.TextUnMarshaller</attribute>
| <attribute
name="serverSocketClass">com.xxxx.dbi.socket.SimpleInputStreamWrapper</attribute>
| <attribute
name="serverBindAddress">${jboss.bind.address}</attribute>
| <attribute name="serverBindPort">6193</attribute>
| <attribute name="enableTcpNoDelay"
isParam="true">true</attribute>
| </invoker>
| <handlers>
| <handler
subsystem="RDBIS">com.xxxx.dbi.socket.Handler</handler>
| </handlers>
| </config>
| </attribute>
| </mbean>
|
| </server>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062266#4062266
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062266
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user