Page 1 of 1

About Question enthuware.jwpv6.2.630 :

Posted: Sun Apr 24, 2016 5:39 am
by lukenhung
Hi guys,

What will happen when WFRequestListener is not a annotated of @WebListener?( I mean WFRequestListener just declared in web-fragment.xml)

Thanks in advantage.

Re: About Question enthuware.jwpv6.2.630 :

Posted: Sun Apr 24, 2016 5:43 am
by admin
I am not sure what are you expecting to happen? If a class implements a listener interface and is configured correctly in the deployment descriptor, its listener method will be invoked.
-Paul.