Re: [Dev] Please review and apply patch

2015-06-07 Thread Madhawa Gunasekara
Hi Niranjan,

as per off-line chat with sameera, We can't write test cases to test tenant
services in carbon at the moment. Therefore we can't write integration
tests for [1] pull request, will write test cases for [2] pull request.
please find pull requests for mentioned JIRAs.

[1] https://github.com/wso2/carbon4-kernel/pull/231
[2] https://github.com/wso2/wso2-axis2/pull/48

Thanks,
Madhawa

On Wed, Jun 3, 2015 at 6:05 PM, Niranjan Karunanandham 
wrote:

> Hi Madhawa,
>
> I have committed the patch to kernel 4.2.0 patch 0011 and update the JIRAs
> [1] [2] with the revision number.
>
> [1] https://wso2.org/jira/browse/DS-1047
> [2] https://wso2.org/jira/browse/DS-879
>
> Regards,
> Nira
>
> On Wed, Jun 3, 2015 at 12:33 PM, Madhawa Gunasekara 
> wrote:
>
>> Hi Niranjan,
>>
>> Thanks for reminding,
>> Now I attached the patch to public JIRAs, and also I will send the Git
>> pull request for integration test case as well.
>>
>> Thanks,
>> Madhawa.
>>
>> On Wed, Jun 3, 2015 at 12:12 PM, Niranjan Karunanandham <
>> niran...@wso2.com> wrote:
>>
>>> Hi Madhawa,
>>>
>>> Can you please attached the 4.2.0 patch to the public JIRA and also send
>>> the Git pull request for the fix [1] and integration test case.
>>>
>>> [1] - https://wso2.org/jira/browse/DS-1047
>>>
>>> Regards,
>>> Nira
>>>
>>> On Mon, Jun 1, 2015 at 7:54 PM, Madhawa Gunasekara 
>>> wrote:
>>>
 Hi devs,

 Please review and apply the patch for JIRA issues [1] and [2].

 I have also attached the patch10 changes, for your reference.

 [1] https://wso2.org/jira/browse/DS-1047
 [2] https://wso2.org/jira/browse/DS-879


 Thanks,
 Madhawa

 --
 *Madhawa Gunasekara*
 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 719411002 <+94+719411002>
 blog: *http://madhawa-gunasekara.blogspot.com
 *
 linkedin: *http://lk.linkedin.com/in/mgunasekara
 *

>>>
>>>
>>>
>>> --
>>>
>>> *Niranjan Karunanandham*
>>> Senior Software Engineer - WSO2 Inc.
>>> WSO2 Inc.: http://www.wso2.com
>>>
>>
>>
>>
>> --
>> *Madhawa Gunasekara*
>> Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: +94 719411002 <+94+719411002>
>> blog: *http://madhawa-gunasekara.blogspot.com
>> *
>> linkedin: *http://lk.linkedin.com/in/mgunasekara
>> *
>>
>
>
>
> --
>
> *Niranjan Karunanandham*
> Senior Software Engineer - WSO2 Inc.
> WSO2 Inc.: http://www.wso2.com
>



-- 
*Madhawa Gunasekara*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 719411002 <+94+719411002>
blog: *http://madhawa-gunasekara.blogspot.com
*
linkedin: *http://lk.linkedin.com/in/mgunasekara
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Spark Logs] Move spark logs to spark.log file and skip wso2carbon.log

2015-06-07 Thread Niranda Perera
+1 for this.

Even in DAS this is an issue & think this would be a better option


On Mon, Jun 8, 2015 at 12:22 PM, Nirmal Fernando  wrote:

> All,
>
> What do you think about https://wso2.org/jira/browse/ML-68 ?
>
> Reason:
>
> Spark logs are cluttering the wso2carbon.log and it'll be convenient to
> have the spark logs in a different file.
>
> --
>
> Thanks & regards,
> Nirmal
>
> Associate Technical Lead - Data Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.blogspot.com/
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Niranda Perera*
Software Engineer, WSO2 Inc.
Mobile: +94-71-554-8430
Twitter: @n1r44 
https://pythagoreanscript.wordpress.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Spark Logs] Move spark logs to spark.log file and skip wso2carbon.log

2015-06-07 Thread Nirmal Fernando
All,

What do you think about https://wso2.org/jira/browse/ML-68 ?

Reason:

Spark logs are cluttering the wso2carbon.log and it'll be convenient to
have the spark logs in a different file.

-- 

Thanks & regards,
Nirmal

Associate Technical Lead - Data Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Updating APIM integration test cases for test with multiple tenants

2015-06-07 Thread Irham Iqbal
Hi,

I have sent a pull request and merge it to the master which has added
tenant mode for all currently enabled test cases(It doesn't include
lifecycle test cases).
Currently I am fixing the disabled test cases and adding tenant mode for
those tests. Please find the update document[1]

[1]
https://docs.google.com/spreadsheets/d/1dCeFHhzyWxrS9HvSPj2SQq6ahh4cO8Hx41TrfWTTyoM/edit#gid=0

Thanks,
Iqbal


On Wed, Jun 3, 2015 at 9:17 AM, Krishantha Samaraweera 
wrote:

