eclipse-passage / passage

Define and control license checks and usage constraints for OSGi / RCP / IDE
https://www.eclipse.org/passage/
Eclipse Public License 2.0
6 stars 8 forks source link

Operator: two renderer services for ConditionExpression with the same rank #1308

Closed eparovyshnaya closed 3 months ago

eparovyshnaya commented 3 months ago
!ENTRY org.eclipse.emf.ecp.view.model 2 0 2024-03-12 08:09:42.281
!MESSAGE Priority clash while trying to find highest ranking instance of interface org.eclipse.emfforms.spi.swt.core.di.EMFFormsDIRendererService.
Instance class org.eclipse.passage.loc.licenses.emfforms.renderers.AuthenticationExpressionRendererService clashes with class org.eclipse.passage.loc.licenses.emfforms.renderers.ConditionExpressionRendererService, reporting rank 10.

Both AuthenticationExpressionRendererService and ConditionExpressionRendererService actually refere to the same renderer, so one of these two classes must just be deleted