Technical Debts
- AOP proxy for named proxy:
need to update QueryIntroductionInterceptor.invoke( ) so that it does not intercept methods that are annotated with a custom @QueryIntercept(false)
- Organize FeeContext.xml into separate files. Mainly service transaction management and advice definitions, hibernate configurations and sessionFactory definitions should go on separate context files.