aspectj « JPA « Spring Q&A





1. Trouble with Aspectj load-time-weaving when using EclipseLink JPA in Spring dm Server 1.x    stackoverflow.com

I am attempting to get EclipseLink JPA working inside the Spring dm Server OSGi environment. Relevant frameworks and libraries downloaded from the Spring Enterprise Bundle Repository include:

  • dm Server 1.0.2.SR02
  • AspectJ Runtime 1.6.3
  • AspectJ ...

2. How to automatically set date_created using spring aop    stackoverflow.com

i've been working on a project in java+maven+spring+hibernate and i wanted to automatically assign the current date to the POJOs before the calling of saveorupdate. i wouldn't mind creating new Date() ...

3. How to use Dynamic Proxies with JSF when the method signature contains Object ... args    stackoverflow.com

I'm having some trouble with Spring, JPA and Dynamic Proxy DAO classes which are initialized as Spring Beans. This particular project has been plaguing me on the persistence/transaction side for some ...

4. Spring - slf4J : how to automatically log errors and exceptions?    stackoverflow.com

We are using Spring with slf4j and hibernate, I'm trying to figure out a way to log exceptions and errors automatically (i.e without initiating an instance of the debugger in each ...

5. How to do Spring Persistence Exception Translation with AspectJ    stackoverflow.com

I am using Spring 3.0 with AspectJ and like use AspectJ more than AOP Proxies. That seams to work for almost every concern, but not for the Persistence Exception Translation. - My ...

6. Spring AOP Advice for Hibernate managed POJO    stackoverflow.com

I have a parent-child relationship, such as Order to Order Item, which I have represented in the domain model like this:

public class Order {
    private int id;  ...

7. Advice executes properly only in debug mode (Spring, Aspectj, Hibernate)    forum.springsource.org

Advice executes properly only in debug mode (Spring, Aspectj, Hibernate) Hi, I'm a newb to the AOP so sorry if the solution to my problem is trival. I've been trying to ...

8. Failed to lazy load object with Hibernate when using AspectJ    forum.springsource.org

Failed to lazy load object with Hibernate when using AspectJ Hi, I am using AspectJ to dependency inject a domain object (domain.report.Report) and I'm using Hibernate for persistency. When I run ...

9. Aspectj Weaving JPA- In Standalone Equinox    forum.springsource.org

Aspectj Weaving JPA- In Standalone Equinox I'm trying to deploy a bundle using AspectJ Weaving with JPA in a standalone Equinox instance. But I can't seem to activate the weaver, I've ...