Re: [Dev] [DAS] Line chart y-axis scale and range problems

2015-09-27 Thread Thanuja Uruththirakodeeswaran
Hi Dunith,

Thanks a lot for the fix you gave :). It's really helpful and now problem-2
is fixed and it's working fine. As you said Tharik also said problem-1 is a
limitation in vega and he has already reported an issue in vega github[1].

[1]. https://github.com/vega/vega/issues/371

Thanks.


On Sun, Sep 27, 2015 at 9:52 PM, Dunith Dhanushka  wrote:

> Hi,
>
> Incorrect calculation of chart scales caused some points to plot outside
> the grid area. When there are multiple values for the Y axis like [1,2,3]
> in the chart configuration, only 1 was passed for scale calculation so that
> points belong to other series plotted outside.
>
> This behaviour is fixed now. Take an update from
> https://github.com/wso2/VizGrammar/igviz.js
>
> It seems like [1] is a limitation of  Vega.
>
> Will provide a fix for getting "undefined" for tooltip value.
>
> Regards,
> Dunith
>
> On Fri, Sep 25, 2015 at 8:58 PM, Thanuja Uruththirakodeeswaran <
> thanu...@wso2.com> wrote:
>
>> Hi Tharik,
>>
>> Yes as you said vega chart is drawing the y axis by considering the first
>> column (here in my case CreatedInstanceCount) as shown in the below image
>> [1]. As we discussed in offline, in my case I can't define the max value to
>> some constant as with time interval, member count will vary. Thanks a lot
>> for the help Tharik.
>>
>> Thanks.
>>
>> On Fri, Sep 25, 2015 at 5:53 PM, Thanuja Uruththirakodeeswaran <
>> thanu...@wso2.com> wrote:
>>
>>> Hi Nipuna, Tharik,
>>>
>>> Thanks a lot for the suggestions. I'll follow your suggestions and let
>>> you know.
>>>
>>> Thanks.
>>>
>>> On Fri, Sep 25, 2015 at 5:05 PM, Tharik Kanaka  wrote:
>>>
 Hi Thanuja,

 I have already noticed this in CEP and reported in a JIRA  [1]. This
 only happens when you multiple lines to chart. Root cause for this is that
 Vega chart will draw the Y axis by considering only first column values. In
 your case it has considered "CreatedInstanceCount" where as other lines are
 plotted outside.

 You will see decimals since Y axis meant to plot 10 points since
 maximum value is 5, it is plotted by 0.5. It will not happen if maximum
 value becomes large number such as 50 where as plotting will happen by 5,
 10, 15 and so on.

 [1] https://wso2.org/jira/browse/CEP-1387

 On Fri, Sep 25, 2015 at 4:27 PM, Nipuna Chandradasa 
 wrote:

> Hi Thanuja,
>
> Quick fix for few of these problems.
>
> For the 1st one check the domain which define the range of the y
> scale.  may be they are given in decimals.
>
> most of the time y axis value range is mapped with the height of the
> SVG element. if you can quickly look in to it and just adjust the width of
> the SVG element or change the range mapping value in y scale u may be able
> to solve 2nd issue.
>
>
> Thanks.
>
>
> On Fri, Sep 25, 2015 at 4:05 PM, Thanuja Uruththirakodeeswaran <
> thanu...@wso2.com> wrote:
>
>> Hi All,
>>
>> I'm generating a line chart to show details with DAS analytics
>> dashboard using Line Chart Gadgets as below. ​This line chart uses D3
>> library and Vega.
>>
>>
>>
>> Here I'm facing following problems:
>> 1. Even though member count values (Y axis values) are integers, in
>> this chart axis values are populated as decimals and I tried to use 
>> 'round'
>> property for y axis configuration and couldn't fix it.
>>
>> 2. Also y axis value range is also limited to 5 as shown above
>>
>> 3. As shown in the below image, tool-tip pop y axis value shown as
>> undefined and sometimes tool-tips are not removed.
>>
>>
>>
>> I discussed these issues with Dunith also. It will be helpful if
>> these issues are fixed.
>>
>> Thanks.
>>
>> --
>> Thanuja Uruththirakodeeswaran
>> Software Engineer
>> WSO2 Inc.;http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: +94 774363167
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> 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
>
>


 --

 *Tharik Kanaka*

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

