0 Replies Latest reply on Jul 30, 2002 4:20 PM by spynne

    ear archive, mysterious classloader

    spynne

      Hello,

      i'm somewhat confused. After deploying an ear archive with one java-module inside, i created one object out of this java-module. The static part prints some message and after calling a method i print another message. Ok.

      Then i modify both messages and hot deploy the ear archive.
      Same procedure as above.
      But...
      The static part prints the new message, but the method prints the old one. What wrong? What am i missing?

      Regards