Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-852

Setting SettingVolatile store still creates an ObjectStore directory on the disk

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Minor
    • 4.17.0
    • 4.15.0
    • Documentation
    • None

    Description

      Even when configuring

       arjPropertyManager.getObjectStoreEnvironmentBean().setObjectStoreType(VolatileStore.class.getName()) 

      an "ObjectStore" directory is created on the disk. After discussing with JTM team this doesn't cause any real problem in the sense that nothing is written to the disk, but this is annoying and might create confusion between the users.

      A workaround would be to add the following configuration together with the previously mentioned one:

       BeanPopulator.getNamedInstance(ObjectStoreEnvironmentBean.class, "communicationStore").setObjectStoreType(VolatileStore.class.getName()) 

      Attachments

        Activity

          People

            rhn-engineering-mmusgrov Michael Musgrove
            mircea.markus Mircea Markus (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: