You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (JIRA)" <ji...@apache.org> on 2019/05/02 07:11:00 UTC

[jira] [Updated] (CAY-2574) FronBase integration issues

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

Nikita Timofeev updated CAY-2574:
---------------------------------
    Description: 
Here are known problems with {{FronBase}} DB integration in Cayenne:
 * FronBase jdbc driver incorrectly returns {{null}} instead of statement (or throwing SQLException at least) when {{connection.prepareStatement(sql, Statement.NO_GENERATED_KEYS)}} is called.
 We have simple workaround for this: just call {{connection.prepareStatement(sql)}}. But it would be better if driver could do this for us, and there could be other places that do not follow JDBC specification as we can't run all tests, see second issue.

 * Driver randomly hangs on socket read operation, see attached image for stack trace.
 This happens on every run of Cayenne tests (like just call {{mvn verify}} with FrontBase connection)

!Screen Shot 2019-04-12 at 14.44.30.png!

 

  was:
Here are known problems with {{FronBase}} DB integration in Cayenne:
 * FronBase jdbc driver incorrectly returns {{null}} when {{connection.prepareStatement(sql, Statement.NO_GENERATED_KEYS)}} is called.

 * Driver randomly hangs on socket read operation, see attached image for stack trace.

!Screen Shot 2019-04-12 at 14.44.30.png!


> FronBase integration issues
> ---------------------------
>
>                 Key: CAY-2574
>                 URL: https://issues.apache.org/jira/browse/CAY-2574
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Database integration
>    Affects Versions: 4.0.1, 4.1.B1
>         Environment: FronBase
>            Reporter: Nikita Timofeev
>            Priority: Minor
>         Attachments: Screen Shot 2019-04-12 at 14.44.30.png
>
>
> Here are known problems with {{FronBase}} DB integration in Cayenne:
>  * FronBase jdbc driver incorrectly returns {{null}} instead of statement (or throwing SQLException at least) when {{connection.prepareStatement(sql, Statement.NO_GENERATED_KEYS)}} is called.
>  We have simple workaround for this: just call {{connection.prepareStatement(sql)}}. But it would be better if driver could do this for us, and there could be other places that do not follow JDBC specification as we can't run all tests, see second issue.
>  * Driver randomly hangs on socket read operation, see attached image for stack trace.
>  This happens on every run of Cayenne tests (like just call {{mvn verify}} with FrontBase connection)
> !Screen Shot 2019-04-12 at 14.44.30.png!
>  



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