sessionfactory « Eclipse « JPA Q&A





1. Problems using eclipse Hibernate plugin - could not locate sessionfactory in JNDI    stackoverflow.com

I'm using the reverse engineering capabilities built into the eclipse hibernate plugin to generate dao's and hbm.xml files for each table. It does it quite well but when I try to use ...

2. how to fix the session factory using the hibernate tools with eclipse?    stackoverflow.com

I get an exception when i try to use the dao class that hibernate tools generates like this: Could not locate sessionfactory in Jndi... I donĀ“t know how to fix that.. If anyone ...