ejb « Schema « JPA Q&A





1. Why does EclipseLink think my database schema doesn't exist?    stackoverflow.com

I'm working on a web project using EJB 3.0, and whenever EclipseLink tries to interact with the database, it says that the schema I'm using doesn't exist (which it does). I ...

2. Programatic Schema Export with Hibernate and EJB3    coderanch.com

I am developing J2SE Application with Hibernate and HSQL database and I want db schema to be created programatically. I following EJB3 - JPA approach and using persistence.xml as show below. http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" version="1.0"> org.hibernate.ejb.HibernatePersistence