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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2006/09/28 01:35:37 UTC

[jira] Created: (AXIS2-1251) Problem of sending OMElement with ADB

Problem of sending OMElement with ADB
-------------------------------------

                 Key: AXIS2-1251
                 URL: http://issues.apache.org/jira/browse/AXIS2-1251
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Deepal Jayasinghe


for xsd:any Axis2 generate stub to take OMELement as argumnet , but when we send them , it call

omelemnt.toString(); 

and send that as the request parameter , I think that is a bug.


-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1251) Problem of sending OMElement with ADB

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1251?page=comments#action_12438273 ] 
            
Eran Chinthaka commented on AXIS2-1251:
---------------------------------------

Deepal, I'm looking in to xsd:any issue now and I might be able to help you with this.

But I can not really understand the problem you are trying to mention here. Are you suggesting calling OMElement.toString() is wrong and we should call OMElement.toStringWithConsume() ?



> Problem of sending OMElement with ADB
> -------------------------------------
>
>                 Key: AXIS2-1251
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1251
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Deepal Jayasinghe
>
> for xsd:any Axis2 generate stub to take OMELement as argumnet , but when we send them , it call
> omelemnt.toString(); 
> and send that as the request parameter , I think that is a bug.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: Axis 2 Check out

Posted by Demetris G <de...@ece.neu.edu>.
I guess I was checking out the scratch under archives but all I need is 
the trunk - let me
try that only and then compile.

Thanks

Demetris G wrote:

>
> Why would this occur ? I am checking out the source in Eclipse via svn.
>
> Thanks
>
>    A  
> C:/workspace/axis2/archive/java/scratch/ashu_jaya_venkat/xml_conformance/XMLConformanceTestingProject/test/org/apache/axis/om/infoset/XMLConformanceTest.java 
>
>    RA layer request failed
> svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
> svn: REPORT of '/repos/asf/!svn/vcc/default': Could not read chunk 
> size: connection was closed by server. (http://svn.apache.org)
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Axis 2 Check out

Posted by Demetris G <de...@ece.neu.edu>.
Why would this occur ? I am checking out the source in Eclipse via svn.

Thanks

    A  
C:/workspace/axis2/archive/java/scratch/ashu_jaya_venkat/xml_conformance/XMLConformanceTestingProject/test/org/apache/axis/om/infoset/XMLConformanceTest.java
    RA layer request failed
svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
svn: REPORT of '/repos/asf/!svn/vcc/default': Could not read chunk size: 
connection was closed by server. (http://svn.apache.org)



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1251) Problem of sending OMElement with ADB

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

Davanum Srinivas resolved AXIS2-1251.
-------------------------------------

    Resolution: Fixed

Fixed in 454194.

Eran,
we should call OMElement's serialize directly instead of converting it into string and then using xmlwriter to write the string. Please check my changes.

thanks,
dims

> Problem of sending OMElement with ADB
> -------------------------------------
>
>                 Key: AXIS2-1251
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1251
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Deepal Jayasinghe
>
> for xsd:any Axis2 generate stub to take OMELement as argumnet , but when we send them , it call
> omelemnt.toString(); 
> and send that as the request parameter , I think that is a bug.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org