Hi, Why can't you use current implementation which just creates new connection each time?
regards, S.Vladykin On 8 ноя, 19:52, "alexander.nesterov" <[email protected]> wrote: > Hi, > > We would like to use Postgre server in our application which is > configured with Spring IoC (dependency injection pattern). We have > DataSource bean representing H2 database and use it throughout the > application as database connections factory. > > Seems that PgServer was not designed to be used as a bean and there is > no way to configure database connections creation logic. Could it be > possible to slightly redesign PgServer and PgServerThread to make it > configurable with DataSource and use it as connection factory in > PgServerThread, if provided? > > -- > Alexander Nesterov -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
