JBuilder2008 (Eclipse) and Hibernate 3.2. From the "Hibernate Configurations Panel" under the Hibernate Perspective, when i try and expand the SessionFactory tree, i get the component class not found error. Root of the error is ClassNotFound exception for a class which is a composite-id class.
All the classes were reverse engineered from an oracle database, and I have written (as described in the tutorials) and run HibernateUtil to get a session .... I have used the generated code and connected, read, wrote, to the database.
Wanting to use the HQLEditor from JB(Eclipse) but without the SessionFactory I am not having any luck.
Any Help is appreciated.
Raul
ps. working an a private network, so cant ust post configs etc...
|