You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Chandan V.A (JIRA)" <ji...@apache.org> on 2014/07/29 10:05:38 UTC

[jira] [Resolved] (OLINGO-380) Cannot use Date attribute with Jpa

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

Chandan V.A resolved OLINGO-380.
--------------------------------

       Resolution: Fixed
    Fix Version/s: V2 2.0.1

> Cannot use Date attribute with Jpa
> ----------------------------------
>
>                 Key: OLINGO-380
>                 URL: https://issues.apache.org/jira/browse/OLINGO-380
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata2-jpa
>    Affects Versions: V2 2.0.0
>            Reporter: Emmanuel Potvin
>            Assignee: Chandan V.A
>             Fix For: V2 2.0.1
>
>
> Line 85 :
>     } else if ((jpaType.equals(Date.class)) || (jpaType.equals(Calendar.class)) ||
>         jpaType.equals(Timestamp.class)) {
>       try {
> The Date.class used is java.sql.Date. I suppose it should be java.util.Date.



--
This message was sent by Atlassian JIRA
(v6.2#6252)