Re: [Dev] [DEV] [DAS] Issues in Generate Gadget Page

2016-07-13 Thread Chamila De Alwis
I've created a Jira to track the gadget generation wizard notification
issue [1].

[1] - https://wso2.org/jira/browse/UES-980


Regards,
Chamila de Alwis
Committer and PMC Member - Apache Stratos
Software Engineer | WSO2 | +94772207163
Blog: code.chamiladealwis.com



On Wed, Jul 13, 2016 at 1:54 AM, Dunith Dhanushka  wrote:

> Created JIRA [1] to track above.
>
> [1] https://wso2.org/jira/browse/UES-977
>
> Thanks,
> Dunith
>
> On Wed, Jul 13, 2016 at 12:19 PM, Tanya Madurapperuma 
> wrote:
>
>>
>>
>> On Wed, Jul 13, 2016 at 11:47 AM, Dunith Dhanushka 
>> wrote:
>>
>>> Hi Tanya,
>>>
>>>
>>>
>>> On Wed, Jul 13, 2016 at 10:35 AM, Tanya Madurapperuma 
>>> wrote:
>>>
 Hi Chamila,

 On Sat, Jul 2, 2016 at 12:07 AM, Chamila De Alwis 
 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.

>>>
>>> This was fixed for realtime provider.
>>> BTW 'Test Connection' button is not required for both realtime and batch
>>> providers since they connect with relevant datasources internally.  Can we
>>> disbale/hide them?
>>>
>> +1. We can introduce a new config element in the provider for this case.
>> We will inco-operate this improvement in a coming release. Could you please
>> create a jira.
>>
>> Thanks,
>> Tanya
>>
>>>
 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
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Tanya Madurapperuma

 Senior Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94718184439
 Blog : http://tanyamadurapperuma.blogspot.com

>>>
>>>
>>>
>>> --
>>> Regards,
>>>
>>> Dunith Dhanushka,
>>> Associate Technical Lead
>>> WSO2 Inc,
>>>
>>> Mobile - +94 71 8615744
>>> Blog - *https://medium.com/@dunithd *
>>> Twitter - @dunithd 
>>>
>>
>>
>>
>> --
>> Tanya Madurapperuma
>>
>> Senior Software Engineer,
>> WSO2 Inc. : wso2.com
>> Mobile : +94718184439
>> Blog : http://tanyamadurapperuma.blogspot.com
>>
>
>
>
> --
> Regards,
>
> Dunith Dhanushka,
> Associate Technical Lead
> WSO2 Inc,
>
> Mobile - +94 71 8615744
> Blog - *https://medium.com/@dunithd *
> Twitter - @dunithd 
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] [DAS] Issues in Generate Gadget Page

2016-07-13 Thread Dunith Dhanushka
Created JIRA [1] to track above.

[1] https://wso2.org/jira/browse/UES-977

Thanks,
Dunith

On Wed, Jul 13, 2016 at 12:19 PM, Tanya Madurapperuma 
wrote:

>
>
> On Wed, Jul 13, 2016 at 11:47 AM, Dunith Dhanushka 
> wrote:
>
>> Hi Tanya,
>>
>>
>>
>> On Wed, Jul 13, 2016 at 10:35 AM, Tanya Madurapperuma 
>> wrote:
>>
>>> Hi Chamila,
>>>
>>> On Sat, Jul 2, 2016 at 12:07 AM, Chamila De Alwis 
>>> 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.
>>>
>>
>> This was fixed for realtime provider.
>> BTW 'Test Connection' button is not required for both realtime and batch
>> providers since they connect with relevant datasources internally.  Can we
>> disbale/hide them?
>>
> +1. We can introduce a new config element in the provider for this case.
> We will inco-operate this improvement in a coming release. Could you please
> create a jira.
>
> Thanks,
> Tanya
>
>>
>>> 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
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Tanya Madurapperuma
>>>
>>> Senior Software Engineer,
>>> WSO2 Inc. : wso2.com
>>> Mobile : +94718184439
>>> Blog : http://tanyamadurapperuma.blogspot.com
>>>
>>
>>
>>
>> --
>> Regards,
>>
>> Dunith Dhanushka,
>> Associate Technical Lead
>> WSO2 Inc,
>>
>> Mobile - +94 71 8615744
>> Blog - *https://medium.com/@dunithd *
>> Twitter - @dunithd 
>>
>
>
>
> --
> Tanya Madurapperuma
>
> Senior Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94718184439
> Blog : http://tanyamadurapperuma.blogspot.com
>



-- 
Regards,

Dunith Dhanushka,
Associate Technical Lead
WSO2 Inc,

Mobile - +94 71 8615744
Blog - *https://medium.com/@dunithd *
Twitter - @dunithd 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] [DAS] Issues in Generate Gadget Page

2016-07-13 Thread Tanya Madurapperuma
On Wed, Jul 13, 2016 at 11:47 AM, Dunith Dhanushka  wrote:

> Hi Tanya,
>
>
>
> On Wed, Jul 13, 2016 at 10:35 AM, Tanya Madurapperuma 
> wrote:
>
>> Hi Chamila,
>>
>> On Sat, Jul 2, 2016 at 12:07 AM, Chamila De Alwis 
>> 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.
>>
>
> This was fixed for realtime provider.
> BTW 'Test Connection' button is not required for both realtime and batch
> providers since they connect with relevant datasources internally.  Can we
> disbale/hide them?
>
+1. We can introduce a new config element in the provider for this case. We
will inco-operate this improvement in a coming release. Could you please
create a jira.

Thanks,
Tanya

