Quickstart Examples - Event Listener
====================================

This is a simple BPEL engine event listener example, which will display
activity events generated by the ODE engine to the server console. This
can be used to write a custom event listener for logging and management
purposes.

To deploy the example, open a command line window in the example's folder,
and simply type 'ant deploy'. To undeploy, use the command 'ant undeploy'.

Once the example event listener has been deployed, you will need to manually
update the $AS/server/default/deploy/riftsaw.sar/bpel.properties file to
include the following:

bpel.event.listeners=org.jboss.riftsaw.event.RiftSawEventListener

