Toplink « JPA « Spring Q&A





1. Failed to retrieve "entityManagerFactory" using Geronimo    stackoverflow.com

I have just started studying Spring framework. My current goal is to access database from my bean through JPA (TopLink** provider) on Geronimo server. But I can't overcome the problem of ...

2. Toplink support    forum.springsource.org

Hi guys, I've implemented a basic Toplink support modeled (shamelessly stolen) after the Hibernate support. I've also added a petclinic example that uses Toplink. Is anyone interested in this? Should I ...

3. Spring + JPA (TopLink) Not generating DDLs    forum.springsource.org

Jul 19th, 2011, 02:08 AM #1 ddurst555808 View Profile View Forum Posts Private Message Junior Member Join Date Jul 2011 Posts 7 Spring + JPA (TopLink) Not generating DDLs After 5 ...

4. TopLink - Is it really transparent?    forum.springsource.org

TopLink - Is it really transparent? Hi, I'm new to both Spring and O/R. Actually, O/R is what lead me to Spring when I read the article about the Spring-TopLink integration ...

5. TopLink in Spring 1.2    forum.springsource.org

TopLink in Spring 1.2 I'm assuming questions on Spring/TopLink should be posted here. If not please let me know which forum provides support. The Petclinic example has changed a little since ...

6. Problem in Spring 1.2.3 and TopLink 10.1.3    forum.springsource.org

Problem in Spring 1.2.3 and TopLink 10.1.3 I defined the following bean in ApplicationContext.xml. When I load my application, I ...

7. Toplink SessionEvent handling and Spring declarative tx    forum.springsource.org

Toplink SessionEvent handling and Spring declarative tx We're experiencing an UnexpectedRollbackException at the moment that a runtimeexception is thrown in a method that implements oracle.toplink.sessions.SessionEventLister.prepare UnitOfWork(SessionEvent e) These toplink sessioneventlisteners plug ...

8. Toplink DataBaseLogin NoSuchMethod setLogin    forum.springsource.org

Toplink DataBaseLogin NoSuchMethod setLogin Hi I'm using Toplink (10.1.3 Developer Preview 4) and Spring 1.2.6 (also tested using 1.2.5). I'm attempting to set through Spring Configuration the oracle.toplink.sessions.DatabaseLogin so that I ...

9. java.lang.IllegalStateException with petclinic - TopLink OR mapper    forum.springsource.org

java.lang.IllegalStateException with petclinic - TopLink OR mapper Hello, I'm pretty new to Spring, so I went through the petclinc sample app. It works fine with plain JDBC and also with a ...





10. Help for PetClinic sample(Hibernate,Toplink and JDBC) demo using Spring-Framework    forum.springsource.org

Help for PetClinic sample(Hibernate,Toplink and JDBC) demo app using Spring-Framework Hi, I want to compare the performance of ORM tool for Hibernate,Toplink and JDBC and i was download the sample PetClinic ...

11. SPRING MOCK TOPLINK - Replace with real TopLink library to execute    forum.springsource.org

Hi all, I'm getting the following error when loading the LocalSessionFactoryBean in a Spring ClassPathXmlApplicationContext from a JUnit unit test: SPRING MOCK TOPLINK - Replace with real TopLink library to execute ...

12. Spring and TopLink    forum.springsource.org

May 17th, 2006, 12:00 PM #1 Scott Tavares View Profile View Forum Posts Private Message Member Join Date Oct 2004 Posts 31 Spring and TopLink What is the correct way to ...

13. Toplink UnitOfWork errors    forum.springsource.org

Toplink UnitOfWork errors I am currently developing an application with JSF, Toplink and Spring, for the most part my queries seem to work fine but for some reason after persisting the ...

14. AbstractTransactionalDataSourceSpringContextTests and Toplink    forum.springsource.org

AbstractTransactionalDataSourceSpringContextTests and Toplink Hi We are attempting to use the AbstractTransactionalDataSourceSpringContextTests to unit test Toplink DAO, using the JDBCTemplate to verify results. However, any updates to the Database are not found ...

15. Problems with LocalContainerEntityManagerFactoryBean and Toplink Essentials    forum.springsource.org

Problems with LocalContainerEntityManagerFactoryBean and Toplink Essentials Hi, I'm using Spring 2.0 RC2 and Toplink Essentials v2 b06, and have Code: springJpaPU

16. Weblogic 9.2 and JPA with Toplink    forum.springsource.org

Jul 27th, 2006, 02:53 PM #1 dan19460 View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date Aug 2004 Location Philadelphia, PA, USA Posts 17 Weblogic 9.2 and ...





