Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.1
-
None
Description
Object entity -> attributes tab -> type column
E.g. when using custom types (extended types) you specify custom class name in the type column. Sometimes it needs to be parametrized type, e.g. Validator<Integer>. During save the modeler fails to escape <> and thus the serialized *.map.xml becomes invalid (and subsequently can't be read by modeler). When escaped as < and > , modeler loads the project successfully.