-
Nov 9th, 2009, 12:36 AM
#1
AOP for spring batch
I wanted to do logging for Spring batch application.
I want to log the reader,writer as well as service layer.
i tried to use dynamic proxies bt the prob is only my service layer has interface-implementation structure bt the reader and writers extend DelegatingItemReader and DelegatingItemWriter so i cant use dynamic proxies . If i use CGLIB poxied it wont work for the service layer.
I want a common logger.
Please Help
Thanx in advance,
gemi
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules