1 Reply Latest reply on Apr 23, 2005 7:45 AM by golubec

    hot re-deploy ejb and class cache

    golubec

      Through debugging process i need to deploy the same ejb but with some changes many times. As i can see at log file that i use for debugging information output , since some moment no changes are occured whenever i delete ejb.jar from deploy directory , and copy back it again but with changed bean implementation class. It seems that i still use old class from some cache. Restarting JBOSS doesn't solves the problem. I wonder - may be i should make hot re-deploy in some other way ? JBOSS 4.0.1 is considered.

        • 1. Re: hot re-deploy ejb and class cache
          golubec

          it's my own fault ... i have provided the same classes with another jar , so jboss starts use it from another archive ... i'll take this rule into account: don't provide the same library with different jars