>>>
>>>
>>>
>>> --
>>> Thanuja Uruththirakodeeswaran
>>> Software Engineer
>>> WSO2 Inc.;http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: +94 774363167
>>>
>>
>>
>>
>> --
>> Thanuja Uruththirakodeeswaran
>> 

Re: [Dev] [DAS] Line chart y-axis scale and range problems

2015-09-27 Thread Dunith Dhanushka
Hi,

Incorrect calculation of chart scales caused some points to plot outside
the grid area. When there are multiple values for the Y axis like [1,2,3]
in the chart configuration, only 1 was passed for scale calculation so that
points belong to other series plotted outside.

This behaviour is fixed now. Take an update from
https://github.com/wso2/VizGrammar/igviz.js

It seems like [1] is a limitation of  Vega.

Will provide a fix for getting "undefined" for tooltip value.

Regards,
Dunith

On Fri, Sep 25, 2015 at 8:58 PM, Thanuja Uruththirakodeeswaran <
thanu...@wso2.com> wrote:

> Hi Tharik,
>
> Yes as you said vega chart is drawing the y axis by considering the first
> column (here in my case CreatedInstanceCount) as shown in the below image
> [1]. As we discussed in offline, in my case I can't define the max value to
> some constant as with time interval, member count will vary. Thanks a lot
> for the help Tharik.
>
> Thanks.
>
> On Fri, Sep 25, 2015 at 5:53 PM, Thanuja Uruththirakodeeswaran <
> thanu...@wso2.com> wrote:
>
>> Hi Nipuna, Tharik,
>>
>> Thanks a lot for the suggestions. I'll follow your suggestions and let
>> you know.
>>
>> Thanks.
>>
>> On Fri, Sep 25, 2015 at 5:05 PM, Tharik Kanaka  wrote:
>>
>>> Hi Thanuja,
>>>
>>> I have already noticed this in CEP and reported in a JIRA  [1]. This
>>> only happens when you multiple lines to chart. Root cause for this is that
>>> Vega chart will draw the Y axis by considering only first column values. In
>>> your case it has considered "CreatedInstanceCount" where as other lines are
>>> plotted outside.
>>>
>>> You will see decimals since Y axis meant to plot 10 points since maximum
>>> value is 5, it is plotted by 0.5. It will not happen if maximum value
>>> becomes large number such as 50 where as plotting will happen by 5, 10, 15
>>> and so on.
>>>
>>> [1] https://wso2.org/jira/browse/CEP-1387
>>>
>>> On Fri, Sep 25, 2015 at 4:27 PM, Nipuna Chandradasa 
>>> wrote:
>>>
 Hi Thanuja,

 Quick fix for few of these problems.

 For the 1st one check the domain which define the range of the y scale.
  may be they are given in decimals.

 most of the time y axis value range is mapped with the height of the
 SVG element. if you can quickly look in to it and just adjust the width of
 the SVG element or change the range mapping value in y scale u may be able
 to solve 2nd issue.


 Thanks.


 On Fri, Sep 25, 2015 at 4:05 PM, Thanuja Uruththirakodeeswaran <
 thanu...@wso2.com> wrote:

> Hi All,
>
> I'm generating a line chart to show details with DAS analytics
> dashboard using Line Chart Gadgets as below. ​This line chart uses D3
> library and Vega.
>
>
>
> Here I'm facing following problems:
> 1. Even though member count values (Y axis values) are integers, in
> this chart axis values are populated as decimals and I tried to use 
> 'round'
> property for y axis configuration and couldn't fix it.
>
> 2. Also y axis value range is also limited to 5 as shown above
>
> 3. As shown in the below image, tool-tip pop y axis value shown as
> undefined and sometimes tool-tips are not removed.
>
>
>
> I discussed these issues with Dunith also. It will be helpful if these
> issues are fixed.
>
> Thanks.
>
> --
> Thanuja Uruththirakodeeswaran
> Software Engineer
> WSO2 Inc.;http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 774363167
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


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


>>>
>>>
>>> --
>>>
>>> *Tharik Kanaka*
>>>
>>> WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka
>>>
>>> Email: tha...@wso2.com | Web: www.wso2.com
>>>
>>
>>
>>
>> --
>> Thanuja Uruththirakodeeswaran
>> Software Engineer
>> WSO2 Inc.;http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: +94 774363167
>>
>
>
>
> --
> Thanuja Uruththirakodeeswaran
> Software Engineer
> WSO2 Inc.;http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 774363167
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Regards,

Dunith Dhanushka,
Senior Software Engineer
WSO2 Inc,

