JDO « JPA « Spring Q&A





1. DataNucleus Hbase connection    stackoverflow.com

I have a J2EE app (Spring + DataNucleus JDO +Hbase). There are a set of scheduler jobs running in my container which keep writing to the Hbase. I want these jobs ...

2. Spring JDO - makePersistent not returning created object    stackoverflow.com

I'm using Spring and JDO connecting to a MySQL database. When I persist an object, I am expecting to see the created object returned by the makePersistent() method. It does return ...

3. Spring/JDO(Kodo) problem    forum.springsource.org

Spring/JDO(Kodo) problem I am currently testing Kodo JDO implementation with Spring framework, I implemented a DAO class, which extends JdoDaoSupport. The problem is each time when I try to use getJdoTemplate().find(...) ...

4. JDO - makePersistent returns an object with null values    forum.springsource.org

JDO - makePersistent returns an object with null values I'm using Spring and JDO connecting to a MySQL database. When I persist an object, I am expecting to see the created ...

5. Spring with the couple (tomcat,JDO framework) ?    forum.springsource.org

Spring with the couple (tomcat,JDO framework) ? I've to adapt a classical J2EE 3 tier architecture (Struts - EJB SLSB - Entity) which running in a bladeCenter into a smallest hardware ...

6. how to combine jdo and acl.basics    forum.springsource.org

hi i'm currently thinking about how to combine the basicacl package and jdo. but the object design of this package seems to be harmonizd with jdbc and designed jdo-unfriendly: Object relational ...

7. Is it possible to unit test a JDO-based DAO?    forum.springsource.org

Is it possible to unit test a JDO-based DAO? I posted a http://forum.springframework.org/showthread.php?t=18226 a few weeks ago. I'd like to write up some unit tests for my JDO based DAOs. My ...

8. JDO 1.0 + DAO update operation    forum.springsource.org

JDO 1.0 + DAO update operation How do you do update?? Could not find any useful examples about how to do updates when using JDO 1.0 implementation and DAO pattern. Use ...

9. Jackrabbit, JDO, JCA with Jencks, and Tomcat    forum.springsource.org

Jackrabbit, JDO, JCA with Jencks, and Tomcat So I've got Jackrabbit and JDO configured and working in my project. Everything works great, except that Jackrabbit didn't participate in the transactions with ...





10. Spring, JPOX JDO and TransactionNotActiveException    forum.springsource.org

Jul 4th, 2006, 01:43 PM #1 standa View Profile View Forum Posts Private Message Junior Member Join Date Jul 2006 Posts 1 Spring, JPOX JDO and TransactionNotActiveException Hello there. I'm using ...

11. Hibernate and JDO??    forum.springsource.org

Hello to all, I have some questions about persistence layer: I have read about Hibernate 3.0 and JDO 2.0, but I don't know what is the best solution to migrate existent ...

12. Using JDO as JPA vendor    forum.springsource.org

Hello, I have read an article that explains how developing a project with Spring 2 and JPA, JPA with ToopLink as jpaVendor. I would like to know if is possible to ...

13. Error getting JDO datasource connection    forum.springsource.org

Error getting JDO datasource connection Hi, I am using Spring framework and KODO JDO as database inteface. I am getting following error. This error happens just once a while and it ...

14. Spring intregration with Versant JDO problem    forum.springsource.org

Spring intregration with Versant JDO problem Hello, I'm using Spring 2.0 with Versant JDO (7.0.1.2). I'm using JdoDaoSupport, but there is something wrong in my envairoment. When I try to get ...

15. Spring+CMT+JDO    forum.springsource.org

Jun 13th, 2007, 09:59 AM #1 merlin View Profile View Forum Posts Private Message Junior Member Join Date Jun 2007 Posts 18 Spring+CMT+JDO Hello! Since I finally managed to get Spring ...

16. Spring DM and JDO    forum.springsource.org

I'm not aware of any tutorials but they should work along the lines for normal ORM integration. The two can definitely work once you get the weaving process (if needed) in ...





17. read-only not working (Dataucleus JDO+Spring)    forum.springsource.org

Jun 25th, 2009, 04:31 PM #1 mad_rug View Profile View Forum Posts Private Message Member Join Date Jun 2009 Posts 30 read-only not working (Dataucleus JDO+Spring) Hello I'm using DataNucleus JDO ...

18. Data Stores JAVA JDO    forum.springsource.org

Data Stores JAVA JDO Hi all, I m an engineering student and trying to deploy application on Google App Engine using languaage as java and Eclipse Helios IDE. I am making ...

19. JDO in Spring Documentation    forum.springsource.org

I checked against the Spring Reference Documentation V1.1 and found that the JDO section is empty. But I am going to use JDO inside Spring for my coming project, is there ...

20. JDO, KODO problems    forum.springsource.org

JDO, KODO problems We've started using solermetrics Kodo for the JDO implementaton. I'm surprised at the gotchas with it. Hopefully, someone can clarify the following issues. The first problem is with ...

21. Spring Data JDO request    forum.springsource.org

Spring Data JDO request JDO is largely a functional superset of JPA, encompassing not only relational databases, but also object databases and key/value stores. As there is no subproject of Spring ...

22. How to configure JDO in Spring !!!    coderanch.com