0 Replies Latest reply on Sep 27, 2011 12:52 PM by newbee07

    Seam 2.2.0.GA Global component two wars one ear

    newbee07

      Hey Guys,


      We are developing an App where we have two wars and one ejb jar bundled in one EAR and deployed to jboss5.1.


      Here we have a Global scoped seam component which we want to be used on both the wars.


      So when we update this global component on one war injecting to a session scoped component, other war can't see the updated global component.


      Do we need to do anything different for this global component.