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

Reply via email to