Fani Avg 14.Jun.12 09:13 AM a Web browser Profiles3.0.1All platforms
Hello all,
i have created and deployed successfully a post-event handler which just prints an output to the server log. The problem is that i am trying to deploy a pre-event handler with the same way in order to print a log message when a user updates its profile data. The only configuration difference is the preHandler section in events-config.xml where i configured this:
<preHandler enabled="true" name="MyHandler" class="package.PreHandler">
<subscriptions>
<subscription source="PROFILES" type="*" eventName="*"/>
</subscriptions>
</preHandler>
I put the shared llibrary reference in Profiles application. The probem is that i never get the message in log file.
Should i do anything different when configuring pre-event handlers?