Re: Axis 1.4 ThreadLocal

2010-12-15 Thread Srikanth Konjarla
Chris, As I have mentioned earlier, I have following code in one of the "finally" blocks. Field dbfield = ReflectionUtil.getDeclaredField(XMLUtils.class, "documentBuilder"); ThreadLocal db = (ThreadLocal) dbfield.get(null); if (db !=

Module engaged where it should not

2010-12-15 Thread valerie . bauche
Hello I have 2 web services packaged in the same war. They are configured in the same service.xml : http://www.w3.org/ns/wsdl/in-out"; class="com.bull.bxss.test.service.Axis2ServiceMessageReceiverInOut"/> com.bull.bxss.test.service.Axis2ServiceSkeleton

trouble in upgrading Object model (Axiom): Axis -> Axis2

2010-12-15 Thread fire fox
Hi All, I am very new to Axis2 and even Axis. I have to upgrade existing module that uses Axis to Axis2. I think the object model has also been upgraded to Axiom. --> MessageElement[] records = queryResult.getRecords(i).get_any(); [Salesforce WS API] I am wondering how should I change