> Hi Irham,
>
> Can you send a pull request for already completed tests.
>
> Note that you don't need to migrate Jmeter tests to run on tenant mode. If
> test case cannot be executed on tenant mode, please mention the reason
> under "Remarks" column.
>
> Thanks,
> Krishantha.
>
> On Fri, May 22, 2015 at 11:44 AM, Irham Iqbal  wrote:
>
>> Hi All,
>>
>> I have been updating the APIM integration test cases as below. Please
>> find the process document[1]
>>
>>1. Adding tenant mode test for tests which are currently running by
>>super tenant mode only.
>>2. Adding super tenant mode for tests which are currently running by
>>a tenant and not by super tenant.
>>
>> [1]
>> https://docs.google.com/spreadsheets/d/1dCeFHhzyWxrS9HvSPj2SQq6ahh4cO8Hx41TrfWTTyoM/edit#gid=0
>>
>> --
>> Irham Iqbal
>> Software Engineer - Test Automation
>>  WSO2, Inc.: http://wso2.com
>> lean. enterprise. middleware
>> phone: +94 777888452
>>
>
>
>
> --
> Krishantha Samaraweera
> Senior Technical Lead - Test Automation
> Mobile: +94 77 7759918
> WSO2, Inc.; http://wso2.com/
> lean . enterprise . middlewear.
>



-- 
Irham Iqbal
Software Engineer - Test Automation
 WSO2, Inc.: http://wso2.com
lean. enterprise. middleware
phone: +94 777888452
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [CEP] what are the data types supported by siddhi?

2015-06-07 Thread Lasantha Fernando
Hi Niranda,

On 8 June 2015 at 10:50, Mohanadarshan Vivekanandalingam 
wrote:

>
>
> On Mon, Jun 8, 2015 at 9:21 AM, Niranda Perera  wrote:
>
>> Hi suho,
>>
>> I'm thinking about byte (8 bit) and short (16 bit) data types.
>>
>>
Is the requirement to simply transfer data, a number in byte or short Java
primitives? I thought your requirement was to transfer data as a Java
object or as a byte serialization. Sorry about the confusion.

If you simply need to transfer data as a number, but concerned about using
an int or long because of the additional capacity, then as Mohan said, an
int should suffice for most use cases. But IMHO, still having at least byte
type might be useful if we want to conserve the size of events being
transferred. i.e. it might be useful in specific use cases where a large no
of attributes are being sent in an event which only need 8-bits to
represent that number. Some other event processing systems do support byte
as a possible data type [1].

@Suho, Mohan wdyt? Won't we have some event size reduction for specific use
cases if byte type was introduced, maybe as a future improvement?

[1]
http://www.espertech.com/esper/release-5.2.0/esper-reference/html/epl_clauses.html#epl-syntax-datatype

Thanks,
Lasantha


>
> @Niranda, I don't think we have to worry much about this..  Better go with
> Int (or long) data types..
>
>
>
>>
>> On Mon, Jun 8, 2015 at 3:21 AM, Sriskandarajah Suhothayan 
>> wrote:
>>
>>>
>>>
>>> On Sun, Jun 7, 2015 at 5:46 PM, Lasantha Fernando 
>>> wrote:
>>>
 Hi Niranda,

 Do you mean transferring data as bytes or simply in binary form?

 I think there were some discussions earlier around adding the
 capability to send attributes in binary form. Actually, I went through the
 code in new Siddhi-3.0.0 and it seems there is support for 'Object' types.
 This can be used to pass objects through Siddhi, though we don't have
 support in Siddhi to do any manipulations on the object itself. But not
 sure whether this satisfies your requirement to have it in byte form. Can
 you elaborate on any use case you have in mind that uses byte data type?

 Anyway, there is no support for byte form at databridge level AFAIK.

 +1 to add this capability for databridge. Can you start a thread in
 arch@ list about adding byte as a supported data type for databridge
 also mentioning the usecase as well?

 Thanks,
 Lasantha

 On 7 June 2015 at 01:18, Niranda Perera  wrote:

> Thanks Lasantha.
>
> so we are not supporting 8bit or 16 bit data types, isnt it?
>
> dont you think we should add that to databridge?
>
 Was this necessary ? Whats the respective Java type this maps to ?
>>>
>>> Suho
>>>

> On Sat, Jun 6, 2015 at 2:29 PM, Lasantha Fernando 
> wrote:
>
>> Hi Niranda,
>>
>> Those would be the same data types as supported by databridge
>> component. i.e. namely
>>
>>
>>- int
>>- long
>>- float
>>- double
>>- string
>>- bool
>>
>>
>> But I think this is not mentioned anywhere in our documentation.
>> Added these types to the page about stream definitions in [1].
>>
>> [1] https://docs.wso2.com/display/CEP400/Event+Stream+Definitions
>>
>> Thanks,
>> Lasantha
>>
>> On 6 June 2015 at 11:25, Niranda Perera  wrote:
>>
>>> Hi,
>>>
>>> can you please point me to a documentation page where I could find
>>> the data types supported by Siddhi QL?
>>>
>>> thanks
>>>
>>> --
>>> *Niranda Perera*
>>> Software Engineer, WSO2 Inc.
>>> Mobile: +94-71-554-8430
>>> Twitter: @n1r44 
>>> https://pythagoreanscript.wordpress.com/
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Lasantha Fernando*
>> Senior Software Engineer - Data Technologies Team
>> WSO2 Inc. http://wso2.com
>>
>> email: lasan...@wso2.com
>> mobile: (+94) 71 5247551
>>
>
>
>
> --
> *Niranda Perera*
> Software Engineer, WSO2 Inc.
> Mobile: +94-71-554-8430
> Twitter: @n1r44 
> https://pythagoreanscript.wordpress.com/
>



 --
 *Lasantha Fernando*
 Senior Software Engineer - Data Technologies Team
 WSO2 Inc. http://wso2.com

 email: lasan...@wso2.com
 mobile: (+94) 71 5247551

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>>
>>> *S. Suhothayan*
>>> Technical Lead & Team Lead of WSO2 Complex Event Processor
>>>  *WSO2 Inc. *http://wso2.com
>>> * *
>>> lean . enterprise . middleware
>>>
>>>
>>

[Dev] Suggested change in the implementation of moving messages to DLC in MB

2015-06-07 Thread Sasikala Kottegoda
Hi all,

Currently when messages are moved to DLC in MB, message metadata is added
to the DLC queue and then deleted from the previous. This could just be
handled by an update method in an RDBMS database. Therefore, could we
change it?

Thank you
-- 
Sasikala Kottegoda
*Software Engineer*
WSO2 Inc., http://wso2.com/
lean. enterprise. middleware
Mobile: +94 774835928/712792401
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Please review and merge

2015-06-07 Thread Niranjan Karunanandham
Hi Madhawa,

I had an offline chat with KasunG with regard to where this issue should be
in the JIRA. He suggested to created a public JIRA in Carbon (to upload the
patch and pull requests) and in the DSS JIRA [1] refer to the Carbon JIRA.

In a related note, please send the the pull request to master in Github
also [2].

[1] - https://wso2.org/jira/browse/DS-1053
[2] - https://github.com/wso2/wso2-axis2/

Regards,
Nira

On Mon, Jun 8, 2015 at 10:02 AM, Niranjan Karunanandham 
wrote:

> Hi Madhawa,
>
> Previously when there was an issue in axis2 json  (GSON) for DSS usecase,
> a public JIRA was opened in CARBON [1] and mentioned that this was DSS.
> This will be easy to track and merge requests by the team. Since this is a
> change to AbstractJSONMessageFormatter (axis2), (Please correct me if am
> wrong) shouldn't the JIRA be in CARBON.
>
> [1] - https://wso2.org/jira/browse/CARBON-15203
>
> Regards,
> Nira
>
> On Mon, Jun 8, 2015 at 9:14 AM, Niranjan Karunanandham 
> wrote:
>
>> Hi all,
>>
>> I will look into this.
>>
>> Regards,
>> Nira
>>
>> On Mon, Jun 8, 2015 at 8:21 AM, Madhawa Gunasekara 
>> wrote:
>>
>>> Hi All,
>>>
>>> Please apply this patch, I just wanted to wait till I write the test
>>> case for this patch.  All are fine.
>>>
>>> Thanks,
>>> Madhawa
>>>
>>> On Fri, Jun 5, 2015 at 7:29 PM, Madhawa Gunasekara 
>>> wrote:
>>>
 Please ignore the patch

 Thanks,
 Madhawa

 On Fri, Jun 5, 2015 at 6:15 PM, Madhawa Gunasekara 
 wrote:

> Hi Devs,
>
> Please find the attached patch for the fix [1].
>
> [1] https://wso2.org/jira/browse/DS-1053
>
> --
> *Madhawa Gunasekara*
> Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 719411002 <+94+719411002>
> blog: *http://madhawa-gunasekara.blogspot.com
> *
> linkedin: *http://lk.linkedin.com/in/mgunasekara
> *
>



 --
 *Madhawa Gunasekara*
 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 719411002 <+94+719411002>
 blog: *http://madhawa-gunasekara.blogspot.com
 *
 linkedin: *http://lk.linkedin.com/in/mgunasekara
 *

>>>
>>>
>>>
>>> --
>>> *Madhawa Gunasekara*
>>> Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: +94 719411002 <+94+719411002>
>>> blog: *http://madhawa-gunasekara.blogspot.com
>>> *
>>> linkedin: *http://lk.linkedin.com/in/mgunasekara
>>> *
>>>
>>
>>
>>
>> --
>>
>> *Niranjan Karunanandham*
>> Senior Software Engineer - WSO2 Inc.
>> WSO2 Inc.: http://www.wso2.com
>>
>
>
>
> --
>
> *Niranjan Karunanandham*
> Senior Software Engineer - WSO2 Inc.
> WSO2 Inc.: http://www.wso2.com
>



-- 

*Niranjan Karunanandham*
Senior Software Engineer - WSO2 Inc.
WSO2 Inc.: http://www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [CEP] what are the data types supported by siddhi?

2015-06-07 Thread Mohanadarshan Vivekanandalingam
On Mon, Jun 8, 2015 at 9:21 AM, Niranda Perera  wrote:

> Hi suho,
>
> I'm thinking about byte (8 bit) and short (16 bit) data types.
>
>
@Niranda, I don't think we have to worry much about this..  Better go with
Int (or long) data types..