Mobile - +94 71 8615744
Blog - dunithd.wordpress.com 
Twitter - @dunithd 
___
Dev mailing list
Dev@wso2.org

Re: [Dev] Stratos cleanup

2015-09-27 Thread Imesh Gunaratne
Hi Marco,

This looks like an issue in the CEP extension which detects faulty members.
If you can restart Private PaaS this warning should go away. We will fix
the logic soon.

Thanks

On Sat, Sep 26, 2015 at 9:44 PM, Monaco Marco  wrote:

> Hi devs,
>
> We are seeing Stratos logs full of these:
>
> TID: [0] [PPAAS] [2015-09-26 16:09:35,786]  INFO
> {org.apache.stratos.cep.extension.FaultHandlingWindowProcessor} -  Faulty
> member detected [member-id]
> wso2am-190-application.wso2am-190-store.wso2am-190-store.domain1f1799fa-7635-4739-a407-182f5bb3c463
> with [last time-stamp] 1442510619968 [time-out] 6 milliseconds
> TID: [0] [PPAAS] [2015-09-26 16:09:35,788]  WARN
> {org.apache.stratos.cep.extension.FaultHandlingWindowProcessor} -  Failed
> to publish member fault event. Member having [member-id]
> wso2am-190-application.wso2am-190-store.wso2am-190-store.domain1f1799fa-7635-4739-a407-182f5bb3c463
> does not exist in topology
> TID: [0] [PPAAS] [2015-09-26 16:09:35,789]  INFO
> {org.apache.stratos.cep.extension.FaultHandlingWindowProcessor} -  Faulty
> member detected [member-id]
> servicebus.wso2esb-481-worker.wso2esb-481-worker.domain3ba271ba-4f35-442d-b63d-30012ff94563
> with [last time-stamp] 1442827383224 [time-out] 6 milliseconds
> TID: [0] [PPAAS] [2015-09-26 16:09:35,789]  WARN
> {org.apache.stratos.cep.extension.FaultHandlingWindowProcessor} -  Failed
> to publish member fault event. Member having [member-id]
> servicebus.wso2esb-481-worker.wso2esb-481-worker.domain3ba271ba-4f35-442d-b63d-30012ff94563
> does not exist in topology
> TID: [0] [PPAAS] [2015-09-26 16:09:35,789]  INFO
> {org.apache.stratos.cep.extension.FaultHandlingWindowProcessor} -  Faulty
> member detected [member-id]
> wso2am-190-application.wso2am-190-gw-manager.wso2am-190-gw-manager.domaina9c2e449-5c76-45dc-993a-ffb1eed617aa
> with [last time-stamp] 1442510617820 [time-out] 6 milliseconds
> TID: [0] [PPAAS] [2015-09-26 16:09:35,798]  WARN
> {org.apache.stratos.cep.extension.FaultHandlingWindowProcessor} -  Failed
> to publish member fault event. Member having [member-id]
> wso2am-190-application.wso2am-190-gw-manager.wso2am-190-gw-manager.domaina9c2e449-5c76-45dc-993a-ffb1eed617aa
> does not exist in topology
> TID: [0] [PPAAS] [2015-09-26 16:09:35,800]  INFO
> {org.apache.stratos.cep.extension.FaultHandlingWindowProcessor} -  Faulty
> member detected [member-id]
> wso2am-190-application.wso2am-190-gw-worker.wso2am-190-gw-worker.domain9f8bbe5d-b68c-4a6f-b0c0-be7c84256342
> with [last time-stamp] 1442510612495 [time-out] 6 milliseconds
> TID: [0] [PPAAS] [2015-09-26 16:09:35,800]  WARN
> {org.apache.stratos.cep.extension.FaultHandlingWindowProcessor} -  Failed
> to publish member fault event. Member having [member-id]
> wso2am-190-application.wso2am-190-gw-worker.wso2am-190-gw-worker.domain9f8bbe5d-b68c-4a6f-b0c0-be7c84256342
> does not exist in topology
> TID: [0] [PPAAS] [2015-09-26 16:09:35,800]  INFO
> {org.apache.stratos.cep.extension.FaultHandlingWindowProcessor} -  Faulty
> member detected [member-id]
> wso2am-190-application.wso2am-190-pub.wso2am-190-pub.domain848e3af2-15a7-4717-a3db-635dd75bc6c8
> with [last time-stamp] 1442510621117 [time-out] 6 milliseconds
> TID: [0] [PPAAS] [2015-09-26 16:09:35,801]  WARN
> {org.apache.stratos.cep.extension.FaultHandlingWindowProcessor} -  Failed
> to publish member fault event. Member having [member-id]
> wso2am-190-application.wso2am-190-pub.wso2am-190-pub.domain848e3af2-15a7-4717-a3db-635dd75bc6c8
> does not exist in topology
> TID: [0] [PPAAS] [2015-09-26 16:09:35,801]  INFO
> {org.apache.stratos.cep.extension.FaultHandlingWindowProcessor} -  Faulty
> member detected [member-id]
> wso2am-190-application.wso2am-190-km.wso2am-190-km.domain32336220-9d43-41cc-b292-401e6422d231
> with [last time-stamp] 1442510614253 [time-out] 6 milliseconds
> TID: [0] [PPAAS] [2015-09-26 16:09:35,801]  WARN
> {org.apache.stratos.cep.extension.FaultHandlingWindowProcessor} -  Failed
> to publish member fault event. Member having [member-id]
> wso2am-190-application.wso2am-190-km.wso2am-190-km.domain32336220-9d43-41cc-b292-401e6422d231
> does not exist in topology
>
>
>
> All these domains and members are old tests that we made in the past and
> we deleted them. Is there a way to remove such WARN from logs without lose
> all actual Stratos configurations?
>
> I tryed to find them in registry without success.
>
> Thank you,
>
> Marco
>



