0 Replies Latest reply on Aug 12, 2010 7:40 AM by ykurttr

    using a real nonce store

    ykurttr

      hi, guys;

      when my clients call my jboss webservices, i get a warning:

       

      Please consider using a real nonce store to increase security against replay attacks

       

      i understand its problem beacuse default nonce store is DummyNonceStore for jbossws

      i don't know how to use a real nonce store, should i write a class that implements NonceStore interface, if so, how?

      i am not sure about how to set it up, and my search on the web was not successfull