Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a code that uses JMX API to connect to a remote system and query stats on a JMX Application, and return the results. This works fine from a main method. But, when I try to deploy the methods as web services using Axis2, I get NoClassFoundException for one of the classes in the jar (imported as external Jar in Eclipse).

There are no issues with Axis2 configuration since I am able to test and deploy simpler web services.

I'd like to know if Axis2 has some inherent limitations that would prevent what I am trying to achieve here.

share|improve this question
A stack trace would be good. – Brian Agnew Mar 25 '10 at 20:44
Indeed no stack trace, no idea which class your missing and therefore which jar you might be missing from your classpath – Mark O'Connor Apr 2 '10 at 8:12

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.