Re: 4.1 informix jdbc issue

2020-09-11 Thread Sébastien Pérès-Labourdette
in short: I hope you can upgrade the JDBC driver. Or that I am in the > wrong and someone has a better solution for you. > > - hugi > > > >> On 10 Sep 2020, at 10:24, Sébastien Pérès-Labourdette >> wrote: >> >> Hi there. >> >> While integrati

4.1 informix jdbc issue

2020-09-10 Thread Sébastien Pérès-Labourdette
Hi there. While integrating 4.1 we found that the informix jdbc driver from ibm does not support IfxSqliConnection:prepareStatement(String,int) Invoked from connection.prepareStatement(compiled.getSql(), generatedKeys); in SQLTemplateAction.execute FYI,4.0.2 sqltemplates are fine with this jdbc

Re: From 3.1.2 to 4.0.2

2020-05-26 Thread Sébastien Pérès-Labourdette
> Andrus > > > >> On May 7, 2020, at 7:53 PM, John Huss wrote: >> >> Not at a computer at the moment - try MappedSelect. >> >> On Thu, May 7, 2020 at 11:51 AM Sébastien Pérès-Labourdette < >> sebastien.peres-labourde...@omerin.com> w

From 3.1.2 to 4.0.2

2020-05-07 Thread Sébastien Pérès-Labourdette
Hi. In 4.0.2, what happened to getEntityResolver().lookupQuery(queryName) ? How to fetch my queries from my datamap xml in 4.0.2 ? Cheers Sébastien. signature.asc Description: OpenPGP digital signature

Re: HikariCP & Cayenne

2019-02-07 Thread Sébastien Pérès-Labourdette
/bootique-cayenne-demo/blob/master/pom.xml#L56 > [3] > https://github.com/bootique-examples/bootique-cayenne-demo/blob/master/src/main/resources/config.yml#L2 > >> On Feb 7, 2019, at 5:32 PM, Sébastien Pérès-Labourdette >> wrote: >> >> Hi all. >> >&

Re: HikariCP & Cayenne

2019-02-07 Thread Sébastien Pérès-Labourdette
fault is 10, see see > https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing > HikariDataSource dataSource = new HikariDataSource( config ); > srtBuilder= srtBuilder.dataSource( dataSource); > > Maik > > > >> Am 07.02.2019 um 15:32 schrieb Sébastien Pérès-Labou

HikariCP & Cayenne

2019-02-07 Thread Sébastien Pérès-Labourdette
Hi all. I wish i could delegate connection pooling to this guy. Anybody did this before ? Any howto to achieve that ? - Sébastien signature.asc Description: OpenPGP digital signature

Re: Dynamic datasource switch

2013-04-29 Thread Sébastien Pérès-Labourdette
, and most bugs are fixed. But this is your decision of course. A. On Apr 26, 2013, at 4:55 PM, Sébastien Pérès-Labourdette sebastien.peres-labourde...@omerin.com wrote: I'll make it thread safe for the moment, and will refactor this stuff as soon as 3.1 is released. Thank you very much Andrus

Re: Dynamic datasource switch

2013-04-29 Thread Sébastien Pérès-Labourdette
I mean at runtime, for the 2 nodes of the datadomain that needs it. On 29/04/2013 14:33, Andrus Adamchik wrote: Can you do it in the Modeler (DataMap - DataNode dropdown)? On Apr 29, 2013, at 3:31 PM, Sébastien Pérès-Labourdette sebastien.peres-labourde...@omerin.com wrote: Hi Andrus. I'm

Dynamic datasource switch

2013-04-26 Thread Sébastien Pérès-Labourdette
Hi. I have 3 databases which shares exactly the same schema. I sometimes need to switch from one to another programatically. For that purpose, i wrote the folowing code : public void setCompany(int salesAgencyId) { this.salesAgencyId = salesAgencyId; switch (salesAgencyId) {

Re: Dynamic datasource switch

2013-04-26 Thread Sébastien Pérès-Labourdette
, Sébastien Pérès-Labourdette sebastien.peres-labourde...@omerin.com wrote: Hi. I have 3 databases which shares exactly the same schema. I sometimes need to switch from one to another programatically. For that purpose, i wrote the folowing code : public void setCompany(int salesAgencyId