Status: Accepted
Owner: brainslog
CC: [email protected]
Labels: Type-Defect Priority-High Component-SLEE
SubComponent-SLEE-Tool-EclipSLEE Version-2.0.0 Release-Type-Candidate
SLEE-2.4.0.FINAL
New issue 2541 by brainslog: EclipSLEE: In SBB, if event scoped name starts
with lowercase, descriptor does not match handler
http://code.google.com/p/mobicents/issues/detail?id=2541
For instance, if event scoped name is "myEvent":
Handler: public void onMyEvent(...) {
Descriptor: <event-name>myEvent</event-name>
The handler and descriptor must match, ie, on<event name>.