You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by ipolyzos <gi...@git.apache.org> on 2014/01/23 19:31:52 UTC

gora pull request: Use of osgi.dynamic.import in the gora-core in order to ...

GitHub user ipolyzos opened a pull request:

    https://github.com/apache/gora/pull/2

    Use of osgi.dynamic.import in the gora-core in order to enable wire up to packages not known in advance.

     Trying to use gora inside apache karaf through the use of camel-gora component result to ClassNotFoundException.  The exception risen due to it can not find the dataStoreClass which is given dynamically and is not known in advance therefore suggest the addition of osgi.dynamic.import in gora-core.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ipolyzos/apache-gora trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/gora/pull/2.patch

----
commit 348895fb1eff35dc5e3b49c1f7305affbf6cd848
Author: Ioannis Polyzos <i....@gmail.com>
Date:   2014-01-23T18:23:47Z

    Use of osgi.dynamic.import in the gora-core in order to enable wire up to packages not known in advance.

----