Hi, i need to load my spring xml file form a byte stream (its being stored in a dms) and so i am using a GenericApplicationContext, however when i do the aop stops functioning (and spring stops logging).
All the aop is doing is running a timer on calls to the interface.
When i was loading the spring xml from the filesystem i used a FileSystemApplicationContext and it worked fine.
Is there some difference between the two that would cause this?
Thanks
edit: I am using spring 2.0.6 and jdk 1.5


Reply With Quote