>
> On Mon, Jun 8, 2015 at 3:21 AM, Sriskandarajah Suhothayan 
> wrote:
>
>>
>>
>> On Sun, Jun 7, 2015 at 5:46 PM, Lasantha Fernando 
>> wrote:
>>
>>> Hi Niranda,
>>>
>>> Do you mean transferring data as bytes or simply in binary form?
>>>
>>> I think there were some discussions earlier around adding the capability
>>> to send attributes in binary form. Actually, I went through the code in new
>>> Siddhi-3.0.0 and it seems there is support for 'Object' types. This can be
>>> used to pass objects through Siddhi, though we don't have support in Siddhi
>>> to do any manipulations on the object itself. But not sure whether this
>>> satisfies your requirement to have it in byte form. Can you elaborate on
>>> any use case you have in mind that uses byte data type?
>>>
>>> Anyway, there is no support for byte form at databridge level AFAIK.
>>>
>>> +1 to add this capability for databridge. Can you start a thread in arch@
>>> list about adding byte as a supported data type for databridge also
>>> mentioning the usecase as well?
>>>
>>> Thanks,
>>> Lasantha
>>>
>>> On 7 June 2015 at 01:18, Niranda Perera  wrote:
>>>
 Thanks Lasantha.

 so we are not supporting 8bit or 16 bit data types, isnt it?

 dont you think we should add that to databridge?

>>> Was this necessary ? Whats the respective Java type this maps to ?
>>
>> Suho
>>
>>>
 On Sat, Jun 6, 2015 at 2:29 PM, Lasantha Fernando 
 wrote:

> Hi Niranda,
>
> Those would be the same data types as supported by databridge
> component. i.e. namely
>
>
>- int
>- long
>- float
>- double
>- string
>- bool
>
>
> But I think this is not mentioned anywhere in our documentation. Added
> these types to the page about stream definitions in [1].
>
> [1] https://docs.wso2.com/display/CEP400/Event+Stream+Definitions
>
> Thanks,
> Lasantha
>
> On 6 June 2015 at 11:25, Niranda Perera  wrote:
>
>> Hi,
>>
>> can you please point me to a documentation page where I could find
>> the data types supported by Siddhi QL?
>>
>> thanks
>>
>> --
>> *Niranda Perera*
>> Software Engineer, WSO2 Inc.
>> Mobile: +94-71-554-8430
>> Twitter: @n1r44 
>> https://pythagoreanscript.wordpress.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Lasantha Fernando*
> Senior Software Engineer - Data Technologies Team
> WSO2 Inc. http://wso2.com
>
> email: lasan...@wso2.com
> mobile: (+94) 71 5247551
>



 --
 *Niranda Perera*
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44 
 https://pythagoreanscript.wordpress.com/

>>>
>>>
>>>
>>> --
>>> *Lasantha Fernando*
>>> Senior Software Engineer - Data Technologies Team
>>> WSO2 Inc. http://wso2.com
>>>
>>> email: lasan...@wso2.com
>>> mobile: (+94) 71 5247551
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> *S. Suhothayan*
>> Technical Lead & Team Lead of WSO2 Complex Event Processor
>>  *WSO2 Inc. *http://wso2.com
>> * *
>> lean . enterprise . middleware
>>
>>
>> *cell: (+94) 779 756 757 <%28%2B94%29%20779%20756%20757> | blog:
>> http://suhothayan.blogspot.com/ twitter:
>> http://twitter.com/suhothayan  | linked-in:
>> http://lk.linkedin.com/in/suhothayan *
>>
>
>
>
> --
> *Niranda Perera*
> Software Engineer, WSO2 Inc.
> Mobile: +94-71-554-8430
> Twitter: @n1r44 
> https://pythagoreanscript.wordpress.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*V. Mohanadarshan*
*Senior Software Engineer,*
*Data Technologies Team,*
*WSO2, Inc. http://wso2.com  *
*lean.enterprise.middleware.*

email: mo...@wso2.com
phone:(+94) 771117673
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Please Review and Merge

2015-06-07 Thread Thilini Cooray
Hi,

This is the fix [1] for public JIRA [2].
Please review and merge.

[1] https://github.com/wso2/carbon-apimgt/pull/622
[2] https://wso2.org/jira/browse/APIMANAGER-3201

Thanks.

-- 
Best Regards,

*Thilini Cooray*
Software Engineer
Mobile : +94 (0) 774 570 112 <%2B94%20%280%29%20773%20451194>
E-mail : thili...@wso2.com

WSO2 Inc. www.wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Please review and merge

2015-06-07 Thread Niranjan Karunanandham
Hi Madhawa,

Previously when there was an issue in axis2 json  (GSON) for DSS usecase, a
public JIRA was opened in CARBON [1] and mentioned that this was DSS. This
will be easy to track and merge requests by the team. Since this is a
change to AbstractJSONMessageFormatter (axis2), (Please correct me if am
wrong) shouldn't the JIRA be in CARBON.

[1] - https://wso2.org/jira/browse/CARBON-15203

Regards,
Nira

On Mon, Jun 8, 2015 at 9:14 AM, Niranjan Karunanandham 
wrote:

