5 Replies Latest reply on Feb 22, 2013 9:50 AM by shawkins

    getVDBImports returns empty list, dynamic becomes false when importing VDB becomes ACTIVE

    dcaros

      Hi,

      When I deploy a VDB that imports another VDB, the call to getVDBImports returns correct information and it is marked as dynamic when the importing VDB is in a LOADING state. When this importing VDB becomes ACTIVE, the call to getVDBImports returns an empty list and will also change the "dynamic" property from "true" to "false". I think there is an issue in CompositeVDB and the buildCompositeState method. It looks like this method is creating a newMergedVDB and assigning variable values from original VDB to it. However, it is not updating the "dynamic" or "imports" variables for newMergedVDB, so it uses defaults (false for dynamic, empty list for imports),

       

      Thanks,

      Danny