Community
Participate
Working Groups
Build Identifier: In bundle org.eclipse.riena.communication.publisher, an extension point "serviceHooks" is defined but the schema file schema/serviceHooks.exsd cannot be found. This prevents extension of serviceHooks to be created correctly. Reproducible: Always
Also noticed that SecurityServiceHook in org.eclipse.riena.security.server is registered via OSGi Service but OrderedServiceHooksExecuter in org.eclipse.riena.communication.publisher tends to get service hooks (and order them) via Extension. In this way it looks inconsistent, and since ServiceHooksProxy registers all service hooks in a HashSet, it looks like there is no reliable way to control a user defined service hook to be executed before or after the SecurityServiceHook.
Now the schema files are exported. The second problem you describe is another bug. Just opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=319988 Thank you for your feedback!