<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: jboss-service.xml 32500 2005-06-19 07:10:22Z bill $ -->

<!-- ===================================================================== -->
<!--  JBoss Server Configuration                                           -->
<!-- ===================================================================== -->

<server>

   <mbean code="org.jboss.test.asynch.Service"
      name="jboss.aop:service=AsynchTest"/>

   <mbean code="org.jboss.remoting.transport.Connector"
      xmbean-dd="org/jboss/remoting/transport/Connector.xml"
      name="jboss.remoting:type=Connector,transport=socket5150">
      <attribute name="InvokerLocator">socket://localhost:5150</attribute>
      <attribute name="Configuration">
         <handlers>
            <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
         </handlers>
      </attribute>
   </mbean>

</server>
