QueryCacheFactory shouldn't depend on DataContextFactory
--------------------------------------------------------
Key: CAY-1436
URL: https://issues.apache.org/jira/browse/CAY-1436
Project: Cayenne
Issue Type: Bug
Components: Core Library
Affects Versions: 3.0
Reporter: Bryan Lewis
As discussed in the mailing list thread "Removing Cayenne cache groups"...
I couldn't get OSCache to be configured at first. I stepped through the code
and learned that the queryCacheFactory isn't created unless the
dataContextFactory is also specified. (In DataDomain.initWithProperties().)
Those two things shouldn't be interdependent. (I was able to work around it by
specifying a no-op DataContextFactory.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.