1 Reply Latest reply on Aug 8, 2006 9:35 AM by ivanlatysh

    Newly created users not picked up

    bartley_tony

      Hi
      I created a number of new users but they were not picked up until I stopped the server and restarted it. I thought that I should be able to dynamically create users?
      Does any one know what I need to do tyo ensure that changes are dynamically picked up.
      Tony

        • 1. Re: Newly created users not picked up
          ivanlatysh

          If you are using MySQL as DB, change isolation level from REPETABLE_READ to DIRTY_READ or READ_COMMITED.

          I haven't had a chance to have a look at the current Catalina realm adapter, but they had a bug there for the past few years. User credentials are reading within a single transaction ...