17. Spring 2.0 RC4 and JPA (toplink-essentials)    forum.springsource.org

Spring 2.0 RC4 and JPA (toplink-essentials) I have a JSF application which runs on tomcat 5.5.17 and I'm using toplink-essentials as persistence framework. Everything worked fine with Spring 2.0 RC3. After ...

18. Spring 2.0 + JPA + Toplink + EclipseRCP    forum.springsource.org

Oct 11th, 2006, 06:42 AM #1 sliwa.andrzej View Profile View Forum Posts Private Message Junior Member Join Date Oct 2006 Posts 7 Spring 2.0 + JPA + Toplink + EclipseRCP Hi ...

19. I Need sample of SPRING 2.0 + TOPLINK + DERBY run as java aplication SE    forum.springsource.org

Oct 18th, 2006, 04:17 AM #1 sliwa.andrzej View Profile View Forum Posts Private Message Junior Member Join Date Oct 2006 Posts 7 I Need sample of SPRING 2.0 + TOPLINK + ...

20. Strange ClassClassException when using Spring2.0+JPA+TopLink Essentials    forum.springsource.org

Strange ClassClassException when using Spring2.0+JPA+TopLink Essentials Hi All, I am new to Spring and using Spring2.0 +JPA ( with TopLInk Essentials) and i have modified the sample example given at the ...

21. TopLink with Spring - Cache Handling Problems    forum.springsource.org

Solved: TopLink with Spring - Cache Handling Problems Hi folks, I have a small problem with my Spring/JPA/Toplink webapp. Everything works fine the dataloading and all the other fine JPA-things. But ...

22. JPA TopLink Derby    forum.springsource.org

Oct 24th, 2006, 08:01 AM #1 dmfrey View Profile View Forum Posts Private Message Senior Member Join Date Aug 2004 Location Allentown, PA Posts 120 JPA TopLink Derby Good morning, I ...

23. TopLink Essentials, MySQL 4.1, Error preallocating sequence numbers    forum.springsource.org

Oct 26th, 2006, 07:10 AM #1 dmfrey View Profile View Forum Posts Private Message Senior Member Join Date Aug 2004 Location Allentown, PA Posts 120 TopLink Essentials, MySQL 4.1, Error preallocating ...

24. JPA Toplink Derby and Handy Aspects    forum.springsource.org

Oct 26th, 2006, 08:18 PM #1 Jim Shingler View Profile View Forum Posts Private Message Junior Member Join Date Oct 2006 Posts 6 JPA Toplink Derby and Handy Aspects Hey All, ...

25. Toplink OXM Support    forum.springsource.org

Hi, I am currently investigating usage of Spring Web Services, and looking at the differing OXM providers. We are a current user of Toplink for ORM, and I wondered whether any ...

26. Spring + TopLink + Embedded Derby    forum.springsource.org

PHP Code: ...

27. (JPA+TopLink+MySql4.1) Primary Key not getting Generated !!    forum.springsource.org

(JPA+TopLink+MySql4.1) Primary Key not getting Generated !! Hi All, I am using Spring2.0+ TopLink Essentials and the DB is MySQL4.1 When i try to run my simple test cases for inserting ...

28. Toplink ignores JPA annotations / porting Petclinic    forum.springsource.org

Dec 17th, 2006, 08:42 AM #1 IngoM View Profile View Forum Posts Private Message Junior Member Join Date Dec 2006 Posts 4 Toplink ignores JPA annotations / porting Petclinic As the ...

29. Junit with spring - jpa -toplink    forum.springsource.org

Junit with spring - jpa -toplink Hi, I have a junit that I am trying to run with a jpa dao/spring with toplink db connected to oracle. When I try to ...

30. JPA and Toplink issue    forum.springsource.org

JPA and Toplink issue I am using spring 2 with toplink-essentials for jpa. I have the following DAO class. The findAll and findById methods work fine. The 3rd find method with ...

31. EntityManagerFactory exception with AbstractJpaTests + TopLink + TestSuite    forum.springsource.org

EntityManagerFactory exception with AbstractJpaTests + TopLink + TestSuite I tried running two tests subclassed from AbstractJpaTests in a JUnit TestSuite. Each test runs find independently but when run as a test ...

32. Help!!! TopLink with Spring 2.0    forum.springsource.org

Jan 24th, 2007, 04:09 AM #1 vikees View Profile View Forum Posts Private Message Junior Member Join Date Jan 2007 Posts 5 Help!!! TopLink with Spring 2.0 Help!!!!!!!!!!!!!!! TopLink with Spring ...

