GitHub user neykov opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/274
Fix rebinding to entities/policies living in OSGi bundles
When an entity/policy is created from a catalog item we make a note of its
related catalog item id. On rebind we use that information to get the class
loading context from the corresponding catalog item so that classes from OSGi
bundles referenced in the item config are accessible.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/neykov/incubator-brooklyn rebind-osgi
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/274.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #274
----
commit 2ca898ad1806b066fc7f9d4f97917ac5b5d5d304
Author: Svetoslav Neykov <[email protected]>
Date: 2014-10-27T16:16:55Z
Fix rebinding to entities/policies living in OSGi bundles
When an entity/policy is created from a catalog item we make a note of its
related catalog item id. On rebind we use that information to get the class
loading context from the corresponding catalog item so that classes from OSGi
bundles referenced in the item config are accessible.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---