You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Roger Mbiama Assogo (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/25 14:21:48 UTC

[jira] [Resolved] (TRANSACTION-42) Index of /webservices

     [ https://issues.apache.org/jira/browse/TRANSACTION-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roger Mbiama Assogo resolved TRANSACTION-42.
--------------------------------------------

    Resolution: Fixed

Licensed to the Apache Software Foundation (ASF)
Legend:Removed from v.1293569	 
changed lines
 	Added in v.1293593
                
> 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
>              Labels: angosso, patch
>             Fix For: 2.1
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> 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