Hi,

thanks for your email. 

Regarding TOMEE-2125 -> I just submitted a related PR [1] containing
the proposed fix (+ unit test)

Gruss
Richard

[1] https://github.com/apache/tomee/pull/762

Am Freitag, den 12.02.2021, 03:34 -0600 schrieb 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
> <https://issues.apache.org/jira/browse/TOMEE-2125>  .
> You either change the source code or use some dumb property with the
> value
> "maxWait" like
> <?xml version="1.0" encoding="UTF-8"?>
> <resources>
>     <Resource id="managed" type="DataSource">
>         JdbcDriver org.postgresql.Driver
>         JdbcUrl jdbc:postgresql://localhost:5432/database_test
>         UserName postgres
>         Password postgres
>         maxActive 5
>         maxWaitKey maxWait
>         maxWait 2000
>     </Resource>
> </resources>
> 
> I still don't know what to do with the second problem - the only
> option is
> to manually correct all settings?
> 
> 
> 
> --
> Sent from: 
> http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to