jboss « POJO « JPA Q&A





1. JBoss POJO cache with Hibernate    stackoverflow.com

I'm trying to implement replicated caching using the JBoss POJO cache, running on JBoss 4.2.3. The system is huge, and has a Reference Mapper chain that checks caches before sending requests ...

2. Which version of Hibernate tools file i should use to generate hibernate POJO for java 5    stackoverflow.com

It could be a silly question and i am sorry for that. I am using ant task for generating POJO and hbm file from databse by using hybernate reverse engg. But that is ...

3. Jboss Pojo Cache with Hibernate Reverse engineering tool    forum.hibernate.org

Hello Friends, We are using Hibernate Reverse engineering tool to generate pojo's and DAO classes with Annotations (not using hbm). We need to use jboss cache as a second level cache. Thus we need in add @Cache(usage = CacheConcurrencyStrategy.TRANSACTIONAL) or @Cache(usage = CacheConcurrencyStrategy.READ_ONLY) in the generated pojo's to support the jboss cache. Can this be directly generated by the Hibernate tool ...

4. Unable to find POJO class on jboss.    forum.hibernate.org

Dear all I am using Hibernate 3.2.6.I have created one small example of creating user using hibernate.I am using the database oracle 10g and JDK1.5.I am trying to deploy my application on the JBOSS 4.0.5-GA. Here is my Persistence.xml Its inside WebContent/META-INF folder. org.hibernate.ejb.HibernatePersistence

5. Hibernate and JBoss POJO Cache problems    forum.hibernate.org

Author Message joneian Post subject: Hibernate and JBoss POJO Cache problems Posted: Sun Feb 15, 2009 4:52 pm Newbie Joined: Sun Feb 15, 2009 3:51 pm Posts: 1 Hi, I'm trying to write an application which loads objects from a database using Hibernate, and then add them to a JBoss POJO Cache, but there seems to be an incompatibility. ...