3 Replies Latest reply on Dec 24, 2007 2:38 AM by maxandersen

    rebuild

    seammm

      hi - i create a new seam project, "run it at server" from context menu, make a change in a session bean and change is NOT reflected. however a change in a jsf is reflected. build is done automatically. i must be missing something but what..

      seam 2.0.1 CR1, tools 2.0, jboss 4.2.2

        • 1. Re: rebuild
          amitev

          Hi. For this to work you have to do a full publish.

          • 2. Re: rebuild
            seammm

            I got the answer upon more careful reading of the documentation..

            But if we want to change any Java code, we still need to do a full restart of the application. (In JBoss this may be accomplished by touching the top level deployment descriptor: application.xml for an EAR deployment, or web.xml for a WAR deployment.)


            • 3. Re: rebuild
              maxandersen

              yes, structural changes won't be picked up (unless for classes deployed in web-inf/dev)

              You can do the "touch" trick by clicking on the "finger" in the toolbar. It will automatically touch the relevant descriptor and as a sideeffect the restart occurs.