Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-1763

Remove the requirement to configure openjpa.RemoteCommitProvider when using the DataCache

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.0
    • 2.1.0
    • datacache
    • None

    Description

      I've been annoyed for quite some time that when I want to use the DataCache I need to configure it in two steps. One to turn on the DataCache(obviously), and the second is to enable a RemoteCommitProvider.
      <property name="openjpa.DataCache" value="true(CacheSize=10000)"/>
      <property name="openjpa.RemoteCommitProvider" value="sjvm" />

      With this JIRA I'm proposing that when the DataCache is enabled we auto configure the sjvm RCP if there isn't one already there.

      Attachments

        Activity

          People

            curtisr7 Richard G. Curtis
            curtisr7 Richard G. Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: