Why shouldn't we integrate the ejb3 transport handler into the main connector unning
on port 4446 rather than creating a separate socket?
| <mbean code="org.jboss.remoting.transport.Connector"
| name="jboss.remoting:service=Connector,transport=socket"
| display-name="Socket transport Connector">
| ...
| <handlers>
| <!-- can also specify handler by fully qualified classname -->
| <handler
subsystem="invoker">jboss:service=invoker,type=unified</handler>
| <handler
subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
| </handlers>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991507#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...