LCDS API of fds.swc output debug trace.
It says like below...
# variables (e.g. Date, ArrayCollection) of this error depends on data structure
This seems errors. But exceptions are not thrown. Those are just outputted to Eclipse console. Yeah, this must be debug trace.
When does this happen? This happens on a result event of DataService when child objects are added in hierarchical destinaton (one-to-many) by dataService.commit([bean],true). Because the result objects of this case is array of added child objects and an updated main object. When you add two child objects, this message are outputted two set.
This is not an exception. But I am worried about this very much. Why does wrong data conversion handling run??
# I'm using LCDS 2.6 and fds.swc of LCDS 2.6.
TypeError: Error #1034: Type Coercion failed: cannot convert []@da298c9 to Date.
TypeError: Error #1034: Type Coercion failed: cannot convert mx.collections::ArrayCollection@dccf0d1 to Date.
TypeError: Error #1034: Type Coercion failed: cannot convert mx.collections::ArrayCollection@dccf0d1 to Date.
# variables (e.g. Date, ArrayCollection) of this error depends on data structure
This seems errors. But exceptions are not thrown. Those are just outputted to Eclipse console. Yeah, this must be debug trace.
When does this happen? This happens on a result event of DataService when child objects are added in hierarchical destinaton (one-to-many) by dataService.commit([bean],true). Because the result objects of this case is array of added child objects and an updated main object. When you add two child objects, this message are outputted two set.
This is not an exception. But I am worried about this very much. Why does wrong data conversion handling run??
# I'm using LCDS 2.6 and fds.swc of LCDS 2.6.
There are no comments for this entry.
[Add Comment]