[ 
https://issues.apache.org/jira/browse/OLINGO-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033368#comment-14033368
 ] 

Challen commented on OLINGO-314:
--------------------------------

https://git-wip-us.apache.org/repos/asf?p=olingo-odata4.git;a=commit;h=8ad297f9af0e60f9201451a853a3516503c07aa7

> pojogen plugin needs generate correct name for EDM complex 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)

Reply via email to