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

Key: XFIRE-164
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Diephouse
Reporter: Tyler Nelson
Votes: 0
Watchers: 0
Operations

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

ClassCastException in LongType when a property is a interface or base class

Created: 10/Nov/05 09:30 AM   Updated: 22/Nov/05 07:10 PM
Component/s: Aegis Module
Affects Version/s: None
Fix Version/s: 1.0-M6

Time Tracking:
Not Specified

File Attachments: 1. Java Source File LongType.java (1 kb)



 Description  « Hide
ClassCastException in LongType when a property is a interface or base class

For example if a property is a Serializable or Number, the object will not created to the right object type. This is an issue with reflection and not the framework. however when it gets to the LongType class, a ClassCastException occurs.

This will probably be the same issue with other Types and the fix might want to be applied to other ones.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dan Diephouse - 22/Nov/05 07:10 PM
in cvs now