oracle « EJB « JPA Q&A





1. Generated primary keys start form 9951 instead of the 10000    stackoverflow.com

I make use of: NetBeans IDE 6.7.1, GlassFish v2.1, Oracle 10g XE, JAVA 6 SE, JAVA 5 EE, From inside a stateless EJB I persist entities of type customer I have the annotation: @SequenceGenerator(name="seq", ...

2. How to persist in JPA column of Data structures    stackoverflow.com

I am working on JBOSS5.1.1, EJB3.0, JPA, Oracle DB. I have an object which is mapped to a table at our ORACLE database. Recently I had to add another field to that object ...

3. Hibernate in EJB Containers(Oracle OC4J/Orion)    forum.hibernate.org

Hi Folks, I wonder if hibernate works in EJB Containers. As far as I know you are using dom4j for loading the mapping, aren't you? We had signficant problems parsing XML with dom4j in Oracles OC4J. So my question: Is hibernate able to get configured via JMX? Are there any reported problems with EJB Container Classloaders (You know Classloading could be ...