Aw: Re: BasicDataSource usage in persistence.xml

2013-12-12 Thread Guido Wimmel
Hi Francesco, > Gesendet: Dienstag, 10. Dezember 2013 um 10:20 Uhr > Von: "Francesco Chicchiriccò" > >> Gesendet: Montag, 09. Dezember 2013 um 22:22 Uhr > >> Von: "Oliver Wulff" > >> > >> @Guido, is the property "connectionProperties" sufficient which is a > >> semi-colon separated string: > >>

Aw: RE: BasicDataSource usage in persistence.xml

2013-12-09 Thread Guido Wimmel
Hi Oliver, > Gesendet: Montag, 09. Dezember 2013 um 22:22 Uhr > Von: "Oliver Wulff" > > @Guido, is the property "connectionProperties" sufficient which is a > semi-colon separated string: > http://commons.apache.org/proper/commons-dbcp/configuration.html No, connectionProperties only sets prop

Aw: RE: BasicDataSource usage in persistence.xml

2013-12-06 Thread Guido Wimmel
Hi, I wouldn't keep Oliver from providing a patch wrt. his original request, if he'd like to ;-) Though if not, I can possibly also provide something - maybe next week. I'm only unsure about which of the connection pool settings exactly should be externalized into properties, and about the isolat

Aw: Re: BasicDataSource usage in persistence.xml

2013-12-06 Thread Guido Wimmel
Hi Oliver, FYI: we use such a setup (with dbcp.BasicDataSource) in our project, thus avoiding the need to configure a data source in the container. This works fine; also with our own unit/integration tests. We also used the standard MySQL isolation level (REPEATABLE_READ), as we had problems w