You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Srinath Perera (JIRA)" <ji...@apache.org> on 2005/06/26 17:55:58 UTC

[jira] Created: (AXIS2-43) Chuncking support for the simple HTTP Server and Axis2 default http transport

Chuncking support for the simple HTTP Server and Axis2 default http transport
-----------------------------------------------------------------------------

         Key: AXIS2-43
         URL: http://issues.apache.org/jira/browse/AXIS2-43
     Project: Apache Axis 2.0 (Axis2)
        Type: New Feature
    Reporter: Srinath Perera


Idea is to implement chuncking for the HTTP server and the deafult HTTP tranport. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS2-43) Chuncking support for the simple HTTP Server and Axis2 default http transport

Posted by "Srinath Perera (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-43?page=all ]
     
Srinath Perera resolved AXIS2-43:
---------------------------------

    Resolution: Fixed

Chunking support is done. tested it with the Tomcat. 
Thanks Gayan for the great work!!

> Chuncking support for the simple HTTP Server and Axis2 default http transport
> -----------------------------------------------------------------------------
>
>          Key: AXIS2-43
>          URL: http://issues.apache.org/jira/browse/AXIS2-43
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>     Reporter: Srinath Perera

>
> Idea is to implement chuncking for the HTTP server and the deafult HTTP tranport. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS2-43) Chuncking support for the simple HTTP Server and Axis2 default http transport

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-43?page=all ]

Eran Chinthaka updated AXIS2-43:
--------------------------------

    Fix Version: 0.91

> Chuncking support for the simple HTTP Server and Axis2 default http transport
> -----------------------------------------------------------------------------
>
>          Key: AXIS2-43
>          URL: http://issues.apache.org/jira/browse/AXIS2-43
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>   Components: transports
>     Reporter: Srinath Perera
>      Fix For: 0.91

>
> Idea is to implement chuncking for the HTTP server and the deafult HTTP tranport. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS2-43) Chuncking support for the simple HTTP Server and Axis2 default http transport

Posted by "Srinath Perera (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-43?page=all ]
     
Srinath Perera resolved AXIS2-43:
---------------------------------

    Resolution: Fixed

test cases included

> Chuncking support for the simple HTTP Server and Axis2 default http transport
> -----------------------------------------------------------------------------
>
>          Key: AXIS2-43
>          URL: http://issues.apache.org/jira/browse/AXIS2-43
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>   Components: transports
>     Reporter: Srinath Perera

>
> Idea is to implement chuncking for the HTTP server and the deafult HTTP tranport. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Reopened: (AXIS2-43) Chuncking support for the simple HTTP Server and Axis2 default http transport

Posted by "Srinath Perera (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-43?page=all ]
     
Srinath Perera reopened AXIS2-43:
---------------------------------


EchoRawXMLChunckedTest, the TestCase includes fails some times. It still works in my machine. But it is excluded for stop the build from failing.  Can somebody get the error can attach a error log?

> Chuncking support for the simple HTTP Server and Axis2 default http transport
> -----------------------------------------------------------------------------
>
>          Key: AXIS2-43
>          URL: http://issues.apache.org/jira/browse/AXIS2-43
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>     Reporter: Srinath Perera

>
> Idea is to implement chuncking for the HTTP server and the deafult HTTP tranport. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-43) Chuncking support for the simple HTTP Server and Axis2 default http transport

Posted by "Jaliya Ekanayake (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-43?page=comments#action_12314586 ] 

Jaliya Ekanayake commented on AXIS2-43:
---------------------------------------

This is the error report for this issue

Testsuite: org.apache.axis.engine.EchoRawXMLChunckedTest
Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 3.172 sec

------------- Standard Output ---------------
Server started on port 5555.....Server stopped .....------------- ---------------- ---------------
Testcase: testEchoXMLSync(org.apache.axis.engine.EchoRawXMLChunckedTest):	Caused an ERROR
null; nested exception is: 
	javax.xml.stream.XMLStreamException
org.apache.axis.engine.AxisFault: null; nested exception is: 
	javax.xml.stream.XMLStreamException
	at org.apache.axis.transport.TransportUtils.createSOAPMessage(TransportUtils.java:77)
	at org.apache.axis.transport.TransportUtils.createSOAPMessage(TransportUtils.java:43)
	at org.apache.axis.clientapi.TwoChannelBasedSender.send(TwoChannelBasedSender.java:60)
	at org.apache.axis.clientapi.InOutMEPClient.invokeBlocking(InOutMEPClient.java:165)
	at org.apache.axis.clientapi.Call.invokeBlocking(Call.java:95)
	at org.apache.axis.engine.EchoRawXMLChunckedTest.testEchoXMLSync(EchoRawXMLChunckedTest.java:150)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Caused by: javax.xml.stream.XMLStreamException
	at com.bea.xml.stream.MXParser.checkForXMLDecl(MXParser.java:708)
	at com.bea.xml.stream.MXParser.setInput(MXParser.java:717)
	at com.bea.xml.stream.MXParserFactory.createXMLStreamReader(MXParserFactory.java:235)
	at org.apache.axis.transport.TransportUtils.createSOAPMessage(TransportUtils.java:60)
	... 19 more

> Chuncking support for the simple HTTP Server and Axis2 default http transport
> -----------------------------------------------------------------------------
>
>          Key: AXIS2-43
>          URL: http://issues.apache.org/jira/browse/AXIS2-43
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>     Reporter: Srinath Perera

>
> Idea is to implement chuncking for the HTTP server and the deafult HTTP tranport. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-43) Chuncking support for the simple HTTP Server and Axis2 default http transport

Posted by "Srinath Perera (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-43?page=comments#action_12314512 ] 

Srinath Perera commented on AXIS2-43:
-------------------------------------

integrate the Gayan code based on the commons and Axis 1.x family chuncking support. Add a test case myself. 

> Chuncking support for the simple HTTP Server and Axis2 default http transport
> -----------------------------------------------------------------------------
>
>          Key: AXIS2-43
>          URL: http://issues.apache.org/jira/browse/AXIS2-43
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>     Reporter: Srinath Perera

>
> Idea is to implement chuncking for the HTTP server and the deafult HTTP tranport. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira