You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Challen (JIRA)" <ji...@apache.org> on 2014/06/06 09:39:01 UTC

[jira] [Created] (OLINGO-314) pojogen plugin needs generate correct name for EDM comple type

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)