> Hi all,
>
> I will look into this.
>
> Regards,
> Nira
>
> On Mon, Jun 8, 2015 at 8:21 AM, Madhawa Gunasekara 
> wrote:
>
>> Hi All,
>>
>> Please apply this patch, I just wanted to wait till I write the test case
>> for this patch.  All are fine.
>>
>> Thanks,
>> Madhawa
>>
>> On Fri, Jun 5, 2015 at 7:29 PM, Madhawa Gunasekara 
>> wrote:
>>
>>> Please ignore the patch
>>>
>>> Thanks,
>>> Madhawa
>>>
>>> On Fri, Jun 5, 2015 at 6:15 PM, Madhawa Gunasekara 
>>> wrote:
>>>
 Hi Devs,

 Please find the attached patch for the fix [1].

 [1] https://wso2.org/jira/browse/DS-1053

 --
 *Madhawa Gunasekara*
 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 719411002 <+94+719411002>
 blog: *http://madhawa-gunasekara.blogspot.com
 *
 linkedin: *http://lk.linkedin.com/in/mgunasekara
 *

>>>
>>>
>>>
>>> --
>>> *Madhawa Gunasekara*
>>> Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: +94 719411002 <+94+719411002>
>>> blog: *http://madhawa-gunasekara.blogspot.com
>>> *
>>> linkedin: *http://lk.linkedin.com/in/mgunasekara
>>> *
>>>
>>
>>
>>
>> --
>> *Madhawa Gunasekara*
>> Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: +94 719411002 <+94+719411002>
>> blog: *http://madhawa-gunasekara.blogspot.com
>> *
>> linkedin: *http://lk.linkedin.com/in/mgunasekara
>> *
>>
>
>
>
> --
>
> *Niranjan Karunanandham*
> Senior Software Engineer - WSO2 Inc.
> WSO2 Inc.: http://www.wso2.com
>



-- 

*Niranjan Karunanandham*
Senior Software Engineer - WSO2 Inc.
WSO2 Inc.: http://www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] NoClassDefFoundError occurs while running carbon patch0011 tests

2015-06-07 Thread Sameera Jayasoma
Hi Bhathiya,

Did you find a solution to this problem?

Thanks,
Sameera.

On Fri, Jun 5, 2015 at 7:31 PM, Bhathiya Jayasekara 
wrote:

> Hi all,
>
> I'm building patch0011 with tests. But tests are failing.
>
>
> ---
>  T E S T S
> ---
> Running org.wso2.carbon.registry.synchronization.test.UtilitiesTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.051 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.secure.CommentsTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.053 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.secure.SecureRegistryTest
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.052 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.StaticConfigurationTrueTest
> Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.055 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.CommentsTest
> Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.053 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.PropertiesTest
> Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.056 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.TransactionsTest
> Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.056 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.SimpleLifecycleTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.053 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.TagsTest
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.056 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.SystemRegistryInHandlerTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.053 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.JDBCRegistryTest
> Tests run: 25, Failures: 0, Errors: 25, Skipped: 0, Time elapsed: 0.07 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.PathCacheTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.05 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.RenameTest
> Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.055 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.ChrootJDBCTest
> Tests run: 26, Failures: 0, Errors: 26, Skipped: 0, Time elapsed: 0.074
> sec <<< FAILURE!
> Running
> org.wso2.carbon.registry.core.test.jdbc.StaticConfigurationFalseTest
> Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.07 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.PathsTest
> Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.052 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.VersionHandlingTest
> Tests run: 10, Failures: 0, Errors: 10, Skipped: 0, Time elapsed: 0.06 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.PaginationTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.051 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.HandlerTest
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.053 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.SymlinkTest
> Tests run: 17, Failures: 0, Errors: 17, Skipped: 0, Time elapsed: 0.065
> sec <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.ResourcesTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.096 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.MoveTest
> Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.057 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.QueryTest
> Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.054 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.ResourceImportExportTest
> Tests run: 27, Failures: 0, Errors: 27, Skipped: 0, Time elapsed: 0.084
> sec <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.DumpReaderTest
> total read: 18143
> total buffered: 6173
> maximum buffer size: 3406
> total buffer read size: 6607
> log4j:WARN No appenders could be found for logger
> (org.apache.axiom.om.impl.MTOMXMLStreamWriter).
> log4j:WARN Please initialize the log4j system properly.
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 sec
> Running org.wso2.carbon.registry.core.test.jdbc.CustomQueryTest
> Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.054 sec
> <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.DumpTest
> Tests run: 10, Failures: 0, Errors: 10, Skipped: 0, Time elapsed: 0.058
> sec <<< FAILURE!
> Running org.wso2.carbon.registry.core.test.jdbc.CopyTest
> Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.053 sec
> <<< FAILURE!
> Run

Re: [Dev] Fwd: [GSoC 2015] : d3.js dragging svg elements between different svg elements.

2015-06-07 Thread Dakshika Jayathilaka
Hi Fawzan,

SVG drawing is limited to canvas that implemented (SVG objects are bound to
their parent canvas container) . So you can't drag element out side of
another.

IMO you can write simple event handler to draw element  when click on
stream section. Or else you can use library like jsplumb[1] or fabricjs[2]
which includes some advance capabilities on drag event handling.

