Re: TomEEDataSourceCreator ReadOnlyConnectionpool

2021-02-12 Thread Inwolf
Wow, that was quick! Thanks! -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Re: TomEEDataSourceCreator ReadOnlyConnectionpool

2021-02-12 Thread Inwolf
Well, I've found the answer to the first question - it's a documented bug and it's still open https://issues.apache.org/jira/browse/TOMEE-2125 . You either change the source code or use some dumb property with the value "maxWait" like

TomEEDataSourceCreator ReadOnlyConnectionpool

2021-02-11 Thread Inwolf
Hi! I'm using tomee-microprofile-8.0.3. I've defined datasource in the webapp/WEB-INF/resources.xml like this: JdbcDriver org.postgresql.Driver JdbcUrl jdbc:postgresql://localhost:5432/database_test UserName postgres Password postgres maxActive 5