0 Replies Latest reply on Mar 19, 2002 6:25 AM by frankstolte

    Commit option D or read only

    frankstolte

      Hi,

      I have 2 servers, server 1 one is updating bean A on a regular basis (2 min or more), while server 2 reads the bean A without knowing when it will be updated by server 1.

      I tried a server configuration with commit option D in jboss.xml and an optiond-refresh-rate of 120 for 2 min for this bean but it didn't work.

      Then I tried in jaws.xml the read only element set to true for the bean and a time out of 300. The documantation mentions this will be miliseconds but I recon it might rather be in seconds.

      The second option also didn't work and the bean didn't got reloaded.

      Any ideas,

      Frank