CGJ & JBoss.Net Developers,

  First, let me say "Thank you".  I now have MBeans in the server exposed as
web services.  Although it took a bit of research to figure out how to do
this, the minimal amount of (xml) code required to expose MBeans as
webservices (should I call this "JMX.Net"?) speaks for itself.

  I was again pleased to see that the client side is also straightforward,
once I knew what to do.  Basically, I emulated the code in the testsuite for
JBoss.Net.  This works with the following caveat.

  The org.jboss.net.axis.AxisInvocationHandler class is deprecated.
MBeanInvocationHandler, the class I am using on the client side, extends
AxisInvocationHandler.  What should I do instead of using this class (which
seems to work perfectly well)?

  I found the following in AxisInvocationHandler.  Could anyone explain this
further?

 Due to the inherent deficiencies in
 using pure reflection meat-data to access web services, we recommend
 using the axis "stub" way of creating web service references

  Thanks again.

  - Matt




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to