Hi,
I am new to hibernate technology.I am trying to use Ms-access database with hibernate.For that i created a new MSAccessDialect class by extending Dialect but iam getting a error message saying MSAccessDialect is not found when i run the code. I dont know where to keep this class.I created a package org.hibernate.dialect in my project and put the MSAccessDialect class there.Also i tried to put the MSAccessDialect in Jboss server org.hibernate.dialect package as .class file.Still i am getting the same error.Please kindly help me where to keep this MSAccessDialect java file so that my JVM can find it.Also tell me the configuration for the hibernate.cfg.xml file.
Thanks and regards, shalini
|