-- 
*Imesh Gunaratne*
Senior Technical Lead
WSO2 Inc: http://wso2.com
T: +94 11 214 5345 M: +94 77 374 2057
W: http://imesh.gunaratne.org
Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Suppression file not found - carbon-transports

2015-09-27 Thread Dulitha Wijewantha
Hi guys,
I am trying to build the repo carbon-transports but it gives me the below
error

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-checkstyle-plugin:2.16:check (validate) on
project org.wso2.carbon.transport.http.netty: Failed during checkstyle
execution: Unable to find suppressions file at location:
https://raw.githubusercontent.com/wso2/carbon-kernel/master/suppressions.xml:
Could not find resource '
https://raw.githubusercontent.com/wso2/carbon-kernel/master/suppressions.xml'.
-> [Help 1]

After checking - I found out that the suppressions.xml file is not in the
master branch but in 5.0.x [1] branch. Any reason for not changing this?

Also there seems to be no build for it in jenkins.

[1] -
https://raw.githubusercontent.com/wso2/carbon-kernel/5.0.x/suppressions.xml

Cheers~

-- 
Dulitha Wijewantha (Chan)
Software Engineer - Mobile Development
WSO2 Inc
Lean.Enterprise.Middleware
 * ~Email   duli...@wso2.com *
*  ~Mobile +94712112165*
*  ~Website   dulitha.me *
*  ~Twitter @dulitharw *
  *~Github @dulichan *
  *~SO @chan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Running a sample on MSS server

2015-09-27 Thread Afkham Azeez
Build https://github.com/wso2/product-mss/tree/master/samples/executable-jar
and run the executable jar with "java -jar"

On Sun, Sep 27, 2015 at 10:17 PM, Dulitha Wijewantha 
wrote:

> Hi Azeez,
> How do I run the sample provided for the server? I tried copying the
> artifact file to the dropins folder of the server but it doesn't seem to
> start the bundle.
>
> Cheers~
>
> --
> Dulitha Wijewantha (Chan)
> Software Engineer - Mobile Development
> WSO2 Inc
> Lean.Enterprise.Middleware
>  * ~Email   duli...@wso2.com *
> *  ~Mobile +94712112165 <%2B94712112165>*
> *  ~Website   dulitha.me *
> *  ~Twitter @dulitharw *
>   *~Github @dulichan *
>   *~SO @chan *
>



-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* *
*email: **az...@wso2.com* 
* cell: +94 77 3320919blog: **http://blog.afkham.org*

*twitter: **http://twitter.com/afkham_azeez*

*linked-in: **http://lk.linkedin.com/in/afkhamazeez
*

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


Re: [Dev] Suppression file not found - carbon-transports

2015-09-27 Thread Afkham Azeez
This would have got affected after the recent repo merge of Carbon 4 and
Carbon 5.

On Sun, Sep 27, 2015 at 9:25 PM, Dulitha Wijewantha 
wrote:

