0 Replies Latest reply on Aug 23, 2007 8:49 AM by ike

    InvalidClassException after re-deploying a web service

      I have an EAR (har, ejb jar and web services). har contains some POJOs (hibernate entities of course) that used by EJBs and web services.

      Then, I change the entities with modifying their serialVersionUids, rebuild and redeploy everything. EJB's work fine, but web service throws an InvalidClassException about old serialVersionUid.

      I tried to clear all temporary files from tmp and work directories, but the only thing that helps - is to restart jboss.

      What is the "right way" to re-deploy web services?