>
>> 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
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Tanya Madurapperuma
>>
>> Senior Software Engineer,
>> WSO2 Inc. : wso2.com
>> Mobile : +94718184439
>> Blog : http://tanyamadurapperuma.blogspot.com
>>
>
>
>
> --
> Regards,
>
> Dunith Dhanushka,
> Associate Technical Lead
> WSO2 Inc,
>
> Mobile - +94 71 8615744
> Blog - *https://medium.com/@dunithd *
> Twitter - @dunithd 
>



-- 
Tanya Madurapperuma

Senior Software Engineer,
WSO2 Inc. : wso2.com
Mobile : +94718184439
Blog : http://tanyamadurapperuma.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] [DAS] Issues in Generate Gadget Page

2016-07-13 Thread Dunith Dhanushka
Hi Tanya,



On Wed, Jul 13, 2016 at 10:35 AM, Tanya Madurapperuma 
wrote:

> Hi Chamila,
>
> On Sat, Jul 2, 2016 at 12:07 AM, Chamila De Alwis 
> 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.
>

This was fixed for realtime provider.
BTW 'Test Connection' button is not required for both realtime and batch
providers since they connect with relevant datasources internally.  Can we
disbale/hide them?

>
> 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
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Tanya Madurapperuma
>
> Senior Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94718184439
> Blog : http://tanyamadurapperuma.blogspot.com
>



-- 
Regards,

Dunith Dhanushka,
Associate Technical Lead
WSO2 Inc,

Mobile - +94 71 8615744
Blog - *https://medium.com/@dunithd *
Twitter - @dunithd 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] [DAS] Issues in Generate Gadget Page

2016-07-12 Thread Tanya Madurapperuma
Hi Chamila,

On Sat, Jul 2, 2016 at 12:07 AM, Chamila De Alwis  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
> Dev@wso2.org
> 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
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] [DAS] Issues in Generate Gadget Page

2016-07-12 Thread Nipuna Chandradasa
HI all,

We have to recheck the error message displaying method ... here just we are
showing row HTML ...

@Chamila did you double check datasources? Can you see any error on the
console when click show data?

Thank you,

On Wed, Jul 13, 2016 at 9:00 AM, Chamila De Alwis  wrote:

> Hi,
>
> Any updates on this? I'm still seeing the issue related to the Real Time
> Data Source in DAS 3.1.0 Beta.
>
>
> Regards,
> Chamila de Alwis
> Committer and PMC Member - Apache Stratos
> Software Engineer | WSO2 | +94772207163
> Blog: code.chamiladealwis.com
>
>
>
> On Fri, Jul 1, 2016 at 9:10 PM, Dunith Dhanushka  wrote:
>
>> +Tanya
>>
>> On Sat, Jul 2, 2016 at 12:07 AM, Chamila De Alwis 
>> 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.
>>>
>>>
>>> *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.
>>>
>>> [image: Inline image 1]
>>>
>>>
>>>
>>> Regards,
>>> Chamila de Alwis
>>> Committer and PMC Member - Apache Stratos
>>> Software Engineer | WSO2 | +94772207163
>>> Blog: code.chamiladealwis.com
>>>
>>>
>>>
>>
>>
>> --
>> Regards,
>>
>> Dunith Dhanushka,
>> Associate Technical Lead
>> WSO2 Inc,
>>
>> Mobile - +94 71 8615744
>> Blog - *https://medium.com/@dunithd *
>> Twitter - @dunithd 
>>
>
>


-- 
Nipuna Marcus
*Software Engineer*
WSO2 Inc.
http://wso2.com/ - "lean . enterprise . middleware"
Mobile : +94 (0) 713 667906
nipu...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] [DAS] Issues in Generate Gadget Page

2016-07-12 Thread Chamila De Alwis
Hi,

Any updates on this? I'm still seeing the issue related to the Real Time
Data Source in DAS 3.1.0 Beta.


Regards,
Chamila de Alwis
Committer and PMC Member - Apache Stratos
Software Engineer | WSO2 | +94772207163
Blog: code.chamiladealwis.com



On Fri, Jul 1, 2016 at 9:10 PM, Dunith Dhanushka  wrote:

> +Tanya
>
> On Sat, Jul 2, 2016 at 12:07 AM, Chamila De Alwis 
> 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.
>>
>>
>> *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.
>>
>> [image: Inline image 1]
>>
>>
>>
>> Regards,
>> Chamila de Alwis
>> Committer and PMC Member - Apache Stratos
>> Software Engineer | WSO2 | +94772207163
>> Blog: code.chamiladealwis.com
>>
>>
>>
>
>
> --
> Regards,
>
> Dunith Dhanushka,
> Associate Technical Lead
> WSO2 Inc,
>
> Mobile - +94 71 8615744
> Blog - *https://medium.com/@dunithd *
> Twitter - @dunithd 
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] [DAS] Issues in Generate Gadget Page

2016-07-01 Thread Dunith Dhanushka
+Tanya

On Sat, Jul 2, 2016 at 12:07 AM, Chamila De Alwis  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.
>
>
> *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.
>
> [image: Inline image 1]
>
>
>
> Regards,
> Chamila de Alwis
> Committer and PMC Member - Apache Stratos
> Software Engineer | WSO2 | +94772207163
> Blog: code.chamiladealwis.com
>
>
>


-- 
Regards,

Dunith Dhanushka,
Associate Technical Lead
WSO2 Inc,

Mobile - +94 71 8615744
Blog - *https://medium.com/@dunithd *
Twitter - @dunithd 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DEV] [DAS] Issues in Generate Gadget Page

2016-07-01 Thread Chamila De Alwis
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.


*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.

[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
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev