Nice! Not using Play myself, but looks kinda interesting. Thanks for the
announcement.
Also take a look at Cayenne 3.1 - it’s built in DI container oftentimes makes
such integrations easier.
Cheers,
Andrus
On Jan 8, 2014, at 2:12 PM, André Koppany wrote:
> Hi,
> we recently open sourced our
Thanks Mike, that did the trick
On Jan 8, 2014, at 3:13 PM, Mike Kienenberger wrote:
> Well, it's trying to convert your returned sequence result into an
> EdiProfile object. Is that compatible? It might make more sense to
> read the sequence as a data row -- setFetchingDataRows(true);
>
> H
Well, it's trying to convert your returned sequence result into an
EdiProfile object. Is that compatible? It might make more sense to
read the sequence as a data row -- setFetchingDataRows(true);
Here's code I used to fetch a sequence number (from an old Cayenne 2.0
project, so some things may
I’m trying to directly fetch the nextval form a postgres sequence using
Cayenne, and am baffled but why I am getting nothing back.
I’m using SqlTemplate to build my query, since the modeler does;t seem to let
me model a sequence DB object directly.
Code snippets:
1) using performQuery
SQLTempl
I am on MBP Retina for more than a year. Other than a Java 7 debacle [1] (which
is not related to Retina of course), there was no issues what so ever.
Andrus
[1] https://issues.apache.org/jira/browse/CAY-1881
On Jan 8, 2014, at 2:31 PM, Malcolm Edgar wrote:
> Hi All,
>
> Has anyone had any i
Hi All,
Has anyone had any issues running the Cayenne Modeller on an Apple Retina
display.
I recently had a new Dell from work with a very high resolution display and
the Cayenne Modeller did not scale at all well it was way to small to be
usable. I sent the computer back !
regards
Hi,
we recently open sourced our Play Module (for 1.2.x) to use the
Apache Cayenne 3.0.2 in a play application (http://www.playframework.com).
Key features of the plugin:
• use Apache Cayenne model classes directly in your play app
• special Controller class for easily accessing t