Skip to content

ServiceActivator methods not discovered if named "start", "stop" or "isRunning" #3230

@grubeninspekteur

Description

@grubeninspekteur

Affects Version(s): 5.1.0

Bug report

If a service activator has methods named "start", "stop" or "isRunning", these cannot be automatically discovered by SI. The activating method must be specified explicitly.

Target object of type [...] has no eligible methods for handling Messages.

This happens due to these methods being filtered in MessagingMethodInvokerHelper.java#L827

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions