4 Replies Latest reply on Aug 23, 2007 7:09 PM by oblivion1200

    Eclipse Seam AutoDeploy

    oblivion1200

      So far, when my javabeans changed I had to redeploy it on server using "restart" ant option. I had to wait for server to "update" files and then I could check how things work.
      Sometimes it takes too long.
      Today I found this article http://wiki.jboss.org/wiki/Wiki.jsp?page=EclipseSeamAutoDeploy. So it seems that is possible to have changes made to javabeans instantly visible on server without redeploying manually. I tried to do as they say in wiki but I didn't succeed.
      What does "your_app.ejb3" mean? .ejb3 == .ear?

      Do you use this way to deploy your projects?


      Thanks