Re: [Dev] How to set dynamic width size When adding custom buttons/functions to gadget title in toolbar Dashboard Server

2016-04-10 Thread Rajeenthini Satkunam
css', > image: 'url-path', > css: 'fw fw-icon' > > Cheers! > Jerad > > > On Tue, Apr 5, 2016 at 9:30 AM, Rajeenthini Satkunam <rajeenth...@wso2.com > > wrote: > >> Hi Jerad, >> >> Thank you for your prompt reply.I also have this concern that &quo

Re: [Dev] How to set dynamic width size When adding custom buttons/functions to gadget title in toolbar Dashboard Server

2016-04-04 Thread Rajeenthini Satkunam
ern in passing an icon image, is this optional? And do we > have an option of passing an icon class instead? > > Regards, > Jerad > > > On Tue, Apr 5, 2016 at 7:33 AM, Rajeenthini Satkunam <rajeenth...@wso2.com > > wrote: > >> Hi All, >> >> Currently I

[Dev] How to set dynamic width size When adding custom buttons/functions to gadget title in toolbar Dashboard Server

2016-04-04 Thread Rajeenthini Satkunam
spect to gadget custom button widths'. - We cannot restrict gadget author to have distinct number of buttons/functions(default functions/buttons 5). Can anyone guide me on this and give me suggestions on "what would be a better solution"? Your suggestions highly appreciated. -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.com <rajeenth...@wso2.com>* *M :+94770832823 * ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [VOTE] Release WSO2 Dashboard Server 2.0.0 RC1

2016-02-22 Thread Rajeenthini Satkunam
oted upon: >>>> https://github.com/wso2/product-ds/tree/v2.0.0-RC1 >>>> >>>> >>>> [+] Stable - go ahead and release >>>> [-] Broken - do not release (explain why) >>>> >>>> Thanks and Regards, >>>> ~ WSO2 DS Team ~ >

Re: [Dev] Selenium UI Testing [GREG/ES - Publisher]

2016-02-09 Thread Rajeenthini Satkunam
http://wso2.com/ > lean . enterprise . middleware. > > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer |

Re: [Dev] [DEV][JAGGERY] Getting Empty JSON when logging(log.info)

2016-02-02 Thread Rajeenthini Satkunam
HI Niranjan, Ya sure.I will meet you today. On Wed, Feb 3, 2016 at 9:25 AM, Niranjan Karunanandham <niran...@wso2.com> wrote: > Hi Rajeenthini, > > > On Wed, Feb 3, 2016 at 9:19 AM, Rajeenthini Satkunam <rajeenth...@wso2.com > > wrote: > >> HI All, >>

Re: [Dev] [DEV][JAGGERY] Getting Empty JSON when logging(log.info)

2016-02-02 Thread Rajeenthini Satkunam
y/blob/master/components/hostobjects/org.jaggeryjs.hostobjects.log/src/main/java/org/jaggeryjs/hostobjects/log/LogHostObject.java [3] - https://github.com/wso2/jaggery/blob/master/components/script-engine/org.jaggeryjs.scriptengine/src/main/java/org/jaggeryjs/scriptengine/util/HostObjectUtil.java O

Re: [Dev] [DEV][JAGGERY] Getting Empty JSON when logging(log.info)

2016-02-02 Thread Rajeenthini Satkunam
wed.Your help would be appreciated. On Tue, Feb 2, 2016 at 10:23 AM, Rajeenthini Satkunam <rajeenth...@wso2.com> wrote: > Hi sajith, > > Noted and thank you for the suggestions. > > On Mon, Feb 1, 2016 at 11:53 PM, Sajith Ariyarathna <sajit...@wso2.com> > wrote:

Re: [Dev] [DEV][JAGGERY] Getting Empty JSON when logging(log.info)

2016-02-01 Thread Rajeenthini Satkunam
kson.core/jackson-databind/2.6.3/com/fasterxml/jackson/databind/ObjectMapper.html#writeValueAsString(java.lang.Object) > [3] > https://github.com/wso2/jaggery/blob/master/components/script-engine/org.jaggeryjs.scriptengine/src/main/java/org/jaggeryjs/scriptengine/util/HostObjectUtil.java#L3

Re: [Dev] [DEV][JAGGERY] Getting Empty JSON when logging(log.info)

2016-02-01 Thread Rajeenthini Satkunam
For example in your case, > > public class Student { > > ... > > public String toString() { > > return "{name: " + this.name + ", age: " + this.age + ", indexNo: " + > this.indexNo + "}"; > > } > > } > > Now you can log

