[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - Re: Exception propagation using HTTP servlet transport on 1.

DGuralnik do-not-reply at jboss.com
Fri Oct 17 07:21:51 EDT 2008


   <!-- 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#4182875

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182875



More information about the jboss-dev-forums mailing list