python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
@Transactional throws TransactionRequiredException with ASPECTJ even with compile-time weaving plugin?
@Transactional throws TransactionRequiredException: No EntityManager with actual transaction available for current thread - cannot reliably process persist
when using AspectJ even with compile-time we...
advancing
Votes: 0
Answers: 0
An internal error occurred during: "Initializing Java Tooling". Could not initialize class org.eclipse.jdt.core.JavaConventions?
An internal error occurred during: "Initializing Java Tooling". Could not initialize class org.eclipse.jdt.core.JavaConventions After downloading AspectJ development Tools in Eclipse.
I am u...
advancing
Votes: 0
Answers: 1
Retrofit - having custom logic run when the call is executed
I'm using Retrofit for doing HTTP calls in a Spring boot application.
I'm trying to find a way to have my custom code runs whenever the API call is executed.
In the context of my custom code i need to...
mosh
Votes: 0
Answers: 1
Cyclic dependencies on multi-module maven project with AspectJ and Lombok
I am working with a third-party application, whose code is available, and I am trying to use AspectJ to get some additional behavior on a particular module (lets say A module) of such application. The...
Bea Pérez Valle
Votes: 0
Answers: 1