0 Replies Latest reply on Apr 24, 2013 1:44 PM by klind

    java.lang.NullPointerException  at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)

    klind

      Hi, I get  :

       

       

      java.lang.NullPointerException
              at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
              at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
      
      

       

       

        <dependencyManagement>
                <dependencies>
                          <dependency>
                                    <groupId>org.jboss.arquillian</groupId>
                                    <artifactId>arquillian-bom</artifactId>
                                    <version>1.0.3.Final</version>
                                    <scope>import</scope>
                                    <type>pom</type>
                          </dependency>
                </dependencies>
      </dependencyManagement>
      .......
      
       <dependency>
                <groupId>org.jboss.arquillian.junit</groupId>
                <artifactId>arquillian-junit-container</artifactId>
                <scope>test</scope>
      </dependency>
      <dependency>
                <groupId>org.jboss.weld</groupId>
                <artifactId>weld-core</artifactId>
                <version>2.0.0.CR2</version>
                <scope>test</scope>
      </dependency>
      <dependency>
                <groupId>org.jboss.arquillian.container</groupId>
                <artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
                <version>1.0.0.CR6</version>
                <scope>test</scope>
      </dependency>
      <dependency>
                <groupId>org.jboss.weld</groupId>
                <artifactId>weld-core</artifactId>
                <version>1.1.11.Final</version>
                <scope>test</scope>
      </dependency>
      
      
      
      

       

       

      @Test(timeout = 2000)
      @Transactional
      @Rollback
      public void doMonitorTest() throws Throwable {
      ....
      }
      
      

       

      Oh, I just found this ..

      https://issues.jboss.org/browse/ARQ-1071

       

      But it is not fixed yet ???