Consultor Eletrônico



Kbase 18392: Deleting Event Handlers From An Apptivity Project are not removed from the Java source
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

Apptivity

SYMPTOM(s):

Even if the event handler does not show up in the project tree, it still fires.  

CAUSE:

When deleting an event handler from the project tree, the actual method and the associated code are not automatically removed from the Java source.

FIX:

This applies to all events that do not have a dispatch table to route them.

These events include:


* DataSource Client and Server Events
* Agent Events (but not Custom Events)
* Client Notifications
* Server Events

If you delete one of these events, you must also delete the associated code in the Java file.