[1] http://www.jsplumb.org/demo/flowchart/dom.html
[2] http://fabricjs.com/

Regards,

*Dakshika Jayathilaka*
PMC Member & Committer of Apache Stratos
Senior Software Engineer
WSO2, Inc.
lean.enterprise.middleware
0771100911

On Sat, Jun 6, 2015 at 7:12 PM, Mohamed Fawzan  wrote:

>
> Hi,
> I am working on GSOC Proposal 18 [1]
> .
> I am creating a Visual Composer for Siddhi Language[2]
> .
> I have a problem while moving elements between different SVG elements.
>
> Actually, I am trying to drag items from operators section to Canvas (A -
> See attached image).It seems I cannot do that. Can anyone help me out here?
>
> If it is not possible to move elements between svg elements, What are my
> options? To draw the entire page in a big svg?
>
> -Regards
>
>
>
>
> [1]
> https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal18:ExtensibleVisualComposerSiddhiLanguage
> [2] -
> https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language
>
> --
> Fawsan M.M.M
> Faculty of Engineering, UoP
> +94771121195
> https://lk.linkedin.com/in/efawzan
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [CEP] what are the data types supported by siddhi?

2015-06-07 Thread Niranda Perera
Hi suho,

I'm thinking about byte (8 bit) and short (16 bit) data types.



On Mon, Jun 8, 2015 at 3:21 AM, Sriskandarajah Suhothayan 
wrote:

>
>
> On Sun, Jun 7, 2015 at 5:46 PM, Lasantha Fernando 
> wrote:
>
>> Hi Niranda,
>>
>> Do you mean transferring data as bytes or simply in binary form?
>>
>> I think there were some discussions earlier around adding the capability
>> to send attributes in binary form. Actually, I went through the code in new
>> Siddhi-3.0.0 and it seems there is support for 'Object' types. This can be
>> used to pass objects through Siddhi, though we don't have support in Siddhi
>> to do any manipulations on the object itself. But not sure whether this
>> satisfies your requirement to have it in byte form. Can you elaborate on
>> any use case you have in mind that uses byte data type?
>>
>> Anyway, there is no support for byte form at databridge level AFAIK.
>>
>> +1 to add this capability for databridge. Can you start a thread in arch@
>> list about adding byte as a supported data type for databridge also
>> mentioning the usecase as well?
>>
>> Thanks,
>> Lasantha
>>
>> On 7 June 2015 at 01:18, Niranda Perera  wrote:
>>
>>> Thanks Lasantha.
>>>
>>> so we are not supporting 8bit or 16 bit data types, isnt it?
>>>
>>> dont you think we should add that to databridge?
>>>
>> Was this necessary ? Whats the respective Java type this maps to ?
>
> Suho
>
>>
>>> On Sat, Jun 6, 2015 at 2:29 PM, Lasantha Fernando 
>>> wrote:
>>>
 Hi Niranda,

 Those would be the same data types as supported by databridge
 component. i.e. namely


- int
- long
- float
- double
- string
- bool


 But I think this is not mentioned anywhere in our documentation. Added
 these types to the page about stream definitions in [1].

 [1] https://docs.wso2.com/display/CEP400/Event+Stream+Definitions

 Thanks,
 Lasantha

 On 6 June 2015 at 11:25, Niranda Perera  wrote:

> Hi,
>
> can you please point me to a documentation page where I could find the
> data types supported by Siddhi QL?
>
> thanks
>
> --
> *Niranda Perera*
> Software Engineer, WSO2 Inc.
> Mobile: +94-71-554-8430
> Twitter: @n1r44 
> https://pythagoreanscript.wordpress.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Lasantha Fernando*
 Senior Software Engineer - Data Technologies Team
 WSO2 Inc. http://wso2.com

 email: lasan...@wso2.com
 mobile: (+94) 71 5247551

>>>
>>>
>>>
>>> --
>>> *Niranda Perera*
>>> Software Engineer, WSO2 Inc.
>>> Mobile: +94-71-554-8430
>>> Twitter: @n1r44 
>>> https://pythagoreanscript.wordpress.com/
>>>
>>
>>
>>
>> --
>> *Lasantha Fernando*
>> Senior Software Engineer - Data Technologies Team
>> WSO2 Inc. http://wso2.com
>>
>> email: lasan...@wso2.com
>> mobile: (+94) 71 5247551
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> *S. Suhothayan*
> Technical Lead & Team Lead of WSO2 Complex Event Processor
>  *WSO2 Inc. *http://wso2.com
> * *
> lean . enterprise . middleware
>
>
> *cell: (+94) 779 756 757 <%28%2B94%29%20779%20756%20757> | blog:
> http://suhothayan.blogspot.com/ twitter:
> http://twitter.com/suhothayan  | linked-in:
> http://lk.linkedin.com/in/suhothayan *
>



-- 
*Niranda Perera*
Software Engineer, WSO2 Inc.
Mobile: +94-71-554-8430
Twitter: @n1r44 
https://pythagoreanscript.wordpress.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Please review and merge

2015-06-07 Thread Niranjan Karunanandham
Hi all,

I will look into this.

Regards,
Nira

