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

Thiago Assis commented on OLINGO-172:
-------------------------------------

All my entities are attached, i am using apache olingo 1.2.0-snapshot

                
<org.apache.olingo.version>1.2.0-SNAPSHOT</org.apache.olingo.version>

                <dependency>
                        <groupId>org.apache.olingo</groupId>
                        <artifactId>olingo-odata2-core-incubating</artifactId>
                        <version>${org.apache.olingo.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.olingo</groupId>
                        <artifactId>olingo-odata2-api-incubating</artifactId>
                        <version>${org.apache.olingo.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.olingo</groupId>
                        
<artifactId>olingo-odata2-jpa-processor-api-incubating</artifactId>
                        <version>${org.apache.olingo.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.olingo</groupId>
                        
<artifactId>olingo-odata2-jpa-processor-core-incubating</artifactId>
                        <version>${org.apache.olingo.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.olingo</groupId>
                        
<artifactId>olingo-odata2-jpa-processor-ref-incubating</artifactId>
                        <version>${org.apache.olingo.version}</version>
                        <exclusions>
                                <exclusion>
                                        <artifactId>hsqldb</artifactId>
                                        <groupId>org.hsqldb</groupId>
                                </exclusion>
                        </exclusions>
                </dependency>

> NavigationProperty not appear in $metadata
> ------------------------------------------
>
>                 Key: OLINGO-172
>                 URL: https://issues.apache.org/jira/browse/OLINGO-172
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata2-jpa
>            Reporter: Thiago Assis
>            Assignee: Chandan V.A
>             Fix For: V2 1.3.0
>
>         Attachments: AbstractEntity.java, AbstractManagedEntity.java, 
> Boundary.java, BoundaryCategory.java, BoundaryCategoryRelationship.java, 
> BoundaryRelationship.java, Contact.java, ContactBoundary.java, 
> ContactCategory.java, ContactPurpose.java, Domain.java, GlobalString.java, 
> LocalString.java, MeasurementUnit.java, MeasurementUnitRelationship.java, 
> Organization.java, Party.java, PartyContact.java, PartyRole.java, 
> PartyRoleRelationship.java, Person.java, RequestContext.java, Role.java, 
> RoleRelationship.java, SystemParameter.java, Transaction.java, 
> TransactionItem.java, TransactionItemDetail.java, User.java, 
> UserPassword.java, image001.png, persistence.xml
>
>
> When i access my odata $metadata endpoint the NavigationPropety and the 
> entity relationships not appear.
> This is normal ? i am using Apache Olingo with JPA processor, and my JPA 
> entities are normally annotated.
> Attached this issue is a .net endpoint screenshot with this properties.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to