Github user ahgittin commented on the issue:
https://github.com/apache/brooklyn-server/pull/718
we also need a way to fix existing deployments that suffer this problem.
any of the above fixes should suffice, but i wonder whether there is a
workaround that doesn't involve upgrading to a new version once we've fixed it.
if you're using a recent brooklyn, we can take advantage of the fact that
`ClassRenamingMapper` applies to "low-level mentions", and understands OSGi
prefixes. we can define a rename from `foo.Foo` to `foo-bundle:foo.Foo` and
that works.
however i've a deployment that predates the above behaviour, and i'd like
to be able to load its state. i can't find a way, not even with edits to the
persisted state. :(
---
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.
---