Joined: Mon May 10, 2004 1:58 pm Posts: 5 Location: Miami, FL
|
After some refactoring, I am unable to load hibern8ide due to a "class not found" error.
My previous (working) setup was like this
/src
hibernate.properties
hibernate.cfg.xml
/hibernate <--- hbm files
hbmclasses.jar <--- a jar file with all the required classes
My current (broken) setup is like this
/src
hibernate.properties
hibernate.cfg.xml
/com/fotozap/data <--- hibernate domain objects
/com/fotozap/data/dao/hibernate <---hbm files
hbmclasses.jar <--- jar file w/ classes
The main difference is that in my prior setup, the hbm files were outside of the /src folder. In my new setup the hbm files are in the source tree, and they are below the domain objects in the tree.
I am having the darndest time trying to figure out how/where hibern8ide is looking for the classes now.
Please help!!
Thanks in advance,
--Alex
|
|