Hi
I'm using Ganymede 3.4 with the latest Spring IDE and AJDT plugin, but when I try to open an aspect file with .aj extension using aspectj editor then I got the following NPE error. Does anyone...
Type: Posts; User: dmak168; Keyword(s):
Hi
I'm using Ganymede 3.4 with the latest Spring IDE and AJDT plugin, but when I try to open an aspect file with .aj extension using aspectj editor then I got the following NPE error. Does anyone...
Hi Mark
By looking at class JpaRestaurantDao I notice that it make use of JpaTemplate which provides in addition to providing the one-liner convenience methods, it also provides automatic...
Great, now it works like a charm. Thanks a million Mark :)
If you take a closer look at the CTOR, it does use DJ through application context ... and the transaction management is done through JpaRestaurantDao.
If like you said 'transaction management' is...
Hi
I followed Mark Fisher's tutorial Getting Started With JPA in Spring 2.0 and ran JpaRestaurantDaoTests with JUnit found everything worked just fine.
But If run JpaRestaurantDaoTests WITHOUT...