GitHub user grgrzybek opened a pull request:
https://github.com/apache/cxf/pull/9
[CXF-5340] - Handling quoted literals and exception members
`"local"` String was incorrectly treated as literal.
exception members' types where not identified correctly - `"unsigned long"`
was treated as `"unsigned"` type with name `"long"`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/grgrzybek/cxf CXF-5340
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/9.patch
----
commit 63e4533c6d42e6b9cd71b12fdd00ee864b1eb08c
Author: Grzegorz Grzybek <[email protected]>
Date: 2013-10-24T10:09:26Z
[CXF-5340] - Handling quoted literals and exception members
"local" literal was incorrectly treated as literal.
exception members' types where not identified correctly - "unsigned
long" was treated as "unsigned" type with name "long"
----