-
Sep 27th, 2006, 08:33 AM
#1
Disable autoproxy on certain bean with <aop:config>
Is there a way to disable autoproxying on certain beans in my application context when using <aop:config> syntax? I'm have a custom datasource that needs to be injected with some properties, but on start up my datasource in being called to instantiate after first properties instantiate, becuase of autoproxying transaction logic. I'd like to disable these properties beans from using transaction logic. I see in AbstractAutoProxyCreator there is a skipbean method. Is there a way to skip certain beans using the new schema syntax. I'm using Spring 2.0 rc4.
Thanks,
Brett
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