actually i found for deploy/ejb3.deployer/META-INF/jboss-service.xml
i was just blind
| <!-- EJB3 Remoting Connector ejb3.deployer/META-INF/jboss-service.xml -->
|
| <service-config
name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3"
|
delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
| <delegate-config>
| <attribute
name="InvokerLocator">socket://${jboss.bind.address}:3973</attribute>
| </delegate-config>
| <binding port="3973"/>
| </service-config>
|
but for conf/jboss-service.xml and the Mben name it does not exists
name="jboss.remoting:service=Connector,transport=socket"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053598#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...