> Hi guys,
> I am trying to build the repo carbon-transports but it gives me the below
> error
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-checkstyle-plugin:2.16:check (validate) on
> project org.wso2.carbon.transport.http.netty: Failed during checkstyle
> execution: Unable to find suppressions file at location:
> https://raw.githubusercontent.com/wso2/carbon-kernel/master/suppressions.xml:
> Could not find resource '
> https://raw.githubusercontent.com/wso2/carbon-kernel/master/suppressions.xml'.
> -> [Help 1]
>
> After checking - I found out that the suppressions.xml file is not in the
> master branch but in 5.0.x [1] branch. Any reason for not changing this?
>
> Also there seems to be no build for it in jenkins.
>
> [1] -
> https://raw.githubusercontent.com/wso2/carbon-kernel/5.0.x/suppressions.xml
>
> Cheers~
>
> --
> Dulitha Wijewantha (Chan)
> Software Engineer - Mobile Development
> WSO2 Inc
> Lean.Enterprise.Middleware
>  * ~Email   duli...@wso2.com *
> *  ~Mobile +94712112165 <%2B94712112165>*
> *  ~Website   dulitha.me *
> *  ~Twitter @dulitharw *
>   *~Github @dulichan *
>   *~SO @chan *
>



-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* *
*email: **az...@wso2.com* 
* cell: +94 77 3320919blog: **http://blog.afkham.org*

*twitter: **http://twitter.com/afkham_azeez*

*linked-in: **http://lk.linkedin.com/in/afkhamazeez
*

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


[Dev] Running a sample on MSS server

2015-09-27 Thread Dulitha Wijewantha
Hi Azeez,
How do I run the sample provided for the server? I tried copying the
artifact file to the dropins folder of the server but it doesn't seem to
start the bundle.

Cheers~

-- 
Dulitha Wijewantha (Chan)
Software Engineer - Mobile Development
WSO2 Inc
Lean.Enterprise.Middleware
 * ~Email   duli...@wso2.com *
*  ~Mobile +94712112165*
*  ~Website   dulitha.me *
*  ~Twitter @dulitharw *
  *~Github @dulichan *
  *~SO @chan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Suppression file not found - carbon-transports

2015-09-27 Thread Sameera Jayasoma
Hi All,

This suppressions.xml file was hard coded in the codebase. Fix is available
with the following commit.

https://github.com/wso2/carbon-kernel/commit/cc292e9a941f54c41141a24abe1743daf57ba6b6

We need to find a better solution to this.

Thanks,
Sameera.

On Sun, Sep 27, 2015 at 11:14 PM, Afkham Azeez  wrote:

> This would have got affected after the recent repo merge of Carbon 4 and
> Carbon 5.
>
> On Sun, Sep 27, 2015 at 9:25 PM, Dulitha Wijewantha 
> wrote:
>
>> Hi guys,
>> I am trying to build the repo carbon-transports but it gives me the below
>> error
>>
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-checkstyle-plugin:2.16:check (validate) on
>> project org.wso2.carbon.transport.http.netty: Failed during checkstyle
>> execution: Unable to find suppressions file at location:
>> https://raw.githubusercontent.com/wso2/carbon-kernel/master/suppressions.xml:
>> Could not find resource '
>> https://raw.githubusercontent.com/wso2/carbon-kernel/master/suppressions.xml'.
>> -> [Help 1]
>>
>> After checking - I found out that the suppressions.xml file is not in the
>> master branch but in 5.0.x [1] branch. Any reason for not changing this?
>>
>> Also there seems to be no build for it in jenkins.
>>
>> [1] -
>> https://raw.githubusercontent.com/wso2/carbon-kernel/5.0.x/suppressions.xml
>>
>> Cheers~
>>
>> --
>> Dulitha Wijewantha (Chan)
>> Software Engineer - Mobile Development
>> WSO2 Inc
>> Lean.Enterprise.Middleware
>>  * ~Email   duli...@wso2.com *
>> *  ~Mobile +94712112165 <%2B94712112165>*
>> *  ~Website   dulitha.me *
>> *  ~Twitter @dulitharw *
>>   *~Github @dulichan *
>>   *~SO @chan *
>>
>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * *
> *email: **az...@wso2.com* 
> * cell: +94 77 3320919 <%2B94%2077%203320919>blog: *
> *http://blog.afkham.org* 
> *twitter: **http://twitter.com/afkham_azeez*
> 
> *linked-in: **http://lk.linkedin.com/in/afkhamazeez
> *
>
> *Lean . Enterprise . Middleware*
>



-- 
Sameera Jayasoma,
Software Architect,

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://blog.sameera.org
twitter: https://twitter.com/sameerajayasoma
flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
Mobile: 0094776364456

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


Re: [Dev] Suppression file not found - carbon-transports

2015-09-27 Thread Kasun Indrasiri
Fixed with the suggested approach.

On Mon, Sep 28, 2015 at 9:56 AM, Sameera Jayasoma  wrote:

> Hi All,
>
> This suppressions.xml file was hard coded in the codebase. Fix is
> available with the following commit.
>
>
> https://github.com/wso2/carbon-kernel/commit/cc292e9a941f54c41141a24abe1743daf57ba6b6
>
> We need to find a better solution to this.
>
> Thanks,
> Sameera.
>
> On Sun, Sep 27, 2015 at 11:14 PM, Afkham Azeez  wrote:
>
>> This would have got affected after the recent repo merge of Carbon 4 and
>> Carbon 5.
>>
>> On Sun, Sep 27, 2015 at 9:25 PM, Dulitha Wijewantha 
>> wrote:
>>
>>> Hi guys,
>>> I am trying to build the repo carbon-transports but it gives me the
>>> below error
>>>
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-checkstyle-plugin:2.16:check (validate) on
>>> project org.wso2.carbon.transport.http.netty: Failed during checkstyle
>>> execution: Unable to find suppressions file at location:
>>> https://raw.githubusercontent.com/wso2/carbon-kernel/master/suppressions.xml:
>>> Could not find resource '
>>> https://raw.githubusercontent.com/wso2/carbon-kernel/master/suppressions.xml'.
>>> -> [Help 1]
>>>
>>> After checking - I found out that the suppressions.xml file is not in
>>> the master branch but in 5.0.x [1] branch. Any reason for not changing
>>> this?
>>>
>>> Also there seems to be no build for it in jenkins.
>>>
>>> [1] -
>>> https://raw.githubusercontent.com/wso2/carbon-kernel/5.0.x/suppressions.xml
>>>
>>> Cheers~
>>>
>>> --
>>> Dulitha Wijewantha (Chan)
>>> Software Engineer - Mobile Development
>>> WSO2 Inc
>>> Lean.Enterprise.Middleware
>>>  * ~Email   duli...@wso2.com *
>>> *  ~Mobile +94712112165 <%2B94712112165>*
>>> *  ~Website   dulitha.me *
>>> *  ~Twitter @dulitharw *
>>>   *~Github @dulichan *
>>>   *~SO @chan *
>>>
>>
>>
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * *
>> *email: **az...@wso2.com* 
>> * cell: +94 77 3320919 <%2B94%2077%203320919>blog: *
>> *http://blog.afkham.org* 
>> *twitter: **http://twitter.com/afkham_azeez*
>> 
>> *linked-in: **http://lk.linkedin.com/in/afkhamazeez
>> *
>>
>> *Lean . Enterprise . Middleware*
>>
>
>
>
> --
> Sameera Jayasoma,
> Software Architect,
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://blog.sameera.org
> twitter: https://twitter.com/sameerajayasoma
> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
> Mobile: 0094776364456
>
> Lean . Enterprise . Middleware
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Kasun Indrasiri
Software Architect
WSO2, Inc.; http://wso2.com
lean.enterprise.middleware

cell: +94 77 556 5206
Blog : http://kasunpanorama.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Vote] Release WSO2 Carbon Kernel 4.4.2 RC1

2015-09-27 Thread Manuri Amaya Perera
Hi Indunil,

Could you please give an update on the status of the issue.

Thank you.

On Wed, Sep 23, 2015 at 10:16 AM, Indunil Upeksha Rathnayake <
indu...@wso2.com> wrote:

> Hi Kasun,
>
> I'll work on the issue and provide a fix ASAP. The ETA for the fix is as
> follows.
> Best Case Estimate: 24/09/2015
> Most Likely Estimate: 25/09/2015
> Worst Case Estimate: 26/09/2015
>
> Thanks and Regards
>  --
> Indunil Upeksha Rathnayake
> Software Engineer | WSO2 Inc
> Emailindu...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*Manuri Amaya Perera*

*Software Engineer*

*WSO2 Inc.*

*Blog: http://manuriamayaperera.blogspot.com
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev