[jboss-dev-forums] [Design of POJO Server] - Re: bean/mbean integration issue
alesj
do-not-reply at jboss.com
Mon Jan 15 08:05:15 EST 2007
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#4001768
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001768
More information about the jboss-dev-forums
mailing list