<!-- Unified invoker (based on remoting) for invocations via HTTP with target EJB3
beans -->
| <mbean code="org.jboss.remoting.transport.Connector"
| name="jboss.remoting:service=connector,transport=servlet,target=ejb3"
| display-name="EJB3 Servlet transport Connector">
| <depends>jboss.aop:service=AspectDeployer</depends>
| <attribute name="Configuration">
| <config>
| <invoker transport="servlet">
| <attribute name="dataType"
isParam="true">invocation</attribute>
| <attribute name="timeout"
isParam="true">600000</attribute>
| <attribute name="marshaller"
isParam="true">org.jboss.invocation.unified.marshall.InvocationMarshaller</attribute>
| <attribute name="unmarshaller"
isParam="true">org.jboss.invocation.unified.marshall.InvocationUnMarshaller</attribute>
| <attribute
name="serverBindAddress">${jboss.bind.address}</attribute>
| <attribute
name="serverBindPort">8080</attribute>
| <attribute
name="path">unified-invoker/restricted/Ejb3ServerInvokerServlet</attribute>
| <attribute name="noThrowOnError"
isParam="true">true</attribute>
| <attribute name="return-exception"
isParam="true">true</attribute>
| </invoker>
| <handlers>
| <handler
subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
| </handlers>
| </config>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182875#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...