Axis2 and Axiom snapshots now available in Nexus repository

2010-05-01 Thread Andreas Veithen
All, I configured the Hudson builds for Axis2 and Axiom to upload the snapshots to the Nexus repository: https://repository.apache.org/content/groups/snapshots/org/apache/axis2/ https://repository.apache.org/content/groups/snapshots/org/apache/ws/commons/axiom/ If users ask for the latest builds

Re: Performance Comparison

2010-05-01 Thread Dennis Sosnoski
Yes, I think it'd make much more sense to base a build-on-demand document model on the DOM API than to try to modify all the WSS4J and related code to use Axiom. Especially since Axiom is a mess and has had performance issues from the beginning (including using way too much memory as the model

Re: Performance Comparison

2010-05-01 Thread Dennis Sosnoski
I think it goes deeper than that. When I checked just the time spent in the Rampart/WSS4J code it didn't account for all the overhead. It looks to me like there are some stream to String or stream to OM conversions going on even outside of the Rampart handlers. - Dennis Ruchith Fernando wro