[jira] Commented: (AXIS-2316) Connection reset when called again and again

2005-11-28 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2316?page=comments#action_12358625 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-2316: --- Hi Heemanshu, Can I have a look at the way your client is coded. And I hope you are not tunnellin

[jira] Commented: (AXIS-2317) Provide Extensions so that Raw Messages can be captured or logged

2005-11-28 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2317?page=comments#action_12358645 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-2317: --- Doesn't the TCPMon (org.apache.axis.utils.tcpmon) tool accomplish the need on client side? Though

[jira] Commented: (AXIS-2312) SAAJ SOAPElement has phantom prefix in it's children.

2005-11-28 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2312?page=comments#action_12358650 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-2312: --- Hi Roman! To explain about the "ns1" namespace..., axis tags element names with the namespace of

[jira] Commented: (AXIS-1481) No deserializer for dateTime

2005-12-13 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1481?page=comments#action_12360396 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-1481: --- Hi Dominik and Antonio, I see some basic difference in the reported problem by Antonio and the te

[jira] Created: (AXIS-2347) setBody results in a DOMException

2005-12-19 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
setBody results in a DOMException - Key: AXIS-2347 URL: http://issues.apache.org/jira/browse/AXIS-2347 Project: Apache Axis Type: Bug Components: SAAJ Versions: 1.3 Reporter: Jayachandra Sekhara Rao Sunkara Assigned to

[jira] Updated: (AXIS-2347) setBody results in a DOMException

2005-12-19 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2347?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-2347: -- Attachment: TestSOAPEnvelope.java Attaching TestSOAPEnvelope.java that depicts the scenario when the described exception is

[jira] Commented: (AXIS-2347) setBody results in a DOMException

2005-12-19 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2347?page=comments#action_12360891 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-2347: --- When I delved inside the source, I realized that the problem is cropping up because of logic insi

[jira] Updated: (AXIS-2347) setBody results in a DOMException

2005-12-19 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2347?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-2347: -- Attachment: NodeImpl_setParent.patch attaching suggested patch in a diff format. > setBody results in a DOMException > -

[jira] Commented: (AXIS-1972) The options specified in a deploy file cannot be accessed with JavaProvider

2005-05-19 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1972?page=comments#action_65825 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-1972: --- Hi Dmytro! Your described mappings will not be featuring as options. The way you described your

[jira] Created: (AXIS-2017) A warning message in java2WSDL when trying to generate a doc/lit wsdl for a service having method(s) with multiple input parts

2005-05-25 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
A warning message in java2WSDL when trying to generate a doc/lit wsdl for a service having method(s) with multiple input parts -- Key: AXIS-2017 URL: http:

[jira] Updated: (AXIS-2017) A warning message in java2WSDL when trying to generate a doc/lit wsdl for a service having method(s) with multiple input parts

2005-05-25 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2017?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-2017: -- Attachment: Emitter_java_patch.diff resource_properties_patch.diff As for this patch I updated two files org

[jira] Commented: (AXIS-1955) Axis 1.2rc3 does not write derived types from abstract classes to wsdl

2005-05-26 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1955?page=comments#action_66341 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-1955: --- Hi, I tried to reproduce the issue. Well, as such I don't think this is hindering the SOAP mess

[jira] Commented: (AXIS-1818) MessageElement [] for doesn't include all elements

2005-05-26 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1818?page=comments#action_66343 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-1818: --- I guess, I made a patch for this sometime back. I'll clean it up, run all-tests on my machine o

[jira] Commented: (AXIS-1955) Axis 1.2rc3 does not write derived types from abstract classes to wsdl

2005-05-27 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1955?page=comments#action_66427 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-1955: --- Thanks Clint, for pointing out this subtle but major issue. This didn't appear in the first go

[jira] Updated: (AXIS-1955) Axis 1.2rc3 does not write derived types from abstract classes to wsdl

2005-05-27 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1955?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-1955: -- Attachment: Patch_BeanSerializer.diff Attaching the patch file for earlier mentioned change. > Axis 1.2rc3 does not write de

[jira] Commented: (AXIS-2018) WSDL2Java generates > symbols where it shouldn't

2005-05-27 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2018?page=comments#action_66449 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-2018: --- Hi Daniel Character '>' is axis internal representation added for anonymous types names. I thi

[jira] Updated: (AXIS-1955) Axis 1.2rc3 does not write derived types from abstract classes to wsdl

2005-05-27 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1955?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-1955: -- Attachment: 1955Patch_cvs_diff.txt Here is the patch in cvs diff -u format > Axis 1.2rc3 does not write derived types from a

[jira] Commented: (AXIS-1797) Base attributes not serialized when simpleContent extends another simpleContent

2005-05-30 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1797?page=comments#action_66594 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-1797: --- Hi Steve, running the given Test.java against the artifacts created from the SimpleTypes.wsdl y

[jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-05-31 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_66599 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-2026: --- Try the latest build... I remember Dims fixing this just a day ago. Thanks Jayachandra > wsdl2

[jira] Updated: (AXIS-2027) org.apache.axis.transport.HTTPSender throws ArrayIndexOutOfBoundsException

2005-05-31 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2027?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-2027: -- Attachment: 2027.patch HTTP POST request mandates contentType header, so we shouldn't be allowing null or empty string as it

[jira] Updated: (AXIS-2008) Axis HttpSender can cause a socket resource leak

2005-05-31 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2008?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-2008: -- Attachment: 2008.patch For any sort of exception we throw an AxisFault and are not going to come back to reuse the socket, s

[jira] Created: (AXIS2-22) Need for Child API in OMDocument

2005-06-01 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
Need for Child API in OMDocument Key: AXIS2-22 URL: http://issues.apache.org/jira/browse/AXIS2-22 Project: Axis2 Type: Improvement Components: om Reporter: Jayachandra Sekhara Rao Sunkara Assigned to: Davanum Srinivas Curr

[jira] Updated: (AXIS-2034) CommonsHTTPSender: duplicate SOAPAction when sending SOAPMessage

2005-06-08 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2034?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-2034: -- Attachment: 2034_commonsHTTPSender.patch Yes Michael! you got it right. HEADER_CONTENT_TYPE and HEADER_SOAP_ACTION are being

[jira] Assigned: (AXIS-2034) CommonsHTTPSender: duplicate SOAPAction when sending SOAPMessage

2005-06-09 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2034?page=all ] Jayachandra Sekhara Rao Sunkara reassigned AXIS-2034: - Assign To: Jayachandra Sekhara Rao Sunkara (was: Venkat Reddy) > CommonsHTTPSender: duplicate SOAPAction when sending

[jira] Resolved: (AXIS-2034) CommonsHTTPSender: duplicate SOAPAction when sending SOAPMessage

2005-06-10 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2034?page=all ] Jayachandra Sekhara Rao Sunkara resolved AXIS-2034: --- Resolution: Fixed Applied patch > CommonsHTTPSender: duplicate SOAPAction when sending SOAPMessage >

[jira] Resolved: (AXIS-2017) A warning message in java2WSDL when trying to generate a doc/lit wsdl for a service having method(s) with multiple input parts

2005-06-13 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2017?page=all ] Jayachandra Sekhara Rao Sunkara resolved AXIS-2017: --- Resolution: Fixed Assign To: Jayachandra Sekhara Rao Sunkara Checked in the warning message patch provided > A w

[jira] Reopened: (AXIS-1955) Axis 1.2rc3 does not write derived types from abstract classes to wsdl

2005-06-13 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1955?page=all ] Jayachandra Sekhara Rao Sunkara reopened AXIS-1955: --- Assign To: Jayachandra Sekhara Rao Sunkara Hi Clint, Reopening the bug. Can you come up with a test case to quickly r

[jira] Assigned: (AXIS-2059) WSDL2Java generates artifacts that don't compile.

2005-06-17 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2059?page=all ] Jayachandra Sekhara Rao Sunkara reassigned AXIS-2059: - Assign To: Jayachandra Sekhara Rao Sunkara > WSDL2Java generates artifacts that don't compile. > --

[jira] Resolved: (AXIS-2059) WSDL2Java generates artifacts that don't compile.

2005-06-20 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2059?page=all ] Jayachandra Sekhara Rao Sunkara resolved AXIS-2059: --- Resolution: Fixed Applied a patch. Latest CVS shouldn't show the described problem. Try it Thanks Jayachandra > WSDL

[jira] Closed: (AXIS2-22) Need for Child API in OMDocument

2005-06-29 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-22?page=all ] Jayachandra Sekhara Rao Sunkara closed AXIS2-22: Resolution: Fixed child API added into OMDocument. Done > Need for Child API in OMDocument > ---

[jira] Created: (AXIS2-88) Support for registering custom MessageReceiver for an operation

2005-07-20 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
Support for registering custom MessageReceiver for an operation --- Key: AXIS2-88 URL: http://issues.apache.org/jira/browse/AXIS2-88 Project: Apache Axis 2.0 (Axis2) Type: New Feature Components: deploymen

[jira] Commented: (AXIS2-88) Support for registering custom MessageReceiver for an operation

2005-07-21 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-88?page=comments#action_12316320 ] Jayachandra Sekhara Rao Sunkara commented on AXIS2-88: -- Deepal! If the above description looks valid, have a look at my tiny patch that does the job. If tha

[jira] Created: (AXIS2-89) NPE in AxisServlet

2005-07-21 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
NPE in AxisServlet -- Key: AXIS2-89 URL: http://issues.apache.org/jira/browse/AXIS2-89 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: core Environment: Tomcat5.0 servlet container Reporter: Jayachandra Sekhara Rao Sunkara Priority

[jira] Commented: (AXIS2-74) Full Infoset support in AXIOM

2005-07-25 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-74?page=comments#action_12316716 ] Jayachandra Sekhara Rao Sunkara commented on AXIS2-74: -- Sry guys! Gimme two hours, I'll report the findings and the exact reasons why they are failing. How

[jira] Commented: (AXIS2-74) Full Infoset support in AXIOM

