d'oh. Looks like my axiom source checkout was from a branch. Looks like you fixed this up a while back [1]. Thanks! David [1] http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/OMTextImpl.java?r1=515594&r2=523075
On 11/10/2007, Glen Daniels <[EMAIL PROTECTED]> wrote: > Hi David! > > David Illsley wrote: > > In recent profiling of the Axis2 Addressing implementation, it has > > become clear that the OMElement.getText() method is slow for > > extracting values such as wsa:Action, wsa:MessageID and wsa:To because > > it parses the content of the OMText nodes and does namespace lookups > > based on what it believes are prefixes. This is unnecessary in this > > case. > > Can you point me to where exactly in the code this is happening? I just > walked through OMElementImpl and OMTextImpl and didn't see any namespace > lookups (or even colon searches) happening outside of getTextAsQName().... > > Thanks, > --Glen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- David Illsley - IBM Web Services Development --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
