== I get an error "The requested object could not be found in the config file" == This error occurs when Transfer can't find the ''object'' element that matches a given class name in the XML configuration file. The first things to do when solving this problem are: # Double check that the ''package'' and ''object ''names match with the class you are requesting # Remember that the class name is CaSe SenSitive, so make sure that you have 'user.User' and not 'User.user' # Validate your configuration file against the provided XML Schema, there may be a typo somewhere. [[Category:Configuration]]