You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (JIRA)" <ji...@apache.org> on 2018/11/03 14:34:00 UTC

[jira] [Assigned] (JUNEAU-89) errors in juneau-examples-rest

     [ https://issues.apache.org/jira/browse/JUNEAU-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Bognar reassigned JUNEAU-89:
----------------------------------

    Assignee: James Bognar

> errors in juneau-examples-rest
> ------------------------------
>
>                 Key: JUNEAU-89
>                 URL: https://issues.apache.org/jira/browse/JUNEAU-89
>             Project: Juneau
>          Issue Type: Bug
>            Reporter: Anton  Hughes
>            Assignee: James Bognar
>            Priority: Major
>             Fix For: 7.2.2
>
>         Attachments: juneau-examples-rest-7.2.2-SNAPSHOT-bin.zip
>
>
> Hello
> I have downloaded and imported into eclipse, the juneau-examples-rest zip.
> In Eclipse, there are a few errors:
>  
> Imports that do not resolve:
> {code:java}
> import javax.persistence.*;
> {code}
> I tried to fix this by adding
> {code:java}
> <dependency> 
>    <groupId>javax.persistence</groupId> 
>    <artifactId>persistence-api</artifactId> 
>    <version>1.0.2</version> 
> </dependency>
> {code}
> This resolved many issues, the not calling, for example, 
> {code:java}
> createQuery("select X from Pet X where X.tags in :tags", Pet.class)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)