0 Replies Latest reply on Jul 26, 2004 9:31 AM by kolliajay

    Jboss 3.2.3 - Removing cache of old class files

    kolliajay

      hi
      I am using jboss 3.2.3 during development phase of my project. when i am deploying my application, some times it's taking older version of class files insted of newer version of .class files.
      In runtime it showing Runtime exception NoSuchMethodFoundException, eventhough my class contain those methods. I feel that it's taking old version of .Class files from some where in cache.

      How to remove that cache and How it will take new versions of .class files

      Thanks in advance