Challen created OLINGO-314:
------------------------------
Summary: pojogen plugin needs generate correct name for EDM comple
type
Key: OLINGO-314
URL: https://issues.apache.org/jira/browse/OLINGO-314
Project: Olingo
Issue Type: Bug
Components: odata4-client
Affects Versions: V4 0.1.0
Reporter: Challen
Assignee: Challen
Fix For: V4 0.1.0
issue: a generated complex type name is edm java class name itself, actually
expected to be the name it refers to.
basically the fix is :
/ext/pojogen-maven-plugin/src/main/resources/v40/complexType.vm :
- type = "$property.Type",
+ type = "$property.Type.getFullQualifiedName().toString()",
--
This message was sent by Atlassian JIRA
(v6.2#6252)