Re: XML APIs JAR

2011-11-29 Thread Jack Sprat
Thanks for the reply.  I am certainly no expert on class loading and this information is very much appreciated. Your note about Axis2 1.6.x excluding Xerces made me try Axis2 1.6.1.  Initial tests work fine so I am hopeful that this solves our problems. I'm digging further into this and will r

webservices in eclipse helios with axis2 and tomcat6

2011-11-29 Thread krish_reebok
Hi, I am new to webservices and made a try to create a webservice(using eclipse helios,tomcat6 and axis 2). ->i got an error like "IWAB0489E Error when deploying Web service to Axis runtime".So help me like what this error is all about and is there any version problems with eclipse helios and axis

CallbackHandler in service operation method

2011-11-29 Thread TomazM
I' have implementation of CallbackHandler class, now I'm wondering how to retrieve this handler inside every server operation method(POJO sever side), so it can be passed to business logic? Regards <> - To unsubscribe, e-mail:

AW: Calling non-multi-threaded C code in an Axis2 service

2011-11-29 Thread Stadelmann Josef
Maybe the best is to make your C code thread safe. If that is too much work then you can think of a barrier used to synchronize the C-code-callers at the java level. The barrier goes down before the C code is invoked and once the legacy-C-code is left, the barrier goes up, and allows another thr