Is the Speaker class in any package? If yes, are you using hbm file? If
yes, you will need to specify the fully qualified class name in the
mapping file. eg "com.sun.Speaker"
archana c wrote:
>
> Hi All,
>
> I have a problem with hibernate one to many mapping
> I am getting error
> Initial
>
> Hi All,
>
I have a problem with hibernate one to many mapping
I am getting error
Initial SessionFactory creation failed.org.hibernate.MappingException:
entity class not found: Speaker
even though I have specified the folder in class path and build path. Can
anyone please help me?
--~--~---