Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Pulsar
-
Pulsar 230 - Content Feed
Description
This problem occurs in a specific case.
While generating the dynamic bean of a compound type, if neither a node property, nor a child node gets added to the generated bean (this might be happened due to unsupported fields/nodes), then the bean doesn't get generated. Since the parent object is HippoCompound class, HippoCompound type gets returned as the generated type. While mapping the node content to the created instance of the returned type, an InstantiationException occurs in ObjectConverter#instantiateObject since HippoCompound is an abstract class.