6 Replies Latest reply on Sep 6, 2012 8:58 AM by iabughosh

    unable to run Rinse and repeat tutorial

    iabughosh

      Hi all,

      I'm new to arquillian and i tried to run Rinse & Repeat tutorial but my project produce compilation error for missing jars (about 177), i include this in my

      pom.xml:

       

      <profile>

                              <id>arquillian-jbossas-remote</id>

                              <dependencies>

                                  <dependency>

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

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

                                      <version>1.0.0.Final</version>

                                      <type>pom</type>

                                      <scope>provided</scope>

                                  </dependency>

                                  <dependency>

                                      <groupId>org.jboss.as</groupId>

                                      <artifactId>jboss-as-arquillian-container-remote</artifactId>

                                      <version>7.1.1.Final</version>

                                      <scope>test</scope>

                                  </dependency>

                                  <dependency>

                                      <groupId>org.jboss.arquillian.protocol</groupId>

                                      <artifactId>arquillian-protocol-servlet</artifactId>

                                      <scope>test</scope>

                                  </dependency>

                              </dependencies>

                          </profile>

       

      make this profile active and update maven dependencies but no use.

       

      i use arquillian 1.0.2 final and JBoss 7.1.1.Final

       

      thanks in advance.