2 Replies Latest reply on Apr 25, 2007 6:58 AM by yaqub80

    EJB3 Deployment from JBoss Eclipse IDE

    yaqub80

      Hi,

      I am facing a problem in deploying an EJB3 project on JBoss AS 4.0.5.GA using the JBoss Eclipse IDE (Version: 2.0.0, Build id: 2.0.0.Beta2). There is no "Deploy to" feature as presented in http://docs.jboss.com/jbosside/tutorial/build/en/html/deployment.html
      Has someone been able to deploy EJB3 from within JBoss Eclipse IDE? Am I missing some plugin or settings?

      Any help would be much appreciated?

      ed

        • 1. Re: EJB3 Deployment from JBoss Eclipse IDE
          gylee

          I just started using the JBoss IDE, so my information might not be accurate.
          To deploy a package, I usually just drag-and-drop the package to the server name listed in the Server view. Of course you need to start that server first.

          • 2. Re: EJB3 Deployment from JBoss Eclipse IDE
            yaqub80

            Nice. I switched to Ant based build&deploy mechanism as my application started getting little more complex with the integration of Tapestry based .war. The JBoss IDE however did not provide a "Deploy to" feature as shown in tutorial. but would still have required more steps to perform, like package everytime and then deploy. With ant it is all a one click job :)