[ 
https://issues.apache.org/jira/browse/AXIOM-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13265472#comment-13265472
 ] 

Hudson commented on AXIOM-399:
------------------------------

Integrated in Axis2 #1412 (See [https://builds.apache.org/job/Axis2/1412/])
    Improving the JSON code - Step 2 - Instead of using some hacks to extract 
the name of the element, just let Axiom determine it lazily using the feature 
introduced by AXIOM-399.

This should make databindings work with Badgerfish (although we have no 
integration test for this yet) and solve AXIS2-5158, AXIS2-5295 and AXIS2-5300. 
(Revision 1332402)

     Result = SUCCESS
veithen : 
Files : 
* 
/axis/axis2/java/core/trunk/modules/json/src/org/apache/axis2/json/AbstractJSONDataSource.java
* 
/axis/axis2/java/core/trunk/modules/json/src/org/apache/axis2/json/AbstractJSONOMBuilder.java
* 
/axis/axis2/java/core/trunk/modules/json/src/org/apache/axis2/json/JSONBadgerfishDataSource.java
* 
/axis/axis2/java/core/trunk/modules/json/src/org/apache/axis2/json/JSONBadgerfishMessageFormatter.java
* 
/axis/axis2/java/core/trunk/modules/json/src/org/apache/axis2/json/JSONBadgerfishOMBuilder.java
* 
/axis/axis2/java/core/trunk/modules/json/src/org/apache/axis2/json/JSONDataSource.java
* 
/axis/axis2/java/core/trunk/modules/json/src/org/apache/axis2/json/JSONMessageFormatter.java
* 
/axis/axis2/java/core/trunk/modules/json/src/org/apache/axis2/json/JSONOMBuilder.java
* 
/axis/axis2/java/core/trunk/modules/json/test/org/apache/axis2/json/JSONDataSourceTest.java
* 
/axis/axis2/java/core/trunk/modules/json/test/org/apache/axis2/json/JSONOMBuilderTest.java

                
> Allow creation of OMSourcedElements with unknown local name and namespace URI
> -----------------------------------------------------------------------------
>
>                 Key: AXIOM-399
>                 URL: https://issues.apache.org/jira/browse/AXIOM-399
>             Project: Axiom
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.2.12
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Minor
>             Fix For: 1.2.14
>
>
> Axiom already supports creating OMSourceElement instances that determine the 
> namespace prefix lazily (see AXIOM-334). There are also some use cases where 
> it is difficult or impossible to determine the local name and namespace URI 
> at the time of creation of the OMSourcedElement (see e.g. AXIS2-5158). For 
> these use cases Axiom should allow creation of OMSourcedElements with unknown 
> local name and namespace URI. Of course, the OMSourcedElement implementation 
> would need to be modified such that this kind of the element is automatically 
> expanded (and the local name/namespace URI updated) when a call is made to 
> getLocalName(), getNamespace() or getQName().

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to