KNIME 4.1 - custom node - Error resolving 'bundle com.knime.oda.driver 0.0.0'

Hi,

I’m currently working on getting a custom node working in KNIME 4.1.
The error ocurring while building when using the http://update.knime.org/analytics-platform/4.1 repository is “Missing requirement ‘bundle com.knime.oda.driver 0.0.0’”.
When using http://update.knime.org/analytics-platform/4.0 as repository the build completes sucessfully, but the node cannot be installed in KNIME 4.1.

From what I’ve found so far, it seems like currently there is no support for com.knime.oda.driver in KNIME 4.1
See:

Was the support for com.knime.oda.driver dropped with the release of KNIME 4.1 or are there any plans to get this back again soon?

This plug-in has been renamed to org.knime.oda.driver (as well as all other reporting plug-ins and features).

2 Likes

Great! Thanks for letting me know.
After changing vom com.knime.oda.driver to org.knime.oda.driver the build is working again.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.