Hello mailinglist,

our CTK-style plugins are now loading fine, but there is one final
problem with the ExtApp we adjusted for CTK:

when loading, the berrystarter stops now with:

---->
ctkPlugin start failed
  Caused by: Path not found
Thu Oct 20 17:20:48 2011
0.16 blueberry.osgi.starter FATAL: No extensions configured into
extension-point 'org.blueberry.osgi.applications' found. Ab
0.16 blueberry.osgi.starter ERROR: Could not create executable
application extension for id: org.mitk.qt.extapplication
<---

We did everthing in analogy to the project template, so i wonder if we
should register our ExtApp somewhere as
'org.blueberry.osgi.applications' extension point.

The strange "path not found" message was created while fetching the
plugin with id 3, liborg_blueberry_core_commands.dll, which exists and
is at the same location like the other blueberry dlls. Apparently the
expression
--->
return d->plugin->fwCtx->plugins->getPlugin(id);
<---
in ctkPluginContext line 85 creates the exception. Note that
getPlugin(id=3) did indeed find a plugin in the list of plugins.

So i guess the question is, how is a valid
'org.blueberry.osgi.applications' extension point created for my ExtApp?

Regards,
Thomas


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to