Failed to call super class method in lifecycle callback handler
---------------------------------------------------------------
Key: FELIX-792
URL: https://issues.apache.org/jira/browse/FELIX-792
Project: Felix
Issue Type: Bug
Components: iPOJO
Affects Versions: iPOJO-1.0.0
Environment: JDK 1.6
Felix 1.2.1
iPOJO 1.0.0
Reporter: YANG, BongYeol
First time, I tried to super class's run method that implements Runnable,
(set validate method in metadata.xml) but it is ignored silently.
Second time, I added "test" method to super class and added "start" method to
inherited class.
In validate callback handler ("start"), I called super class's "test" method
but failed.
error message:
[MyClass] ERROR: [InstanceName] The callback method start has thrown an
exception : MyClass.test()V
java.lang.NoSuchMethodError: MyService.test()V
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.