History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XFIRE-83
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Diephouse
Reporter: Hani Suleiman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XFire

AutoTypeMapping.createQName doesn't handle collections

Created: 07/Jun/05 08:41 PM   Updated: 13/Jun/05 11:33 PM
Component/s: Aegis Module
Affects Version/s: 1.0-M5
Fix Version/s: 1.0-M5

Time Tracking:
Not Specified


 Description  « Hide
The method checks if it's a Collection or array, but only generates a localName for arrays. So when the QName is created, the localName is still null for Collections.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dan Diephouse - 13/Jun/05 11:33 PM
Fixed. Serialization of a collection though defaults to a String type. So whatever is in the collection is serialized as object.toString(). Still working on custom ways to tell xfire what the interal collection type is.