Is solved
Details see http://jira.springsource.org/browse/SPR-5708
Type: Posts; User: wwan; Keyword(s):
Is solved
Details see http://jira.springsource.org/browse/SPR-5708
Added the source that caused my problem
Hi. I do have to wrap a JFrame but get the following exception.
Exception in thread "main" java.lang.IllegalAccessError: class javax.swing.$Proxy0 cannot access its superinterface...
Hi
I have a problem starting my client in a secure context when I use spring.
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
at...
Hi as far as I understood AspectJ does not Support weaving into collection classes (existing implementations). Therefore the usage is disqualified for my usage.
I want to implement the old MVC pattern using AOP. For that I need to apply advices to my business objects. That means to objects that are not defined in the application context. They are prepared by...