Re: JPA?

2016-09-18 Thread Jiri Jetmar
Hi guys, some lines on this JPA / Zest from me. The requirement to be able to use JPA on Zest has from my perspective three reasons: 1) Standardized, aka "JPA-way" to persist and query Entities (persistent Objects with Identities) 2) Be able to use a (relational-) schema that has been

[jira] [Closed] (ZEST-178) Rework EhCache Cache for EhCache 3

2016-09-18 Thread Paul Merlin (JIRA)
[ https://issues.apache.org/jira/browse/ZEST-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Merlin closed ZEST-178. Resolution: Fixed > Rework EhCache Cache for EhCache 3 > -- > >

Build failed in Jenkins: Zest(JavaEdition)-develop-java9-check #7

2016-09-18 Thread Apache Jenkins Server
See Changes: [paulmerlin] ZEST-176 Add authentication support to Riak EntityStore -- [...truncated 5409 lines...]

[jira] [Created] (ZEST-178) Rework EhCache Cache for EhCache 3

2016-09-18 Thread Paul Merlin (JIRA)
Paul Merlin created ZEST-178: Summary: Rework EhCache Cache for EhCache 3 Key: ZEST-178 URL: https://issues.apache.org/jira/browse/ZEST-178 Project: Zest Issue Type: Task Reporter:

Build failed in Jenkins: Zest(JavaEdition)-develop-java9-check #8

2016-09-18 Thread Apache Jenkins Server
See Changes: [paulmerlin] Better error message when unable to set property value in [paulmerlin] Trivial upgrade of mysql driver to 6.0.4 [paulmerlin] ZEST-178 Rework EhCache Cache for EhCache 3

[jira] [Closed] (ZEST-176) Rework Riak EntityStore for Riak 2

2016-09-18 Thread Paul Merlin (JIRA)
[ https://issues.apache.org/jira/browse/ZEST-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Merlin closed ZEST-176. Resolution: Fixed > Rework Riak EntityStore for Riak 2 > -- > >

Re: JPA?

2016-09-18 Thread Niclas Hedhman
Good thoughts I think it is a long path forward, and looking at JPA "fragility" and I now doubt it is doable. With fragility, I mean how sensitive JPA applications are to the execution model of JPA itself. Since we don't follow that, I doubt we can make it work reliably. In regards to SQL