I tried datanucleus + DBCP but no luck. Let me know if you find
> On Thu, Nov 3, 2011 at 2:47 PM, Rob Clevenger <
rclev...@google.com> wrote:
> > You don't want to share it across requests, I typically open the
> > connection at the beginning of a request and close it at the end.
>
> Yes this is a good manner in a stateless world :)
> Anyway, I'm trying to plug GoogleSQL to Play+Siena and I try to modify the
> least possible! Play uses C3P0 ComboPooledDatasource and C3P0 requires
> NamingException :(. So I'll try to plug Apache DBCP instead of that...
>
> Pascal
>
>
>
>
>
>
>
> > Rob
>
> > On Thu, Nov 3, 2011 at 6:46 AM, Pascal Voitot Dev <
> >
pascal.voitot....@gmail.com> wrote:
>
> >> I'll try that...
> >> The connection model is not really clear in the doc.
> >> Apparently this is MySQL but it's a GAE JDBC Driver so we don't really
> >> know what this driver does or not...
> >> How does it work? One connection per GAE instance or something like that?
>
> >> Thanks
> >> Pascal
>