I've added DispatchContext support to ServiceControllerContext.
Scott, can you please test this again:
| <!--
| Add a ProfileService handler to the remoting socket connector
| -->
| <bean name="ProfileServiceInvocationHandler"
| class="org.jboss.aspects.remoting.AOPRemotingInvocationHandler">
| <install bean="jboss.remoting:service=Connector,transport=socket"
method="addInvocationHandler">
| <parameter>ProfileService</parameter>
| <parameter><this/></parameter>
| </install>
| <uninstall
bean="jboss.remoting:service=Connector,transport=socket"
method="removeInvocationHandler">
| <parameter>ProfileService</parameter>
| </uninstall>
| </bean>
Maybe just adding additional class type info to parameters.
Let me know how it went. Or tell me where to look for the test case.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001768#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...