Which managed property type supports a null value?
A.
int
B.
boolean
C.
String
D.
Object
E.
Number
Explanation:
http://docs.oracle.com/cd/E12839_01/web.1111/b31974/lists.htm (create a list bound
to a fixed list of values, number 8, third paragraph)
C.
String
Wondering why the other types Object, Number cannot support null ?
correct is C D E
empty does null setting
empty value in managed-property does null setting.
i just tested it for String, Object and Number (in JDeveloper 12)