[Dev] [DEV][JAGGERY] Getting Empty JSON when logging(log.info)

2016-01-30 Thread Rajeenthini Satkunam
jackson-databind 2.6.3 IMHO we can use the same scenario in case of log JAVA object.Your help and suggestions are more appreciated and guide me if I am wrong or I can have better solution than this. [1] - https://github.com/FasterXML/jackson-databind [2] - http://www.mkyong.com/java/how-to-convert-java-

[Dev] [Support-Dev][DEV][MB] Getting error when running script

2016-01-05 Thread Rajeenthini Satkunam
ntioned above as below. mysql -u root -p -DWSO2_MB < '/home/rajee/Documents/SupportMine/StackOverflow/wso2mb-3.0.0/dbscripts/mb-store/mysql-mb.sql'; ​ And I can observe the tables are created successfully.IMHO we need to update the documentation of MB 3.0.0. -- *Thank You.* *Raje

Re: [Dev] [DS][DAS] Sample for DashboardServer - How to get back-end url, username, password for DAS to invoke DAS rest API from jaggery file

2015-12-21 Thread Rajeenthini Satkunam
ate the requirement of needing user-credentials. (or >> doesn't need to send an Authorization header) >> >> [1] https://docs.wso2.com/display/DAS300/Analytics+JavaScript+(JS)+API >> >> Regards, >> Supun >> >> On Fri, Dec 18, 2015 at 10:41 AM, Raj

[Dev] [DS][DAS] Sample for DashboardServer - How to get back-end url, username, password for DAS to invoke DAS rest API from jaggery file

2015-12-17 Thread Rajeenthini Satkunam
As for now to start both server (DAS and DS) I have changed offset value for DAS as "2" in carbon.xml.I can successfully start both server simultaneously.It will be very useful if I can get the back-end URL and server credentials of DAS and get rid of hard-coding those values.Can any

Re: [Dev] Difference between driver.close() and driver.quit()

2015-12-13 Thread Rajeenthini Satkunam
tests. > > Regards > On 11 Dec 2015 5:13 p.m., "Rajeenthini Satkunam" <rajeenth...@wso2.com> > wrote: > >> Hi all, >> >> I have search through the web above $subject.The way I understand is we >> can refine our test code since we are handle mul

[Dev] [DAS][Documentation] Incorrect documentation - Retrieving the Total Record Count of a Table via REST API DAS

2015-12-10 Thread Rajeenthini Satkunam
e2" } *HEADERS* : Authorization : Basic YWRtaW46YWRtaW4= Content-Type : application/json This REST API request gives me 200 OK success response as a count of records in a particular table. I have inserted the screenshot of my POSTMAN request and response for further more idea. -- *Thank

Re: [Dev] [DAS][Documentation] Incorrect documentation - Retrieving the Total Record Count of a Table via REST API DAS

2015-12-10 Thread Rajeenthini Satkunam
t;> >> On Fri, Dec 11, 2015 at 8:14 AM, Rukshani Weerasinha <ruksh...@wso2.com> >> wrote: >> >>> Hi all, >>> >>> Thank you for reporting this. I will update this thread once the >>> documentation is fixed. >>> >>> Bes

Re: [Dev] WSO2 Committers += Kesavan Yogarajah

2015-11-30 Thread Rajeenthini Satkunam
gt;> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > > *Kalyani Yogeswaranathan* > > *Associate software engineer* > *WSO2 Inc.* > > *Mobile: 0776390284* > > ___ > Dev

Re: [Dev] Fix for Lifecycle Action[promote/demote] is not properly works in Enterprise Store

2015-11-19 Thread Rajeenthini Satkunam
Adding waruna. On Thu, Nov 19, 2015 at 2:15 PM, Rajeenthini Satkunam <rajeenth...@wso2.com> wrote: > Hi All, > > I have fixed this issue [1] in the Pull Request [2] .We have merged the > PR to jaggery-extensions master SNAPSHOT version now.To include this fix in > GRE

[Dev] Fix for Lifecycle Action[promote/demote] is not properly works in Enterprise Store

2015-11-19 Thread Rajeenthini Satkunam
/jaggery-extensions/pull/31 -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.com <rajeenth...@wso2.com>* *M :+94770832823 * ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/li

[Dev] [Automation][DS] Build is not getting fail since the find-bug finds bugs in the code

2015-11-19 Thread Rajeenthini Satkunam
-on-the-test-classes -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.com <rajeenth...@wso2.com>* *M :+94770832823 * ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Automation][DS] Build is not getting fail since the find-bug finds bugs in the code

2015-11-19 Thread Rajeenthini Satkunam
uild is not getting fail since the >> find-bug finds bugs in the code >> To: WSO2 Developers' List <dev@wso2.org> >> >> >> >> -- Forwarded message -- >> From: Chamara Philips <chama...@wso2.com> >> Date: Fri, Nov 20, 2015 at 8:15 AM

Re: [Dev] [DEV][Automation] - How to automate the Drag-Drop Action in Test-case Using selenium

2015-11-03 Thread Rajeenthini Satkunam
et.offset(); var dx = targetOffset.left - gadgetOffset.left; var dy = targetOffset.top - gadgetOffset.top; gadget.simulate('drag', { dx: dx, dy: dy }); Thank you @nipuna for your prompt reply and a try. On Tue, Nov 3, 2015 at 12:07 PM, Rajeenthini Satkunam <rajeenth...@wso2.com&

Re: [Dev] [DEV][Automation] - How to automate the Drag-Drop Action in Test-case Using selenium

2015-11-02 Thread Rajeenthini Satkunam
>> Offset from droppable element >> >> "draggableOffset = draggableElement.offset()," + // Get the >> Offset from draggable element >> >> "dx = droppableOffset.left - draggableOffset.left," + >> >> "dy = dropp

Re: [Dev] [DEV][Automation] - How to automate the Drag-Drop Action in Test-case Using selenium

2015-11-02 Thread Rajeenthini Satkunam
nalities. So > using that to test the drag and drop in our scenario is good isn't it? > > On Tue, Nov 3, 2015 at 11:33 AM, Rajeenthini Satkunam < > rajeenth...@wso2.com> wrote: > >> Hi manu, >> >> I have tried with the modification done in my local checkout.

Re: [Dev] [DEV][Automation] - How to automate the Drag-Drop Action in Test-case Using selenium

2015-10-21 Thread Rajeenthini Satkunam
nterface. > > Therefore you need to implement the HasInputDevices interface in > UESWebDriver in order to use those mouse and keyboard actions. > > > Regards, > > *Lasantha Samarakoon* | Software Engineer > WSO2, Inc. > #20, Palm Grove, Colombo 03, Sri Lanka > Mo

Re: [Dev] Error on FHIR connector integration Test case

2015-10-13 Thread Rajeenthini Satkunam
ecurity.validator.PKIXValidator.doBuild(PKIXValidator.java:385) >>>>> at >>>>> sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) >>>>> at sun.security.validator.Validator.validate(Validator.java:260) >>>>>

[Dev] [DEV][Automation] - How to automate the Drag-Drop Action in Test-case Using selenium

2015-10-08 Thread Rajeenthini Satkunam
Note: I am using Firefox version 27 and selenium version is automation selenium version. -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.com <rajeenth...@wso2.com>* *M :+94770832823 * ___ Dev m

Re: [Dev] Is there any method which can checks the resource exists or not in registry

2015-10-07 Thread Rajeenthini Satkunam
nContext? >> >> Ex of defining an automation context fro greg product >> AutomationContext context = new AutomationContext("GREG", >> TestUserMode.SUPER_TENANT_ADMIN); >> >> >> Thanks, >> >> On Tue, Oct 6, 2015 at 5:28 PM

[Dev] Is there any method which can checks the resource exists or not in registry

2015-10-06 Thread Rajeenthini Satkunam
eleted due to some errors"); } Now it's giving me exception when there is no such registry resource after dashboard was deleted by UI testcase. org.apache.axis2.AxisFault: Resource does not exist at path /_system/config/ues/dashboards/sampledashboard1 So can anyone give some suggestions on

Re: [Dev] Is there any method which can checks the resource exists or not in registry

2015-10-06 Thread Rajeenthini Satkunam
You can invoke the *boolean resourceExists(String resorcePath)* method >>> through the Registry class comes with registry core. Returns true if the >>> resource exists in the specified path & returns false if it's not reside in >>> the path. >>> >>&

[Dev] [DEV] [Automation] How to get a value from Automation.xml file to test classes

2015-09-28 Thread Rajeenthini Satkunam
the value of it for test java classes.Can anyone please give any suggestion on how to get that value? -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.com <rajeenth...@wso2.com>* *M :+94770

Re: [Dev] [DEV] [Automation] How to get a value from Automation.xml file to test classes

2015-09-28 Thread Rajeenthini Satkunam
gt; Hi Rajeenthani, >> >> I think you need to create an object instance of AutomationContext within >> your java class and proceed with it. The below link[1] might be useful for >> you. >> >> [1] >> http://malinthas.blogspot.com/2014/02/how-to-obtain-configu

