0 Replies Latest reply on Oct 13, 2011 6:44 AM by dkumaran

    JBoss 7AS migration for JAXRS steps.

    dkumaran

      we are migration our project from JBOSS 5 AS to JBOSS 7 AS, and i per i know JBOSS 7AS supports JAX-RS 2.2.1 GA,

       

      so i have added the below maven dependency in my pom file.

       

                     <dependency>

                          <groupId>org.jboss.spec</groupId>

                          <artifactId>jboss-javaee-6.0</artifactId>

                          <version>${jboss-javaee6-spec.version}</version>

                          <type>pom</type>

                          <scope>provided</scope>

                  </dependency>

       

       

      but still it doesn't add the required jax-rs.jar's in the eclipse.  please help me out in the steps of migrating the JAX Server from Jboss 5 to Jboss 7 AS.