Hi,
I ma getting "org.hibernate.MappingException" please find below my scenario
Code:
I have deployed jasper reporting tool in Web sphere and tried load the aplication but i am getting this error "
An association from the table file_resource refers to an unmapped class: boolean
org.hibernate.MappingException: An association from the table file_resource refers to an unmapped class: boolean
at org.hibernate.cfg.Configuration.secondPassCompileForeignKeys(Configuration.java:1134) "
I am new to hibernate Please help me rgarding this.
Please find Stact trace as follows
Code:
[10/16/06 11:56:43:835 IST] 00000013 SystemErr R org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: An association from the table file_resource refers to an unmapped class: boolean
org.hibernate.MappingException: An association from the table file_resource refers to an unmapped class: boolean
at org.hibernate.cfg.Configuration.secondPassCompileForeignKeys(Configuration.java:1134)
at org.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:1052)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1168)