the fastest and most efficient would be to just put a breakpoint in https://github.com/apache/tomee/blob/master/server/openejb-client/src/main/java/org/apache/openejb/client/SocketConnectionFactory.java#L125 and check what you actually read to ensure the config was correctly read since for now we don't know if it is related or not.
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> 2018-02-23 9:36 GMT+01:00 Dignesh <[email protected]>: > I'm still seeing same issue even after adding the recommended setting. > I added -Dopenejb.client.connectionpool.size=25 in startup.sh file. > > I also tried with openejb.client.connection.pool.size setting but still > seeing the issue. > > Could please guide me what to do next. > > > > > -- > Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev- > f982480.html >
