3 Replies Latest reply on Jul 30, 2012 3:19 AM by maxandersen

    Jboss tools and as7

    soso_xuc

      Hi all

       

      im using jboss as7, eclipse 3.7.2 and maven

       

      please tell me how to deploy and debug applications with jboss tools

       

      i can not manage this

       

      i work with ejb jars with many many dependencies and dont want to install all of them as modules

       

      thanks in advance.

        • 1. Re: Jboss tools and as7
          dgolovin

          Cannot say exactly what to do with so little info about your project, but usually steps are:

          1. Creating server runtime and server instance based on it

          2. Importing your projects in eclipse (there are many ways to do that and it depends on what kind of projects you have)

          3. Deploying to the server instance using "Add and Remove..." action on serever instance or using DnD from Package Explorer to server instance or even JBoss Archives Component

          4. Install break points and start Server in Debug mode using Start in Debug Mode button

          5. Trigger start fro your application (the way to do that dependes on what kind of application you have)

           

          Aditional info is here http://docs.jboss.org/tools/latest/en/as/html/quick_start.html

          • 2. Re: Jboss tools and as7
            soso_xuc

            Thanks for answer

             

            The problem is dependencies can only be present in ears not in jars

             

            i have many many dependencies and i want to make eclipse to deploy ears in extracted manner on jboss as7 ears with dependencies from my ejb jars

             

            ear files are not installed if they are extracted.

             

            how can i deploy EJB JAR in Jboss as7 with its dependencies ?

             

            how to do this ?

            • 3. Re: Jboss tools and as7
              maxandersen

              Soso, EJB jars does not have a notion of "dependencies" on its own.

               

              Needs to be in an EAR or WAR to be deployed with its dependencies.