You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "YANG, BongYeol (JIRA)" <ji...@apache.org> on 2008/10/24 11:43:44 UTC

[jira] Created: (FELIX-792) Failed to call super class method in lifecycle callback handler

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.


[jira] Updated: (FELIX-792) Failed to call super class method in lifecycle callback handler

Posted by "YANG, BongYeol (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

YANG, BongYeol updated FELIX-792:
---------------------------------

    Affects Version/s:     (was: iPOJO-1.2.0)
                       iPOJO-1.0.0

> 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 trunk version (1.1.0-SNAPSHOT)
>            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.


[jira] Closed: (FELIX-792) Failed to call super class method in lifecycle callback handler

Posted by "YANG, BongYeol (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

YANG, BongYeol closed FELIX-792.
--------------------------------

    Resolution: Incomplete

I'll check more details. sorry.

> 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 trunk version (1.1.0-SNAPSHOT)
>            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.


[jira] Updated: (FELIX-792) Failed to call super class method in lifecycle callback handler

Posted by "YANG, BongYeol (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

YANG, BongYeol updated FELIX-792:
---------------------------------

          Environment: 
JDK 1.6
Felix 1.2.1
iPOJO trunk version (1.1.0-SNAPSHOT)

  was:
JDK 1.6
Felix 1.2.1
iPOJO 1.0.0

    Affects Version/s:     (was: iPOJO-1.0.0)
                       iPOJO-1.2.0

> 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 trunk version (1.1.0-SNAPSHOT)
>            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.