I have a Job (using Quartz)
A Service method which uses get (for a Domain class)
The problem is: sometimes (1 in a 1000) the domain's get(X) method returns null even if the row with id X exists.
If I use executeQuery or findByX the same problem happens.
Datasource has cache disabled.
Any suggestions?