Hi,
I am getting the following error when i try to deploy hibernate application in
Jboss whereas if i run the model layer method alone as standalone application, Everything works fine.
java.lang.NoSuchMethodError: org.hibernate.SessionFactory.openSession()Lorg/hibernate/Session
My full stack trace is as follows
I have placed all hibernate related jars in Jboss/server/standard/lib folder
My method which opens the session is as follows
Thanks,
Shyam.