Re: [Dev] [Integration Tests] What is the advantage of Exception being thrown in test methods instead of the specific subclass of it?

2015-09-08 Thread Rajeenthini Satkunam
> WSO2, Inc.: http://wso2.com > lean. enterprise. middleware > > phone: +94 71 668 4620 > > > > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.com <rajeenth...@wso2.com>* *M :+94770832823 * ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Integration Tests] What is the advantage of Exception being thrown in test methods instead of the specific subclass of it?

2015-09-08 Thread Rajeenthini Satkunam
ific exception testng is the one going to handle this. If you see the > testng report you can see the stack trace of the exception where it occur. > > Thanks, > Iqbal > > On Tue, Sep 8, 2015 at 11:31 AM, Rajeenthini Satkunam < > rajeenth...@wso2.com> wrote: > >> Hi Man

[Dev] [DEV] - How to send a AJAX call when User finish typing at the textbox

2015-07-08 Thread Rajeenthini Satkunam
if the user finish typing at the text box.But now the Ajax call sends for each and every input those are given by user.So can anyone suggest me any idea to handle this? Suggestion would appreciate. -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.com

[Dev] Please Review and Merge PR

2015-06-01 Thread Rajeenthini Satkunam
Hi all, Please review and merge the pull request[1].This is for adding a test class for UI integration on validations for forms. [1] - https://github.com/wso2/product-es/pull/165 -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.com rajeenth

[Dev] Please Review and Merge PR

2015-05-25 Thread Rajeenthini Satkunam
Hi all, Please review and merge the pull request[1].This is for adding client-side and server-side validations for Enterprise Store publisher. [1] - https://github.com/wso2/carbon-store/pull/33 -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2

Re: [Dev] Could not run the test-ui testcases - Enterprise Store

2015-05-08 Thread Rajeenthini Satkunam
. Thanks, Nuwanw On Thu, May 7, 2015 at 10:57 AM, Rajeenthini Satkunam rajeenth...@wso2.com wrote: Hi pumudu, The selenium version in the POM is 2.40.0.And I have checked the compatibility of firefox version with selenium version,it supports Firefox 27, 26, 24, 17.I am currently using

[Dev] Could not run the test-ui testcases - Enterprise Store

2015-05-06 Thread Rajeenthini Satkunam
.es.integration.common.utils.ESServerExtensionForWait.onExecutionStart(ESServerExtensionForWait.java:45) ... 20 more Can anyone give me the solution to solve this? -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.com rajeenth...@wso2.com* *M :+94770832823

Re: [Dev] Could not run the test-ui testcases - Enterprise Store

2015-05-06 Thread Rajeenthini Satkunam
framework works with firefox version 21. make sure to disable firefox automatic updates before start tests as well. Regards, On Thu, May 7, 2015 at 7:38 AM, Rajeenthini Satkunam rajeenth...@wso2.com wrote: Hi all, Currently I am working on fixing UI test failures for Enterprise Store.I

Re: [Dev] Enterprise Store - UI test failures

2015-04-27 Thread Rajeenthini Satkunam
.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.com rajeenth...@wso2.com* *M :+94770832823 * ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Code Review on ToodleDo Connector

2015-03-17 Thread Rajeenthini Satkunam
this failure.I have attached our POM file also. On Mon, Mar 16, 2015 at 5:28 PM, Rajeenthini Satkunam rajeenth...@wso2.com wrote: Hi, Noted. On Mon, Mar 16, 2015 at 1:29 PM, Elilmatha Sivanesan elilma...@wso2.com wrote: Hi Dinithi and Rajeenthini, Can you please check on this an give the pull

Re: [Dev] Code Review on ToodleDo Connector

2015-03-17 Thread Rajeenthini Satkunam
carbon.automationutils.version4.3.0/carbon.automationutils.version On Tue, Mar 17, 2015 at 12:31 PM, Rajeenthini Satkunam rajeenth...@wso2.com wrote: HI, We have tried to maven install with skip testing I could not build it because of some dependencies are not resolved or may be permanently moved

Re: [Dev] Code Review on ToodleDo Connector

2015-03-16 Thread Rajeenthini Satkunam
Mobile 0779842221. -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.com rajeenth...@wso2.com* *M :+94770832823 * ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] ERROR {org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO} - Failed to add properties to the resource

2014-12-11 Thread Rajeenthini Satkunam
to solve this issue that I am facing now. -- *Thank You.* *Rajeenthini Satkunam* *Associate Software Engineer | WSO2* *E:rajeenth...@wso2.com rajeenth...@wso2.com* *M :+94770832823 * ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman