Jasmin,Is your class included in the custom component?Yes, It is a
annotated entity class, When creating sessionFactory it is not loading
the class.i'm using flowing code block for creating
sessionFactory,factory = new
AnnotationConfiguration().addAnnotatedClass(dao.entity.UserEntity.class).setProperty("hibernate.dialect",m_dialect
).setProperty("hibernate.connection.driver_class",
m_driverClass).setProperty("hibernate.connection.url", m_connectionUrl
).setProperty("hibernate.connection.username...