Hi Jim
Sorry, no, I did not get any further with this.
Martin
Type: Posts; User: mbayly; Keyword(s):
Hi Jim
Sorry, no, I did not get any further with this.
Martin
I tried running two tests subclassed from AbstractJpaTests in a JUnit TestSuite.
Each test runs find independently but when run as a test suite the first test method in the second testcase fails...
Hi
Why would you choose to use a hierarchical application context over just initializing a single application context from multiple resource files (e.g. XML files)?
Still very new to Spring so...
Is it possible to have an extended persistence context in a Spring JSE application that supports multiple embedded transactions?
e.g. lets say I have a long running operation that I want to break...
Hi Costin
Thanks for the interest. I was able to move on from this issue by using the debug build of Derby. Then eventually I was able to get JPA+Spring+Toplink+Embedded Derby working in an...
I decided to download the latest version of Derby to see if that made any difference. I was using 10.1.3.1. I upgraded to 10.2.1.6. However, this made no difference - still get same error.
So...
Looks like I cut of the bottom part of the stack trace so here it is in full:
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2006.8 (Build 060908)):...
I've been trying to get Mark Fisher's 'Getting Started with JPA in Spring 2.0' blog step by step guide to using JPA in a standalone environment working with Apache Derby. I can get the tests...