Trying out the 2.0.0-Beta version of OpenJPA in our application which is currently using the 1.2.1 version of OpenJPA. I am getting a warning message
that certain classes are not cachable.

Using the following settings to enable caching

<property name="openjpa.DataCache" value="true(CacheSize=5000, 
SoftReferenceSize=0)"/>
<property name="openjpa.RemoteCommitProvider" value="sjvm"/>


And here are some examples of the warning message

WARN [AWT-EventQueue-0] (Log4JLogFactory.java:89) - Finder for "com.ogre.continuum.primitives.openjpa.TextImpl" is not cachable. WARN [AWT-EventQueue-0] (Log4JLogFactory.java:89) - Finder for "com.ogre.continuum.primitives.openjpa.DigitalStreamImpl" is not cachable. WARN [AWT-EventQueue-0] (Log4JLogFactory.java:89) - Finder for "com.ogre.continuum.primitives.openjpa.TextImpl" is not cachable. WARN [AWT-EventQueue-0] (Log4JLogFactory.java:89) - Finder for "com.ogre.continuum.primitives.openjpa.TextImpl" is not cachable.

I searched through the documentation and didn't see much mentioned about the Finder. Would should I do too go about correcting this issue?


Reply via email to