Hi, On 04.02.2010, at 15:19, peter lawrey wrote:
> What does this error message mean? > > I am getting this for a very ordinary method. It takes a String and > return a boolean and contains one line. > iPOJO associates an id to all method to intercept them. The error happened when no method matches the given id. > In the felix code the comment for this message is "Cannot happen" It generally don't happen except if for any reason the container and the POJO class are not completely in sync. This should not crash your application (well it should be a warning). Regards, Clement > > Restarting karaf does help. > > > > After rebuilding the bundle, without change to the code, the bundle is > now fine. > > > > Regards, > > Peter. >

