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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to