Hello all,

I'm working in a service to support distributed events across OSGi
containers. By distributed events, I mean forwarding events from one Event
Admin to a Event Admin running in separate OSGi container. For this purpose
I'm using Hazelcast.
Due to object serialization in Hazelcast and to avoid
ClassNotFoundExceptions my bundle uses DynamicImport-Package: *. The
reasoning behind the * is that I don't know what classes might be in the
event payload.
This works but I'm not satisfied with this DynamicImport solution.
Can anyone suggest me alternatives?
Thanks in advance.

Regards,

João Assunção

Email: joao.assun...@exploitsys.com
Mobile: +351 916968984
Phone: +351 211933149
Web: www.exploitsys.com
_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to