You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A role should be a separate class/interface (in Java 8).
A component specifies which roles it can play via e.g. @ComponentRoles(roleClass1, roleClass2, ...)
An ensemble specifies the roles of the coordinator and member e.g. via @CoordinatorRole(roleClass)
Also check that each process parameter exists as a field in the component.
The text was updated successfully, but these errors were encountered:
A role should be a separate class/interface (in Java 8).
A component specifies which roles it can play via e.g. @ComponentRoles(roleClass1, roleClass2, ...)
An ensemble specifies the roles of the coordinator and member e.g. via @CoordinatorRole(roleClass)
Also check that each process parameter exists as a field in the component.
The text was updated successfully, but these errors were encountered: