My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 40: Issue While Adding Namespace to ArrayElement
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Mar 2011


 
Reported by piyush...@gmail.com, Mar 3, 2011
Steps:
1.create a dummy class A with minimal flexxb attributes
2.create a class B inside that put a list say, ArrayCollection with minimal flexxb attributes, and that arraylist ia a list of type A
4.add [Namespace]to class B
3.assign that namespace as namespace attribute to [XmlArray]
5.deserialize the class B


///EXPECTED //////////////////
<B>
 variables...
 <AList xmlns:namespace_prefix="namespace_uri">
   <A></A>
   <A></A>
   <A></A>
   ....
 </AList>
</B>

///OUTPUT //////////////////
<B>
 variables...
 <namespace_prefix:AList>
   <A></A>
   <A></A>
   <A></A>
   ....
 </AList>
</B>

version:2.0.1

Link where its discussed:
http://groups.google.com/group/flexxb/browse_thread/thread/46aa230042b739a0

Mar 4, 2011
Project Member #1 alex.id....@gmail.com
(No comment was entered for this change.)
Status: Accepted
Mar 11, 2011
Project Member #2 alex.id....@gmail.com
(No comment was entered for this change.)
Status: Invalid

Powered by Google Project Hosting