JBoss 5 « JBoss « JPA Q&A





1. Recipe for upgrading JBoss 5.x Hibernate to 3.5.x?    stackoverflow.com

I'd like to upgrade the Hibernate installation that ships as part of JBoss 5.1.x to Hibernate 3.5.x. Is there an "approved" recipe for doing this?

2. Hibernate 3.5-Final in JBoss 5.1.0.GA    stackoverflow.com

Hibernate 3.5-Final is finally here and it offers the much anticipated JPA2 support, amongst other features. I am working on a project(EJB3 based) using JBoss 5.1.0.GA and Hibernate 3.3, ...

3. Possible to upgrade jboss 5.1 jpa1 to jpa 2    stackoverflow.com

Is it possible to upgrade Hibernate/JPA that is shipped with JBoss 5.1 to use JPA 2.0? I am interested in making use of the OrderColumn. I am unable to upgrade JBoss ...

4. Jboss 5.1.0 hibernate 3.0.5 problem    stackoverflow.com

I am trying to deploy a web application which is using hibernate 3.0.5 in JBOSS 5.1.0. I am running in to some problems. The same war file is working fine in ...

5. xml parser problem with jboss5    forum.hibernate.org

Hello Friends, Problem is regarding Jboss 5 deployment. My application uses Spring, Hibernate. EAR deploy over the jboss4 works perfectly but problem with Jboss5, throws exception:- jboss java.lang.classcastexception org.apache.xerces.jaxp.documentbuilderfactoryimpl I can trace that this is basically due to the xml parsers. Jboss 5 already contains the xalan and xercesImpl jars (not xml-apis) and my app also bundles the xalan and xml-apis ...

6. Hibernate 3.3.1 & JBoss 5.1.0 - new Configuration() issue    forum.hibernate.org

Hi, I'm new to setting up a new hibernate application.... though I've worked on modifying and adding code in existing/already configured applications... I tried to deploy and run a basic jsp application with hibernate code, but I haven't managed to get past the SessionFactory creation. In my jsp, i have code in a scriptlet with creates a new Configuration and then ...