aspose file tools
The moose likes Object Relational Mapping and the fly likes Hibernate in Eclipse (RCP) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Hibernate in Eclipse (RCP)" Watch "Hibernate in Eclipse (RCP)" New topic
Author

Hibernate in Eclipse (RCP)

Darren Bell
Greenhorn

Joined: Aug 01, 2003
Posts: 14
Sorry if this is in the wrong place, but i thought i'd ask you guys/gals if you had used Hibernate in this way.

I am struggling to use hibernate in a plugin. I have all the jars for hibernate in one plugin. All my model classes for a database are in another plugin and the user interface (views etc) are in another plugin.

These all get wrapped into an RCP app.

The problem is that hibernate cannot find the model classes at runtime. I know this is to do with class loaders, but how can i make hibernate find the classes.

Any help on this would be appreciative.

Thanks
Darren.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Hibernate in Eclipse (RCP)
 
Similar Threads
Swing with eclipse IDE
Eclipse RCP EJB client
using ant script in eclipse
Eclipse 3.0: CVS Plug-In + RCP client
using ant script in eclipse