Eric, pleyse try
$> mvn dependency:tree and check what dependencies the tck pulls in transitively. Maybe we miss some dependency-excludes in webbeans-tck. LieGrue, strub --- Eric Covener <[email protected]> schrieb am Fr, 26.2.2010: > Von: Eric Covener <[email protected]> > Betreff: interceptor API TCK/maven question > An: [email protected] > Datum: Freitag, 26. Februar, 2010 15:09 Uhr > I have an odd problem running > interceptor TCK tests. > > Caused by: java.lang.NoSuchMethodError: > javax/interceptor/InvocationContext.getTimer()Ljava/lang/Object; > at > org.jboss.jsr299.tck.interceptors.tests.invocationContext.Interceptor2.intercept(Interceptor2.java:27) > > The geronimo spec and our impl both have this already. > > $ sudo lsof -p 1890|grep -i interce > ... > javaw 1890 covener mem > REG 8,2 > 5952 12805482 > /home/covener/.m2/repository/org/jboss/interceptor/jboss-interceptor-api/1.1/jboss-interceptor-api-1.1.jar > javaw 1890 covener mem > REG 8,2 11240 > 13009425 > /home/covener/.m2/repository/org/apache/geronimo/specs/geronimo-interceptor_1.1_spec/1.0.0-beta/geronimo-interceptor_1.1_spec-1.0.0-beta.jar > > I assume the problem stems from references in the TCK to > javax.interceptor.InvocationContext coming from the jboss > spec, but I > don't know where that gets pulled from in terms of Maven or > what we > can do about it. > > Any hints? Interceptor tests are otherwise making > pretty good progress. > > -- > Eric Covener > [email protected] > __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com
