Hi Chamila, On Sat, Jul 2, 2016 at 12:07 AM, Chamila De Alwis <[email protected]> wrote:
> Hi, > > In DAS 3.1.0-SNAPSHOT, in the dashboard portal, there are few issues in > the Generate Gadget wizard UI. > > > *Wizard steps don't get updated* > ========================== > > 1. Select Batch Data Source provider. Click Next. > 2. Select a table (Table1). Click Next. > 3. Check columns available in X and Y axes. > 4. Click Previous to go to Configure Provider step. > 5. Select a different table (Table2). Click Next. > 6. Check columns available in X and Y axes. They are still Table 1 > columns. > > We could reproduce this error. Gadget generation framework provides the capability for the datasource provider to define the configuration fields that is needed to connect to that particular provider. So these fields will be dynamic and framework is not aware of these fields at the runtime. From the wizard's side, we can catch the on change event for general fields like textbox, drop down etc but cannot predict on advanced UI elements that providers going to introduce. Hence we have to figure out a better mechanism to catch the on-change event of all these fields. Please create a jira for this and we will fix it in a coming DS release. > > *Cannot validate or preview data from a real time data source* > ================================================= > > 1. Create UI Publisher for a stream. > 2. Select Realtime Data Source (Should be Real-Time Data Source). > Click Next. > 3. Select a Stream. > 4. Click Test Connection. "Error in database configuration". > 5. Click Show Data. Another error appears, but is not helpful. > > @ Dunith, Tharik : Please check this in the real time provider. This has to be handled from the provider api. Thanks, Tanya > [image: Inline image 1] > > > > Regards, > Chamila de Alwis > Committer and PMC Member - Apache Stratos > Software Engineer | WSO2 | +94772207163 > Blog: code.chamiladealwis.com > > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Tanya Madurapperuma Senior Software Engineer, WSO2 Inc. : wso2.com Mobile : +94718184439 Blog : http://tanyamadurapperuma.blogspot.com
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
