Emmanuel Potvin created OLINGO-380:
--------------------------------------

             Summary: 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


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)

Reply via email to