Make all generated type names start with capital letters (Problems with in
Adobe Flex client)
---------------------------------------------------------------------------------------------
Key: CXF-2155
URL: https://issues.apache.org/jira/browse/CXF-2155
Project: CXF
Issue Type: Wish
Components: Aegis Databinding
Affects Versions: 2.2.1
Reporter: Christofer Dutz
When communicating with a Flex client, the client has serious problems, when
using Map<String, String> in the signature, as Flex tries to lookup a type
named String2stringMap ... unfortunately the map-types are generated with names
starting with lower case letters (string2stringMap), this is why I have to
manually intervene in Flex.
I know that using lower case types doesn't cause any problems with the
specification, just with a few tools.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.