Hello,
I am trying to upgrade from spring 3.0.5 to spring 3.1. When i upgrade to spring 3.1 and test my application i get this error while instantiating one of my beans:
org.springframework.beans.factory.UnsatisfiedDepen dencyException: Error creating bean with name 'com.moi.service.DistributionServiceTest': Unsatisfied dependency expressed through bean property 'dwfSetup': Set this property value or disable dependency checking for this bean..
But then i do not get this error using spring 3.0.5 and it only pops up when i migrate to spring 3.1. Is there anything that might have changed in spring 3.1 to warrant this exception?
Any help would be much appreciated.
Thanks.


Reply With Quote