I'm just trying out Spring for the first time. I'm using it in swing application. It *appears* that after I first create my ApplicationContext, that none my applications log4j messages happen.
I assume that creating that context is causing Spring to reconfigure log4j. I'd like to know how I should make these two configurations be 'combined' rather than one clobbering the other.
Thanks
David


Reply With Quote