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

Key: XFIRE-163
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Diephouse
Reporter: Dan Diephouse
Votes: 0
Watchers: 0
Operations

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

Make XmlElement.type applicable only in the current scope

Created: 09/Nov/05 10:58 AM   Updated: 10/Nov/05 01:10 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0-M6

Time Tracking:
Not Specified


 Description  « Hide
When I annotate a POJO like this:

@XmlElement(type=LocationInType.class)
public Location getDropOffLocation()

{ return super.getDropOffLocation(); }

Then Aegis seems to register this Type with Location.class so that EVERY time a Location object is encountered it uses the same LocationInType, even though other instances are NOT annotated in this fashion. Is this a bug or a feature? I am expecting the mappings to revert to default BeanInfo based introspection for all cases of Location that are not Annotated.

Is there anyway I can ensure this behaviour?



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dan Diephouse - 10/Nov/05 01:10 PM
In CVS HEAD now