Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Files for Unix and Windows | - |
Not Applicable | - |
Description:
When importing a TIBCO ActiveMatrix® Adapter for Files (Unix/Win) (FA) project zip file into Designer using the option (import
resource from file folder,url), it throws the error, ‘Unresolved file
record native reference’. After clicking on OK, it would display
empty content under the file schema.
Symptoms:
TIBCO ActiveMatrix® Adapter for Files (Unix/Win) throws the error, ‘Unresolved file record native reference’ and there will be empty content under file schemas.
Cause:
TIBCO ActiveMatrix® Adapter for Files (Unix/Win) defers to call buildFromModel() in didAddToDocument() because in some
cases the dependency is not ready. Move it to beforeOpen(),
willExpand() and afterInspect() methods.