Hi,
I'm using JBoss 3.0.3 with Hibernate 2.1beta3 and Struts 1.1.
While deploying my project as a SAR-file, I get the following error:
2003-09-12 01:38:08,206 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: WEB-INF/classes/de/sam/strutstest/dto/mappings/User.hbm.xml
2003-09-12 01:38:08,237 ERROR [net.sf.hibernate.cfg.Configuration] Could not compile the mapping document
java.lang.ClassNotFoundException: de.sam.strutstest.dto.User
But the WAR-file inside includes the class de.sam.strutstest.dto.User in strutstest.war/WEB-INF/classes/de/sam/strutstest/dto (the mapping file is in path strutstest.war/WEB-INF/classes/de/sam/strutstest/dto/mappings).
Sorry, if this is a stupid question. It's late and I haven't an idea where the error is coming from.
|