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 all jars in classpath too, bundle is deployed successfully and
it is in active state. hibernate.cfg.xml i have put in
src/main/resources folder and added this folder in
classpath.java.lang.NoClassDefFou...