Details
-
Type:
Test
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.2.1
-
Component/s: Aegis Module
-
Labels:None
-
Number of attachments :
Description
right now in a spring config file to enable inheritance only this works:
<property name="properties">
<map>
<entry key="writeXsiType">
<value type="java.lang.Boolean">true</value>
</entry>
...
it should also work without the type="java.lang.Boolean"
Thanks for fixing this in SVN Christoph.