Uvm_sequence get_full_name does not have the correct heirarchy

In reply to ziggy:

The reason for this is that sequences are extended from uvm_object and therefore don’t really have a hierarchical path as they will be accessed by different components.

If you want to use the config_db, do it in the test and assign the result to the handle inside the sequence.