hsqldb « EJB « JPA Q&A





1. HSQLDB EJB3.0 Hibernate Cannot Connect to DB    stackoverflow.com

I am attempting to create a EJB3.0 container-managed persistence bean and am having issues with connecting to the in-memory HSQLDB used by unit tests. I am using OpenEJB for my standalone ...

2. Change Hypersonic DS to MySql DS    stackoverflow.com

I try to switch an existing (and well deploying) application to MySql instead of Hypersonic. After I follow all steps from JBoss tutorial my application fails in deploy saying: org.hibernate.MappingException: An association ...