Hi,I have created java class implementing MapDatasource interface. I am connecting to DB and fetching few records. This map is being retured by execute method currently. I am not able to see the list in my DCT. Can anybody help me. in which logging file the logs get logged for Datasource? I am getting the list of available datasources, with the < select >< inline command= "Datasource:getDataSourceNames" />But, not able to populate the list (retrived from DB) in DCT using, < select >< inline command="Datasource:executeComponent:MAP" />Registering and deploying of Datasource is done as per the steps mentioned in the wfm_1001_user_v01_en.pdfThanks in advance.