[ https://issues.apache.org/jira/browse/CAY-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060555#comment-13060555 ]
Andrus Adamchik commented on CAY-1581: -------------------------------------- > On the second thought, what would lead anyone to use ", ' & in > Java code? Exactly. All Java identifiers should follow well-defined Java identifier conventions. > Not-Escaping <> during serialization to *.map.xml > ------------------------------------------------- > > Key: CAY-1581 > URL: https://issues.apache.org/jira/browse/CAY-1581 > Project: Cayenne > Issue Type: Bug > Components: Core Library > Affects Versions: 3.0.1 > Reporter: Marek Ĺ abo > Assignee: Dzmitry Kazimirchyk > > 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. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira