Hi,I am using hibernate 4.0.1 for CRUD operations upon page replication. For this i have written eventhandler, in handleEvent method i am writing logic to persist page property in database using hibernate.I am getting class not found error in hibernate. added all dependencies in POM file, showing al...