Actually the problem maybe related with @Override annotation on method

@Override
public Object getTimer()
{
}

Last time, I changed to interceptor dependency to because of Java EE 6 
interceptor spec. changing

 <dependency>
                    <groupId>org.apache.geronimo.specs</groupId>
                    <artifactId>geronimo-interceptor_1.1_spec</artifactId>
                    <optional>true</optional>
  </dependency>


This method is introduced in Java EE 6. Maybe your local svn is a bit old! 
Please remove/org/apache/geronimo/specs/ folder from your local repo. and 
re-try again.

Thanks;

--Gurkan




________________________________
From: David Ezzio <[email protected]>
To: [email protected]
Sent: Fri, January 8, 2010 8:13:49 PM
Subject: Revision 894604 issue when compiling at Rev 897273

[INFO] Compilation failure
C:\code\svn\RO_OpenWebBeansTrunk\webbeans-impl\src\main\java\org\apache\
    webbeans\intercept\InvocationContextImpl.java:[295,4]
    method does not override or implement a method from a supertype



      ___________________________________________________________________
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!

Reply via email to