On Mon, Jun 8, 2015 at 8:21 AM, Madhawa Gunasekara 
wrote:

> Hi All,
>
> Please apply this patch, I just wanted to wait till I write the test case
> for this patch.  All are fine.
>
> Thanks,
> Madhawa
>
> On Fri, Jun 5, 2015 at 7:29 PM, Madhawa Gunasekara 
> wrote:
>
>> Please ignore the patch
>>
>> Thanks,
>> Madhawa
>>
>> On Fri, Jun 5, 2015 at 6:15 PM, Madhawa Gunasekara 
>> wrote:
>>
>>> Hi Devs,
>>>
>>> Please find the attached patch for the fix [1].
>>>
>>> [1] https://wso2.org/jira/browse/DS-1053
>>>
>>> --
>>> *Madhawa Gunasekara*
>>> Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: +94 719411002 <+94+719411002>
>>> blog: *http://madhawa-gunasekara.blogspot.com
>>> *
>>> linkedin: *http://lk.linkedin.com/in/mgunasekara
>>> *
>>>
>>
>>
>>
>> --
>> *Madhawa Gunasekara*
>> Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: +94 719411002 <+94+719411002>
>> blog: *http://madhawa-gunasekara.blogspot.com
>> *
>> linkedin: *http://lk.linkedin.com/in/mgunasekara
>> *
>>
>
>
>
> --
> *Madhawa Gunasekara*
> Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 719411002 <+94+719411002>
> blog: *http://madhawa-gunasekara.blogspot.com
> *
> linkedin: *http://lk.linkedin.com/in/mgunasekara
> *
>



-- 

*Niranjan Karunanandham*
Senior Software Engineer - WSO2 Inc.
WSO2 Inc.: http://www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Please review and merge

2015-06-07 Thread Madhawa Gunasekara
Hi All,

Please apply this patch, I just wanted to wait till I write the test case
for this patch.  All are fine.

Thanks,
Madhawa

On Fri, Jun 5, 2015 at 7:29 PM, Madhawa Gunasekara 
wrote:

> Please ignore the patch
>
> Thanks,
> Madhawa
>
> On Fri, Jun 5, 2015 at 6:15 PM, Madhawa Gunasekara 
> wrote:
>
>> Hi Devs,
>>
>> Please find the attached patch for the fix [1].
>>
>> [1] https://wso2.org/jira/browse/DS-1053
>>
>> --
>> *Madhawa Gunasekara*
>> Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: +94 719411002 <+94+719411002>
>> blog: *http://madhawa-gunasekara.blogspot.com
>> *
>> linkedin: *http://lk.linkedin.com/in/mgunasekara
>> *
>>
>
>
>
> --
> *Madhawa Gunasekara*
> Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 719411002 <+94+719411002>
> blog: *http://madhawa-gunasekara.blogspot.com
> *
> linkedin: *http://lk.linkedin.com/in/mgunasekara
> *
>



-- 
*Madhawa Gunasekara*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 719411002 <+94+719411002>
blog: *http://madhawa-gunasekara.blogspot.com
*
linkedin: *http://lk.linkedin.com/in/mgunasekara
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [CEP] what are the data types supported by siddhi?

2015-06-07 Thread Sriskandarajah Suhothayan
On Sun, Jun 7, 2015 at 5:46 PM, Lasantha Fernando  wrote:

> Hi Niranda,
>
> Do you mean transferring data as bytes or simply in binary form?
>
> I think there were some discussions earlier around adding the capability
> to send attributes in binary form. Actually, I went through the code in new
> Siddhi-3.0.0 and it seems there is support for 'Object' types. This can be
> used to pass objects through Siddhi, though we don't have support in Siddhi
> to do any manipulations on the object itself. But not sure whether this
> satisfies your requirement to have it in byte form. Can you elaborate on
> any use case you have in mind that uses byte data type?
>
> Anyway, there is no support for byte form at databridge level AFAIK.
>
> +1 to add this capability for databridge. Can you start a thread in arch@
> list about adding byte as a supported data type for databridge also
> mentioning the usecase as well?
>
> Thanks,
> Lasantha
>
> On 7 June 2015 at 01:18, Niranda Perera  wrote:
>
>> Thanks Lasantha.
>>
>> so we are not supporting 8bit or 16 bit data types, isnt it?
>>
>> dont you think we should add that to databridge?
>>
> Was this necessary ? Whats the respective Java type this maps to ?

Suho

>
>> On Sat, Jun 6, 2015 at 2:29 PM, Lasantha Fernando 
>> wrote:
>>
>>> Hi Niranda,
>>>
>>> Those would be the same data types as supported by databridge component.
>>> i.e. namely
>>>
>>>
>>>- int
>>>- long
>>>- float
>>>- double
>>>- string
>>>- bool
>>>
>>>
>>> But I think this is not mentioned anywhere in our documentation. Added
>>> these types to the page about stream definitions in [1].
>>>
>>> [1] https://docs.wso2.com/display/CEP400/Event+Stream+Definitions
>>>
>>> Thanks,
>>> Lasantha
>>>
>>> On 6 June 2015 at 11:25, Niranda Perera  wrote:
>>>
 Hi,

 can you please point me to a documentation page where I could find the
 data types supported by Siddhi QL?

 thanks

 --
 *Niranda Perera*
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44 
 https://pythagoreanscript.wordpress.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Lasantha Fernando*
