[jboss-dev-forums] [Design of POJO Server] - Re: ManagedOperation aspects for the ProfileService.Manageme
scott.stark@jboss.org
do-not-reply at jboss.com
Fri Sep 14 12:24:56 EDT 2007
The org.jboss.test.profileservice.test.ProfileServiceUnitTestCase.testDefaultDSOps unit test exercises the ManagedOperation calls for a DataSource component. This is wired up to the point of the invocation showing up in the org.jboss.profileservice.management.ManagementViewImpl.invoke(Invocation inv)method, where the server side ManagedOperation instance is located. What is missing is how to take that ManagedOperation invocation and turn it into an invocation on the runtime component that source the operation, and return the result.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084560#4084560
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084560
More information about the jboss-dev-forums
mailing list