0 Replies Latest reply on Jul 1, 2010 8:55 AM by rzeszotarski

    If you are using hot deploy, you may have attempted to hot deploy a session or application-scoped component definition while using an old instance in the session."

    rzeszotarski

      Hi,


      I have changed a bit my entity component


      changed from:


      Set<MyEntity> set; at Set<MyEntity> set = new HashSet<MyEntity>();



      I suppose this change does not matter;


      and now I have the following error:





      If you are using hot deploy, you may have attempted to hot deploy a session or application-scoped component definition while using an old instance in the session.



      strange for me, but maybe i am doing something wrong; When im changing back to the previous version everything works fine.


      Redeploy does not help in this case and my @Entity does not have Application nor Session scope either;


      Regards,


      Lukasz