>>> Senior Software Engineer - Data Technologies Team
>>> WSO2 Inc. http://wso2.com
>>>
>>> email: lasan...@wso2.com
>>> mobile: (+94) 71 5247551
>>>
>>
>>
>>
>> --
>> *Niranda Perera*
>> Software Engineer, WSO2 Inc.
>> Mobile: +94-71-554-8430
>> Twitter: @n1r44 
>> https://pythagoreanscript.wordpress.com/
>>
>
>
>
> --
> *Lasantha Fernando*
> Senior Software Engineer - Data Technologies Team
> WSO2 Inc. http://wso2.com
>
> email: lasan...@wso2.com
> mobile: (+94) 71 5247551
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*S. Suhothayan*
Technical Lead & Team Lead of WSO2 Complex Event Processor
 *WSO2 Inc. *http://wso2.com
* *
lean . enterprise . middleware


*cell: (+94) 779 756 757 | blog: http://suhothayan.blogspot.com/
twitter: http://twitter.com/suhothayan
 | linked-in:
http://lk.linkedin.com/in/suhothayan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [CEP] what are the data types supported by siddhi?

2015-06-07 Thread Lasantha Fernando
Hi Niranda,

Do you mean transferring data as bytes or simply in binary form?

I think there were some discussions earlier around adding the capability to
send attributes in binary form. Actually, I went through the code in new
Siddhi-3.0.0 and it seems there is support for 'Object' types. This can be
used to pass objects through Siddhi, though we don't have support in Siddhi
to do any manipulations on the object itself. But not sure whether this
satisfies your requirement to have it in byte form. Can you elaborate on
any use case you have in mind that uses byte data type?

Anyway, there is no support for byte form at databridge level AFAIK.

+1 to add this capability for databridge. Can you start a thread in arch@
list about adding byte as a supported data type for databridge also
mentioning the usecase as well?

Thanks,
Lasantha

On 7 June 2015 at 01:18, Niranda Perera  wrote:

> Thanks Lasantha.
>
> so we are not supporting 8bit or 16 bit data types, isnt it?
>
> dont you think we should add that to databridge?
>
> On Sat, Jun 6, 2015 at 2:29 PM, Lasantha Fernando 
> wrote:
>
>> Hi Niranda,
>>
>> Those would be the same data types as supported by databridge component.
>> i.e. namely
>>
>>
>>- int
>>- long
>>- float
>>- double
>>- string
>>- bool
>>
>>
>> But I think this is not mentioned anywhere in our documentation. Added
>> these types to the page about stream definitions in [1].
>>
>> [1] https://docs.wso2.com/display/CEP400/Event+Stream+Definitions
>>
>> Thanks,
>> Lasantha
>>
>> On 6 June 2015 at 11:25, Niranda Perera  wrote:
>>
>>> Hi,
>>>
>>> can you please point me to a documentation page where I could find the
>>> data types supported by Siddhi QL?
>>>
>>> thanks
>>>
>>> --
>>> *Niranda Perera*
>>> Software Engineer, WSO2 Inc.
>>> Mobile: +94-71-554-8430
>>> Twitter: @n1r44 
>>> https://pythagoreanscript.wordpress.com/
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Lasantha Fernando*
>> Senior Software Engineer - Data Technologies Team
>> WSO2 Inc. http://wso2.com
>>
>> email: lasan...@wso2.com
>> mobile: (+94) 71 5247551
>>
>
>
>
> --
> *Niranda Perera*
> Software Engineer, WSO2 Inc.
> Mobile: +94-71-554-8430
> Twitter: @n1r44 
> https://pythagoreanscript.wordpress.com/
>



-- 
*Lasantha Fernando*
Senior Software Engineer - Data Technologies Team
WSO2 Inc. http://wso2.com

email: lasan...@wso2.com
mobile: (+94) 71 5247551
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-07 Thread Mohamed Fawzan
Hi,

I have updated the SVG layout with icons. Please check [1]


[1] - http://vc.mutexlk.com/dashboard.html

On Sun, Jun 7, 2015 at 3:35 PM, Mohamed Fawzan  wrote:

> Hi,
>
> Since our plan to create layout (as in milestone) failed, I have created a
> new layout[1] . Which is completely made
> of SVG. I have hosted a demo so that you can check it easily.  Expecting
> your feedback to proceed work.
>
> -Regards
>
>
> [1] - http://vc.mutexlk.com/svg.html
> [2] -
> https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language
> --
> Fawsan M.M.M
> Faculty of Engineering, UoP
> +94771121195
> https://lk.linkedin.com/in/efawzan
>
>


-- 
Fawzan~MMM
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-07 Thread Mohamed Fawzan
Hi,

Since our plan to create layout (as in milestone) failed, I have created a
new layout[1] . Which is completely made of
SVG. I have hosted a demo so that you can check it easily.  Expecting your
feedback to proceed work.

-Regards


[1] - http://vc.mutexlk.com/svg.html
[2] - https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language
-- 
Fawsan M.M.M
Faculty of Engineering, UoP
+94771121195
https://lk.linkedin.com/in/efawzan
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev