I haven't had an opportunity to find a minimal code set that replicates the bug. I just know that removing generic interfaces removes the bug.
Now that I know its necessary, I'll open up a report...
Type: Posts; User: solman; Keyword(s):
I haven't had an opportunity to find a minimal code set that replicates the bug. I just know that removing generic interfaces removes the bug.
Now that I know its necessary, I'll open up a report...
I have had a problem using AOP on classes that implement generic interfaces. Before I understood that this was the problem, I posted about this issue here:
...
Please help me.
I am using Spring 1.1 and JDK 1.5rc and each time I attempt to use TransactionProxyFactoryBean I get stuck in a recursive loop inside of CGLIB. Below you can find the relevant...