Index of /webservices
---------------------
Key: TRANSACTION-42
URL: https://issues.apache.org/jira/browse/TRANSACTION-42
Project: Commons Transaction
Issue Type: Improvement
Affects Versions: 1.3
Environment: /[Apache-SVN]
Parent Directory | Revision Log
Reporter: Roger Mbiama Assogo
Priority: Critical
Fix For: 2.1
Revision log the change introduced by AXIOM-103.
Rationale:
* The setNamespaceURIInterning API in OMStAXWrapper make accessible to
application code because getXMLStreamReader guarante to return a direct
reference to OMStAXWrapper and the setNamespaceURIInterning define by
OMXMLStreamReader.
* The implementation true, while the return values of other methods that return
namespace URIs make externe.
* Revision 1293593 introduces a well-defined public API that implements
namespace URI externing consistently.
[angosso-svn]_modules_src_angosso.net_angosso.html_apache choise modules
---
webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/OMStAXWrapper.java
2012/02/25 10:23:59 1293569
+++
webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/OMStAXWrapper.java
2012/02/25 12:46:38 1293593
@@ -131,10 +131,6 @angosso.net
switchingWrapper.releaseParserOnClose(value);
}
- public void setNamespaceURIInterning(boolean b) {
- switchingWrapper.setNamespaceURIInterning(b);
- }
-
public OMDataSource getDataSource() {
return switchingWrapper.getDataSource();
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira