xsd « Update « JPA Q&A





1. How can I leverage JPA when code is generated?    stackoverflow.com

I have classes for entities like Customer, InternalCustomer, ExternalCustomer (with the appropriate inheritance) generated from an xml schema. I would like to use JPA (suggest specific implementation in your answer if ...

2. XSD for JPA 2.0    stackoverflow.com

A time ago XSD for JPA 2.0 could be found here http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd But now this link is gone. The question is, where can I find this XSD?

3. create database for OTA messages from XSDs (persisting OTA messages)    stackoverflow.com

I have to tackle a project with OTA (open travel alliance) messages. These xml messages have huge xsd s, and I am trying to find a way to resemble them in ...

4. Error reading persistence_1_0.xsd from with rar.    forum.hibernate.org

Hi, I have a project that has been built as a RAR. The project uses Spring and Hibernate (with JPA) and is being deployed to Weblogic. Upon deployment to Weblogic, the Spring Resource Adaptor loads the spring xml files correctly. It gets to the point of creating its EntityManager, at which point it blows up (error below). I've checked the xsd ...