JFrame « AOP « Spring Q&A





1. Cannot apply AOP to JFrame    forum.springsource.org

Cannot apply AOP to JFrame 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 javax.swing.TransferHandler$HasGetTransferHandler at ...

2. Help with AOP + JFrame    forum.springsource.org

Help with AOP + JFrame Hi i create one JFrame and need to use AOP with that JFrame, but when i create my bean(JFrame) i got that error: Code: org.springframework.beans.factory.BeanCreationException: Error ...