33. Spring + Toplink + Log4j    forum.springsource.org

Jan 27th, 2007, 08:09 AM #1 ADSpring View Profile View Forum Posts Private Message Junior Member Join Date Jan 2007 Posts 11 Spring + Toplink + Log4j Hello, I am trying ...

34. AbstractJpaTests + Toplink + TestSuite    forum.springsource.org

AbstractJpaTests + Toplink + TestSuite We are currently facing some problems using Toplink as JPA implementation when combining several test cases derived from AbstractJpaTests into a TestSuite. Each test run fine, ...

35. TopLink JPA, HSQLDB, and Uniqueness Constraints    forum.springsource.org

TopLink JPA, HSQLDB, and Uniqueness Constraints Hello! I'm trying to use TopLink JPA v2 b36, HSQLDB 1.8.0, and Spring 2.0.2 to run some integration tests. Everything works great, until I add ...

36. JPA w/ toplink RI on Tomcat 5.5.20    forum.springsource.org

Mar 6th, 2007, 06:46 AM #1 Declan Cox View Profile View Forum Posts Private Message Junior Member Join Date Mar 2007 Location Killaloe, Ireland Posts 1 JPA w/ toplink RI on ...

37. Spring + JPA (Toplink) not a known entity type (InvalidDataAccessApiUsageException)    forum.springsource.org

Mar 7th, 2007, 03:19 PM #1 Debashis View Profile View Forum Posts Private Message Junior Member Join Date Mar 2007 Posts 1 Spring + JPA (Toplink) not a known entity type ...

38. Spring + Glassfish Toplink    forum.springsource.org

i've been trying to make spring retrieve new data on one-to-many relationships when I modify a column using plain sql, any idea? I've tried refreshing the parent entity but when the ...

39. Spring 2.x + TopLink using spring-toplink.jar    forum.springsource.org

Spring 2.x + TopLink using spring-toplink.jar I have Spring 2 working nicely with TopLink using the JpaDaoSupport class. All I had to do was define an entityManagerFactory referencing the persistence unit ...

40. Need help setting up TopLink project    forum.springsource.org

PHP Code:     forum.springsource.org

Jan 14th, 2008, 06:29 AM #1 Jan-Martijn View Profile View Forum Posts Private Message Junior Member Join Date Jan 2008 Posts 11 JPA/Toplink: "is not a known entity type" - problem ...

57. Toplink Jpa Class not found    forum.springsource.org

Mar 22nd, 2008, 10:26 PM #1 shaneS View Profile View Forum Posts Private Message Junior Member Join Date Mar 2008 Posts 9 Toplink Jpa Class not found Hey guys, I work ...

58. toplink cahe does not work with LocalContainerEntityManagerFactoryBean    forum.springsource.org

Apr 14th, 2008, 04:09 PM #1 5hao View Profile View Forum Posts Private Message Junior Member Join Date Apr 2008 Posts 5 toplink cahe does not work with LocalContainerEntityManagerFactoryBean Hello, I ...

59. Spring DM TopLink    forum.springsource.org

May 28th, 2008, 10:36 PM #1 dinamlab View Profile View Forum Posts Private Message Junior Member Join Date May 2008 Posts 12 Spring DM TopLink Hi Im trying spring osgi, I ...

60. Spring DM and LTW for TopLink    forum.springsource.org

61. Trouble setting up Spring and JPA w/ Toplink    forum.springsource.org

Trouble setting up Spring and JPA w/ Toplink I have been searching these forums and reading all sorts of articles and I have tried just about every option, but I just ...

62. Configurable on Entities with Spring 2.5, Glassfish 2 and Toplink Essentials JPA    forum.springsource.org

Configurable on Entities with Spring 2.5, Glassfish 2 and Toplink Essentials JPA Hi all, I'm trying to use Spring's Configurable annotation on JPA entities in an application which is deployed to ...

63. prob running jpa annotations using toplink in tomcat    forum.springsource.org

Jul 10th, 2008, 03:23 PM #1 masterofpuppets View Profile View Forum Posts Private Message Junior Member Join Date Jul 2008 Posts 6 prob running jpa annotations using toplink in tomcat Hey ...

64. JPA Toplink AbstractJpaTests    forum.springsource.org

JPA Toplink AbstractJpaTests Having an issue getting AbstractJpaTests to run. Hope someone can help. The following error is thrown from running JUnit Code: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'siteService' defined ...

65. Spring 2.5 + JPA with EclipseLink / Toplink table generation    forum.springsource.org

