You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrey (JIRA)" <ji...@apache.org> on 2018/05/17 09:38:00 UTC

[jira] [Created] (CAY-2434) Deserialization problem with SQLSelect.dataRowQuery() and different Java versions

Andrey created CAY-2434:
---------------------------

             Summary: Deserialization problem with SQLSelect.dataRowQuery() and different Java versions
                 Key: CAY-2434
                 URL: https://issues.apache.org/jira/browse/CAY-2434
             Project: Cayenne
          Issue Type: Bug
          Components: ROP
    Affects Versions: 4.1.M1
         Environment: cayenne-server
cayenne-client-jetty
cayenne-protostuff
            Reporter: Andrey


To reproduce I used tutorial-rop-client-http2 and tutorial-rop-server-http2: 
 * Server - run with Java 8, Client - run with Java 9 
 * add to client data row query, e.g. :
{code:java}
SQLSelect.dataRowQuery("SELECT COUNT(*) FROM Painting").select(context);
{code}

Server exception:

javax.servlet.ServletException: io.protostuff.ProtostuffException: Corrupt input.
 at org.apache.cayenne.rop.ROPServlet.doPost(ROPServlet.java:130)

 

 



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