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]