| Hi All, max,
 I try HibernateTools for Eclipse Calisto, and got several strange behavior
 
 if i remove the class map which all of these are hibernate annonation, the hibernate configuration, work well, and i can see the tables.
 
 but if I try to try my HQL, they said that annonationconfiguration is not working.
 
 but when i try to add the class map (pojo with hibernate annonation syntax), the configuration cannot work.
 
 this is the error, when i put my hibernate.cfg.xml with class.
 
 FYI, this annonation are 100% work in my project, and of course using manual way.
 
 org.hibernate.console.HibernateConsoleRuntimeException: Could not load AnnotationConfiguration
 org.hibernate.MappingException: Unable to load class declared as <mapping class="org.blueoxygen.cimande.BusinessPartner"/> in the configuration:
 org.hibernate.MappingException: Unable to load class declared as <mapping class="org.blueoxygen.cimande.BusinessPartner"/> in the configuration:
 java.lang.ClassNotFoundException: org.blueoxygen.cimande.BusinessPartner
 _________________
 Frans Thamura
 BlueOxygen Cimande Workspace
 http://cimande.dev.java.net
 
 Intercitra Prima Integrasi
 Jakarta, Indonesia
 
 
 |