Re: Debugging services

2011-11-30 Thread Sagara Gunathunga
Enable remote debugging options on your server and remotely debug using your IDE. Thanks ! On Wed, Nov 30, 2011 at 10:07 AM, wrote: > Hello, > > I got the following cryptic error when calling a web service function from > a JUnit test. > The error is probably due to a JNI function which I cal

Debugging services

2011-11-30 Thread phiroc
Hello, I got the following cryptic error when calling a web service function from a JUnit test. The error is probably due to a JNI function which I call from the service. I looked in the axis2 directory if there was some kind of axis2.log file, but to no avail. How do you fellows debug your A