Re: First DB Pool connection returns stale data?

2016-01-13 Thread Christopher Schultz
Brian, On 1/11/16 5:14 PM, Tieman,Brian wrote: > I¹ve got a REST service that¹s backed by Hibernate calling MYSQL and using > org.apache.tomcat.jdbc.pool.DataSourceFactory for DB connections. The > connection pool is created with: > >username=³me" password=³my password" >

First DB Pool connection returns stale data?

2016-01-11 Thread Tieman,Brian
I¹ve got a REST service that¹s backed by Hibernate calling MYSQL and using org.apache.tomcat.jdbc.pool.DataSourceFactory for DB connections. The connection pool is created with: It looks like the first record retrieved from the service is being stored somehow. I can alter the data retrieved by