[jboss-user] [Remoting] - Re: Config for EJB3 over servlet-invoker with compression

ron.sigal@jboss.com do-not-reply at jboss.com
Fri Sep 14 16:29:58 EDT 2007


Hi Marc,

Sorry I'm so late in replying.  I just noticed something in your mbean configuration:  the marshaller and unmarshaller attributes should be under the invoker element:


  | <mbean code="org.jboss.remoting.transport.Connector"
  |           name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
  |           <depends>jboss.aop:service=AspectDeployer</depends>
  |     <attribute name="Configuration">
  |            <config>
  |                 <invoker transport="servlet">
  |                      <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
  |                      <attribute name="serverBindPort">8080</attribute>
  |                      <attribute name="path">servlet-invoker/ServerInvokerServlet</attribute>
  |                      <attribute name="marshaller" isParam="true">org.jboss.remoting.marshal.compress.CompressingMarshaller</attribute>
  |                      <attribute name="unmarshaller" isParam="true">org.jboss.remoting.marshal.compress.CompressingUnMarshaller</attribute>
  |                  </invoker>
  |                 <handlers>
  |                     <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
  |                 </handlers>
  |            </config>
  |     </attribute>
  | </mbean>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084635#4084635

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



More information about the jboss-user mailing list