[dna-issues] [JBoss JIRA] Created: (DNA-578) JPA Connector Simple Model Does Not Support "supportsUpdates" Property

Brian Carothers (JIRA) jira-events at lists.jboss.org
Sat Dec 5 17:30:29 EST 2009


JPA Connector Simple Model Does Not Support "supportsUpdates" Property
----------------------------------------------------------------------

                 Key: DNA-578
                 URL: https://jira.jboss.org/jira/browse/DNA-578
             Project: DNA
          Issue Type: Feature Request
          Components: Connectors
    Affects Versions: 0.6
            Reporter: Brian Carothers
            Priority: Optional
             Fix For: Future Releases


The JPA Basic Model supported a read-only mode by setting the "supportsUpdates" property to false on the JpaSource.  This feature was unintentionally omitted from the Simple Model.

This could be added to the MapRequestProcessor and MapRepository classes pretty easily (which would enable it for the Simple Model, the JBoss Cache repository, Infinispan repository, and the InMemoryRepository (where it would be worse than useless).  However, I'm struggling to see where this would be used, especially since the database for the JPA connector is not intended to be shared.

If anyone needs to set up a master-clone configuration for DNA where the master DNA server has read-write access to the database and the clone has read-only access, we could add this pretty quickly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the dna-issues mailing list