Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-M6
-
Component/s: Aegis Module
-
Labels:None
-
Number of attachments :
Description
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.
in cvs now