@Autowired field get null
问题 I have this property-editor for my class Categoria and im trying to auto-wired it to the service, the problem its that the services keep getting a null value. Also it seems like this is isolated or at least thats what i think, because i auto-wired a field of the same class at a controller, so i don't know whats going on, i already got an error like this, but at that time it didn't work at all . Convertor package com.carloscortina.paidosSimple.converter; import java.beans.PropertyEditorSupport