Hi all, I have a question about commonj.sdo/Object type. I define open content property of this type and assign HashMap as value. But get() returns String instead of HashMap (HashMap.toString()). Is it right behavior? As I see in specification (8.1), commonj.sdo/Object data type should use java.lang.Object instance calss. I don`t find any statements that commonj.sdo/Object should be converted to String... Could you please clarify it.
Thanks.