2005-07-26 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-74?page=comments#action_12316720 ] Jayachandra Sekhara Rao Sunkara commented on AXIS2-74: -- Hi all! On a latest SVN copy I was able to get a success count of 542 initially today. The reasons f

[jira] Updated: (AXIS2-74) Full Infoset support in AXIOM

2005-07-26 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-74?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS2-74: - Attachment: PInCommentImplModify.patch Am attaching the patch for here community review. If there aren't any objections will co

[jira] Commented: (AXIS2-74) Full Infoset support in AXIOM

2005-07-26 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-74?page=comments#action_12316746 ] Jayachandra Sekhara Rao Sunkara commented on AXIS2-74: -- Dims! Done. > Full Infoset support in AXIOM > - > > Key: AXIS2

[jira] Created: (AXIS2-109) Databinding completeness in the stubs that are generated

2005-07-28 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
Databinding completeness in the stubs that are generated Key: AXIS2-109 URL: http://issues.apache.org/jira/browse/AXIS2-109 Project: Apache Axis 2.0 (Axis2) Type: Improvement Components: databinding Rep

[jira] Updated: (AXIS2-109) Databinding completeness in the stubs that are generated

2005-07-28 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-109?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS2-109: -- Attachment: SimpleTest.wsdl The wsdl file (SimpleTest.wsdl) that the description talked about is being attached > Databindi

[jira] Commented: (AXIS-1994) CommonsHTTPSender failing to set host name

2005-07-31 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1994?page=comments#action_12317289 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-1994: --- Hi Javier! My peep at the patch you were suggesting says that it might not be correct. That corr

[jira] Commented: (AXIS-2047) HttpSender does not support redefinition of http header "Host"

2005-08-01 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2047?page=comments#action_12317294 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-2047: --- I think URL specified inside msgContext object for the property HTTPConstants.TRANS_URL should su

[jira] Updated: (AXIS2-116) element namespaces mistaken in the generated artifacts.

2005-08-02 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-116?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS2-116: -- Attachment: Axis2Bug116.zip Attaching the files to reproduce the bug > element namespaces mistaken in the generated artifact

[jira] Created: (AXIS2-116) element namespaces mistaken in the generated artifacts.

2005-08-02 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
element namespaces mistaken in the generated artifacts. --- Key: AXIS2-116 URL: http://issues.apache.org/jira/browse/AXIS2-116 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: databinding Reporter: Jay

[jira] Updated: (AXIS-2047) HttpSender does not support redefinition of http header "Host"

2005-08-03 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2047?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-2047: -- type: Improvement (was: Bug) > HttpSender does not support redefinition of http header "Host" >

[jira] Commented: (AXIS2-116) element namespaces mistaken in the generated artifacts.

2005-08-09 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-116?page=comments#action_12318133 ] Jayachandra Sekhara Rao Sunkara commented on AXIS2-116: --- Aaaagh!!! Subtle, yet mind tortured issue. Wasn't it? Thanks Glen for the explanation. > ele

[jira] Commented: (AXIS2-74) Full Infoset support in AXIOM

2005-08-17 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-74?page=comments#action_12318978 ] Jayachandra Sekhara Rao Sunkara commented on AXIS2-74: -- Hi! I've run the XMLConformance test. This time parse count is 735 while succes count is 558. I've t

[jira] Assigned: (AXIS-2193) binding's operation specific parameters are retrieved differently than the way they are populated

2005-08-24 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2193?page=all ] Jayachandra Sekhara Rao Sunkara reassigned AXIS-2193: - Assign To: Jayachandra Sekhara Rao Sunkara > binding's operation specific parameters are retrieved differently than the

[jira] Updated: (AXIS-2193) In the case where single portType is being bound to different bindings. The generated stubs for all bindings do not have code implementing the operations of the binding

2005-08-24 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2193?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-2193: -- Summary: In the case where single portType is being bound to different bindings. The generated stubs for all bindings do not

[jira] Commented: (AXIS-2193) In the case where single portType is being bound to different bindings. The generated stubs for all bindings do not have code implementing the operations of the binding

2005-08-24 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2193?page=comments#action_12319830 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-2193: --- In SymbolTable.java when the parameters are getting populated for each binding entry's operation,

[jira] Resolved: (AXIS-2193) In the case where single portType is being bound to different bindings. The generated stubs for all bindings do not have code implementing the operations of the binding

2005-08-26 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2193?page=all ] Jayachandra Sekhara Rao Sunkara resolved AXIS-2193: --- Resolution: Fixed Fixed > In the case where single portType is being bound to different bindings. The > generated st

[jira] Resolved: (AXIS-2044) CommonsHTTPSender - Hardcoded Host Configuration Port

2005-09-05 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2044?page=all ] Jayachandra Sekhara Rao Sunkara resolved AXIS-2044: --- Resolution: Fixed Taken care! > CommonsHTTPSender - Hardcoded Host Configuration Port > -

[jira] Commented: (AXIS-1951) Serialization of gif image

2005-09-05 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1951?page=comments#action_12322657 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-1951: --- Hi Karl, As asked by Ashu, post some information for us to replicate and work on the issue viz. s