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 "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org> on 2005/09/15 16:36:58 UTC

[jira] Created: (AXIS2-224) Generated code always converts the XMLBeans things into OM representation (vice versa)

Generated code always converts the XMLBeans things into OM representation (vice versa)
--------------------------------------------------------------------------------------

         Key: AXIS2-224
         URL: http://issues.apache.org/jira/browse/AXIS2-224
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug
  Components: databinding  
    Versions: 0.92    
 Environment: All
    Reporter: Ajith Harshana Ranabahu
 Assigned to: Ajith Harshana Ranabahu 
    Priority: Minor


Dennis stated in his most recent performance test that the performance may be imporoved by directly writing to the stream. The generated stubs always fully build the OM tree which is a perf bottleneck

-- 
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-224) Generated code always converts the XMLBeans things into OM representation (vice versa)

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

Davanum Srinivas commented on AXIS2-224:
----------------------------------------

ROTFL...can't do that. we might as well handcode all the soap messages and claim maximum perf :)

-- dims

> Generated code always converts the XMLBeans things into OM representation (vice versa)
> --------------------------------------------------------------------------------------
>
>          Key: AXIS2-224
>          URL: http://issues.apache.org/jira/browse/AXIS2-224
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: databinding
>     Versions: 0.92
>  Environment: All
>     Reporter: Ajith Harshana Ranabahu
>     Assignee: Ajith Harshana Ranabahu
>     Priority: Minor

>
> Dennis stated in his most recent performance test that the performance may be imporoved by directly writing to the stream. The generated stubs always fully build the OM tree which is a perf bottleneck

-- 
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-224) Generated code always converts the XMLBeans things into OM representation (vice versa)

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

    Resolution: Fixed

All the MTOM tests inculding the security ones seem to be holding up fine.

thanks,
dims

> Generated code always converts the XMLBeans things into OM representation (vice versa)
> --------------------------------------------------------------------------------------
>
>          Key: AXIS2-224
>          URL: http://issues.apache.org/jira/browse/AXIS2-224
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: databinding
>     Versions: 0.92
>  Environment: All
>     Reporter: Ajith Harshana Ranabahu
>     Assignee: Ajith Harshana Ranabahu
>     Priority: Minor

>
> Dennis stated in his most recent performance test that the performance may be imporoved by directly writing to the stream. The generated stubs always fully build the OM tree which is a perf bottleneck

-- 
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-224) Generated code always converts the XMLBeans things into OM representation (vice versa)

Posted by "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-224?page=comments#action_12329946 ] 

Ajith Harshana Ranabahu commented on AXIS2-224:
-----------------------------------------------

Not building the stream fully causes certain problems with the stream (especially in the MTOM case). That is why the om.build() statement is there in the generated code. This problem probably needs to be tracked as a seperate issue in Jira.
BTW my guess is whatever the perf test needs to be done without databinding !

> Generated code always converts the XMLBeans things into OM representation (vice versa)
> --------------------------------------------------------------------------------------
>
>          Key: AXIS2-224
>          URL: http://issues.apache.org/jira/browse/AXIS2-224
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: databinding
>     Versions: 0.92
>  Environment: All
>     Reporter: Ajith Harshana Ranabahu
>     Assignee: Ajith Harshana Ranabahu
>     Priority: Minor

>
> Dennis stated in his most recent performance test that the performance may be imporoved by directly writing to the stream. The generated stubs always fully build the OM tree which is a perf bottleneck

-- 
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-224) Generated code always converts the XMLBeans things into OM representation (vice versa)

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

Srinath Perera commented on AXIS2-224:
--------------------------------------

Hi Ajith; 

If you remeber we are doing the first tentitive data binding before M1, we take lot of effort to make sure OM is not build from the Objects if the SOAPBody is not accsessed by Handlers. May be that code would help. I thought is was tackled at our data binding!

I consider this is major bug. Shall we increase the priorty of this issue. Becouse with this it is like using DOM .. the complte tree is built and sending the messages



> Generated code always converts the XMLBeans things into OM representation (vice versa)
> --------------------------------------------------------------------------------------
>
>          Key: AXIS2-224
>          URL: http://issues.apache.org/jira/browse/AXIS2-224
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: databinding
>     Versions: 0.92
>  Environment: All
>     Reporter: Ajith Harshana Ranabahu
>     Assignee: Ajith Harshana Ranabahu
>     Priority: Minor

>
> Dennis stated in his most recent performance test that the performance may be imporoved by directly writing to the stream. The generated stubs always fully build the OM tree which is a perf bottleneck

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