java2ws generates invalid import statement when using member classes
--------------------------------------------------------------------
Key: CXF-2114
URL: https://issues.apache.org/jira/browse/CXF-2114
Project: CXF
Issue Type: Sub-task
Affects Versions: 2.1.4
Reporter: Alessio Soldano
Assignee: Alessio Soldano
This is related to https://jira.jboss.org/jira/browse/JBWS-2506 .
When doing java->wsdl using tools, we get wrong import lines when member
classes are referenced in the endpoint implementation. That's because the
imported type name is directly used in the velocity template and it contains
"$" for member classes.
For instance, if the @XmlJavaTypeAdapter annotation is used (it has a DEFAULT
static member class), we get this import statement:
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter$DEFAULT
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.