Community
Participate
Working Groups
Build Identifier: The extension point org.eclipse.riena.communication.factory.hessian.serializerFactories requires the plugin to extend an internal class org.eclipse.riena.internal.communication.factory.hessian.AbstractRienaSerializerFactory. So there will be an warning from Eclipse when creating this extension. It works if this warning is ignored. Reproducible: Always
+1 In think this class should be API.
+1 Setting priority to P2
This has been fixed! AbstractRienaSerializerFactory is now API. However, while working on this issue we realized a few "shortcomings" and thus refactored: - AbstractRienaSerializerFactory is now in a different package and has a different interface (no more magic number for defining an order) - the extension point now allows to specify the ordering of contributed de/serializer factories (instead of the contributed serializer factory) - the serializer factories are now able to specify the types which the are replacing from hessians internal mapping