Ok, I was wrong about regression - didn't noticed first time changed pax-jdbc-config logic in 1.0.0. After correcting my config - pooling works fine. And indeed javax.transaction spec is enough for postgres jdbc bundle to be operable - it uses this package only to implement XA API in drivers. I wanted to make a pull request, but I don't know for sure what is meant by phrase "provide the javax.transaction spec bundle with dependency=true". Where should it be done?
I admit that it is not enough just to remove the dependency - in my case, postgresql driver was implicitly wired to geronimo-jta bundle provided by DBCP2 feature, but I guess it is not a desired dependency. -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