Spring 2.5 + JPA with EclipseLink / Toplink table generation Hi, I'm new to Spring and trying to evaluate a JPA-based data access setup with not much success. The goal is ...

66. Cannot get Toplink 11g persistence to work    forum.springsource.org

Jan 25th, 2009, 10:58 PM #1 explodingbeans View Profile View Forum Posts Private Message Junior Member Join Date Jan 2009 Location Austin Posts 1 Cannot get Toplink 11g persistence to work ...

67. SPR-5232 removing Toplink Native API Support    forum.springsource.org

SPR-5232 removing Toplink Native API Support Hi Following attendance at (the excellent!) Spring exchange yesterday, I am following up the mention of the removal of "Traditional Toplink Support" within Spring 3.0. ...

68. OC4J 10.1.3 + Spring 2.5.x + Toplink 11g    forum.springsource.org

OC4J 10.1.3 + Spring 2.5.x + Toplink 11g Hi all, I would like to ask about the spring configuration change when migrating Toplink from 10g to 11g (without JPA). When I ...

69. issue in congigurating spring and jpa with hibernate and toplink adapaters    forum.springsource.org

issue in congigurating spring and jpa with hibernate and toplink adapaters Hi, I am porting an Spring - JPA component running in tomcat server to weblogic 10.3. We have used top-link ...

70. JPA and Toplink, not generating tables    forum.springsource.org

JPA and Toplink, not generating tables Hi, I am using Toplink JPA with MySQL5 and have my persistence.xml file configured to create my database tables. The app starts up ok but ...

71. configure jpa toplink weblogic    forum.springsource.org

I am trying to configure Spring, JPA using Toplink on Weblogic 10gR3. I have searched online for how to configure this but have not found any resources. Does anyone know of ...

72. toplink mapping    forum.springsource.org

I'm exploring moving from hibernate to toplink and think I've followed the directions in the manual, but cannot for the life of me find an example mappings.xml file I can use ...

73. Migrate Spring 2.5 + Kodo to Spring 2.5 + Oracle TopLink 11g    forum.springsource.org

Jul 16th, 2009, 03:02 AM #1 jgbaldasano View Profile View Forum Posts Private Message Junior Member Join Date Jul 2009 Posts 1 Migrate Spring 2.5 + Kodo to Spring 2.5 + ...

74. Spring 2.5 with TopLink 11G    forum.springsource.org

Spring 2.5 with TopLink 11G Hi, We are developing a product. The technology stack for it includes Spring 2.5 and TopLink 11G. We are using Jdeveloper 11 G for development. While ...

75. Spring JPA TopLink    forum.springsource.org

Jul 23rd, 2009, 10:39 AM #1 chkiranit@gmail.com View Profile View Forum Posts Private Message Junior Member Join Date Jul 2009 Posts 1 Spring JPA TopLink Hi, I am new to Jpa ...

76. Spring JPA TopLink    forum.springsource.org

Jul 23rd, 2009, 10:53 AM #1 chkiranit View Profile View Forum Posts Private Message Junior Member Join Date Jul 2009 Posts 1 Spring JPA TopLink Hi, I am new to Jpa ...

77. Spring with Toplink    forum.springsource.org

78. Spring 2.5, JPA, JSF app AND toplink QueryException    forum.springsource.org

Spring 2.5, JPA, JSF app AND toplink QueryException Hello together, I have a Spring 2.5 web application with JPA and JSF running on Glassfish and a PostgreSql database. Everything is running ...

79. EntityManager null Spring+TopLink+Tomcat+MySQL    forum.springsource.org

Feb 26th, 2010, 06:37 AM #1 effervescente View Profile View Forum Posts Private Message Junior Member Join Date Feb 2010 Posts 2 EntityManager null Spring+TopLink+Tomcat+MySQL Greatings: I do not get run ...

80. Spring Logs and Toplink    forum.springsource.org

Spring Logs and Toplink Hi, I use spring, with toplink and log4j on tomcat. I have a configuration which allows me to log the output to a file for my program ...

81. Spring, toplink and maven    forum.springsource.org

May 24th, 2010, 07:00 AM #1 mahmood81 View Profile View Forum Posts Private Message Junior Member Join Date May 2010 Posts 1 Spring, toplink and maven Hi all, I am using ...

82. TopLink Support    forum.springsource.org

There was talk about 4-6 months ago about somebody donating a TopLink implementation of the convenience classes (similar to support for Hibernate, JDO, etc.). I do not believe that ever went ...

83. Spring/JPA/TopLink 11g extensions    coderanch.com