You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Tilen Jez (JIRA)" <ji...@apache.org> on 2013/09/02 16:07:51 UTC

[jira] [Created] (FELIX-4213) Temporal handler broken with iPOJO 1.10.1

Tilen Jez created FELIX-4213:
--------------------------------

             Summary: Temporal handler broken with iPOJO 1.10.1
                 Key: FELIX-4213
                 URL: https://issues.apache.org/jira/browse/FELIX-4213
             Project: Felix
          Issue Type: Bug
          Components: iPOJO
    Affects Versions: ipojo-runtime-1.10.1
            Reporter: Tilen Jez


Trying to use Temporal Service Dependency handler with iPOJO 1.10.1 results in the following error (works fine with 1.10.0):

java.lang.NoSuchMethodError: org.apache.felix.ipojo.util.DependencyModel.loadSpecification(Ljava/lang/String;Lorg/osgi/framework/BundleContext;)Ljava/lang/Class;
	at org.apache.felix.ipojo.handler.temporal.TemporalHandler.__configure(TemporalHandler.java:248)
	at org.apache.felix.ipojo.handler.temporal.TemporalHandler.configure(TemporalHandler.java)
	at org.apache.felix.ipojo.HandlerManager.init(HandlerManager.java:73)
	at org.apache.felix.ipojo.InstanceManager.configure(InstanceManager.java:203)
	at org.apache.felix.ipojo.ComponentFactory.createInstance(ComponentFactory.java:177)
	at org.apache.felix.ipojo.IPojoFactory.createComponentInstance(IPojoFactory.java:309)
	at org.apache.felix.ipojo.IPojoFactory.createComponentInstance(IPojoFactory.java:236)
	at org.apache.felix.ipojo.extender.internal.linker.ManagedType$InstanceSupport$1.call(ManagedType.java:290)
	at org.apache.felix.ipojo.extender.internal.linker.ManagedType$InstanceSupport$1.call(ManagedType.java:284)
	at org.apache.felix.ipojo.extender.internal.queue.JobInfoCallable.call(JobInfoCallable.java:100)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:680)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira