_returnMessageContext is being set to null

2012-12-12 Thread Ivan Furdi
= _operationClient.getMessageContext(org.apache.axis2.wsdl.WSDLConstants.MESSAGE_LABEL_IN_VALUE); org.apache.axiom.soap.SOAPEnvelope _returnEnv = _returnMessageContext.getEnvelope(); Can someone tell me why is this happening? Thx, Ivan

Fwd: Digital signature in Axis2

2012-12-11 Thread Ivan Furdi
http://www.w3.org/2001/10/xml-exc-c14n#"/> http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> why do i get those axis2ns35, axis2ns34 etc . attributes? Thx, Ivan - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org

Re: Transport is not closed while using Dispatch.invokeOneWay method ?

2011-06-06 Thread Ivan
Just open a JIRA https://issues.apache.org/jira/browse/AXIS2-5062 for it, and attach some draft patches. 2011/6/6 Ivan > I might find another connection leak while using JAXWS API on client side. > In the scenario below : > For the server side, it requires basic authentication. >

Re: Transport is not closed while using Dispatch.invokeOneWay method ?

2011-06-06 Thread Ivan
.Thread.run(Thread.java:662) Thanks. 2011/5/31 Ivan > A bit more description for my case, the server side is a simple web > service, for the client side, the codes are something like : > ---> > Service service = new HelloService(); > Dispatch dispatchJ

Re: Transport is not closed while using Dispatch.invokeOneWay method ?

2011-05-30 Thread Ivan
ded to call the getTransport().cleanup() in the Axis2 specific client codes. And in the testing scenario above, since the standard JAX-WS API is used, suppose that Axis2 should do this ? And very appreciated with any comment ? Thanks. 2011/5/30 Ivan &

Transport is not closed while using Dispatch.invokeOneWay method ?

2011-05-30 Thread Ivan
release the connection. Is there a connection leak here ? Thanks. -- Ivan

Re: Override the SOAPAction configurations from SOAPMessage while working with RI SAAJ Impl

2011-05-12 Thread Ivan
I opened a JIRA https://issues.apache.org/jira/browse/AXIS2-5039, and very appreciated with any comment ! Thanks. 2011/5/12 Ivan > Hi, > While using RI SAAJ impl with Axis2, it seems that RI SAAJ will always > adds a SOAPAction header with the value "" if it is a SOAP 1.1

Override the SOAPAction configurations from SOAPMessage while working with RI SAAJ Impl

2011-05-11 Thread Ivan
mc.setSoapAction(options.getAction()); } <--- Thoughts ? Thanks. -- Ivan

Re: Ambigious use of isElementData in the Block interface ?

2011-05-08 Thread Ivan
Could anyone help to give some comments on this ? Thanks. 2011/5/6 Ivan > In the Block interface, a method named isElementData is defined with doc > description below, from my understanding, it only return true while the > block could be represented as a single element. > /** >

Ambigious use of isElementData in the Block interface ?

2011-05-05 Thread Ivan
} catch (Exception xse) { setConsumed(true); throw ExceptionFactory.makeWebServiceException(xse); } } <--- -- Ivan

Re: SOAPMessage.getSOAPHeaders() return null while no headers in the soap envelope

2011-04-12 Thread Ivan
Open a JIRA https://issues.apache.org/jira/browse/AXIS2-5001 for this 2011/4/12 Andreas Veithen > Ivan, > > Based on your description of the problem it is not possible to > determine if that should be considered an issue in Axiom, axis2-saaj > or axis2-jaxws. Please open a

Re: SOAPMessage.getSOAPHeaders() return null while no headers in the soap envelope

2011-04-11 Thread Ivan
Seems that axiom optimize the serialization, if no sub header element exists, it will not output header element. ---> if ((header != null) && (header.getFirstOMChild() != null)) { serializeInternally((OMNodeImpl) header, writer); } <--- 2011/4/11

SOAPMessage.getSOAPHeaders() return null while no headers in the soap envelope

2011-04-11 Thread Ivan
one in the SAAJConverter. Thoughts ? thanks. -- Ivan

Check the parameter style first in ArtifactProcessor ?

2011-04-06 Thread Ivan
d throw exception like Hello is not in the jaxbContext. Thoughts ? -- Ivan

Re: ClassLoader choosing in JAXWSProxyHandler ?

2011-03-28 Thread Ivan
I attached a patch AXIS-4990-ThrowException.patch in the https://issues.apache.org/jira/browse/AXIS2-4990 2011/3/28 Ivan > Hi, > In the class JAXWSProxyHandler, there is some logic for choosing > classloader of SEI and context classloader. Currently, it would try to build > the

ClassLoader choosing in JAXWSProxyHandler ?

2011-03-28 Thread Ivan
. Should it also do some checking and throw JAXBException if required ? Thanks. -- Ivan

Re: Why does the axis2-osgi bundle import javax.jms package ?

2011-03-03 Thread Ivan
when trying to use > the Axis2 JARs as individual OSGi bundles. > > Andreas > > On Thu, Mar 3, 2011 at 09:12, Ivan wrote: > > Since the axis2-osgi somewhat solves the split packages issue mentioned > in > > AXIS2-4311, how about recovering the removed OSGi configur

Re: Why does the axis2-osgi bundle import javax.jms package ?

2011-03-03 Thread Ivan
Since the axis2-osgi somewhat solves the split packages issue mentioned in AXIS2-4311, how about recovering the removed OSGi configurations in AXIS2-4787 ? Thanks. 2011/3/3 Ivan > Hi, I am trying to use axis2-osgi-1.5.4 bundle in OSGi environment, and the > bundle is failed to resovle due

Why does the axis2-osgi bundle import javax.jms package ?

2011-03-02 Thread Ivan
ded in the imported list, do I miss anything ? Thanks. -- Ivan