1 2 Previous Next 24 Replies Latest reply on Jun 27, 2007 12:40 PM by karolkarol Go to original post
      • 15. Re: Hot redeployment
        tony.herstell1

        People may have never used exploded deployment...

        My Code directory IS into the JBoss deploy area thanks to MyEclipse so thats why it doesn't need to build/deploy anything.

        No idea how it all works, just means quick development.

        • 16. Re: Hot redeployment
          gavin.king

          Hotswap is NOT a solution (no "schema" changes allowed). Nor does Hotswap result in update of the component metadata used by Seam or JBoss or JSF.

          • 17. Re: Hot redeployment

            doesn't something like this encourage us not to use EJB3 for our backing components?

            • 18. Re: Hot redeployment

              Gavin, I have an issue (with current and all previous releases) that entity manager can't release resources which causes exceptions during hot redeployment. Do you have an idea whether this fix may solve that problem as well?

              • 19. Re: Hot redeployment
                gavin.king

                 

                doesn't something like this encourage us not to use EJB3 for our backing components?


                You tell me :-)

                Clearly we want to be able to do the same thing with EJB3 components, but that requires changes in JBoss, or something.

                • 20. Re: Hot redeployment

                  by merely asking/stating the question I am telling you ;-)

                  Anyway - I wish the Embeddable EJB3 and the Microcontainer pieces would maintain a better development and release velocity.

                  • 21. Re: Hot redeployment
                    gavin.king

                     

                    Anyway - I wish the Embeddable EJB3 and the Microcontainer pieces would maintain a better development and release velocity.


                    Heh. *You* wish. You clearly have not seen any of my curse-word-laden emails on this topic.

                    • 22. Re: Hot redeployment
                      maxandersen

                       

                      "gavin.king@jboss.com" wrote:

                      The way Seam's hotdeploy works is that it redeploys the components when a request comes in, and it notices that there has been some change in WEB-INF/dev.

                      Which means that you avoid the permgen errors.


                      do we know why jboss doesn't do a similar thing for its deployments ? (would make sense for it to not trigger it until actually needed)



                      • 23. Re: Hot redeployment
                        maxandersen

                        btw. had a chat with the JDT debugger guys here at eclipsecon.

                        He will come back to us with input on why hotreplace (ctrl+s) does not work when jboss have redeployed.

                        And he told me that IBM's J9 jdk supports adding and possibly also deleting methods when doing hotreplace. Sun's doesn't.

                        • 24. Re: Hot redeployment
                          karolkarol

                          What about hot redeployment of language resource files. It looks like it is not hot deployed currently.

                          Am I wrong?

                          1 2 Previous Next