I managed to get it working late yesterday using an annotation instead of the pattern matching. If I have time I'll circle back and see if we can't solve why the pattern didn't work.
Type: Posts; User: modnar; Keyword(s):
I managed to get it working late yesterday using an annotation instead of the pattern matching. If I have time I'll circle back and see if we can't solve why the pattern didn't work.
Hi
I'm having a very odd problem and I can't figure out what it is. I have a series of services, whose interfaces all extend from the same abstract, base interface. This base interface contains...
Calling setComplete() and endTransaction() fixed it.
I tried each individually, but never together. Doh!
I have a DAO layer which utilizes JPA and the Hibernate implementation. There are a series of entities using the JPA annotations to define ORM mappings and DAO objects associated with those...
Has anyone found a resolution to this? I'm running into the same issue and have code similar to the examples of this post.