Use of shared Mybatis SqlSessionFactory does not work if engines are created concurrently

XMLWordPrintable

      Problem Description:

      Given:

      • I start multiple process engines concurrently (like in Wildfly)
      • I use the config property "useSharedSqlSessionFactory"
        If:
      • The process engines are started concurrently
        Then:
      • the sql session factories are not actually shared because access is un-synchronized

            Assignee:
            Johannes
            Reporter:
            Daniel Meyer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: