[Dev] [GREG 4.6.0] Server startup hangs - user core bundle wont start

2014-08-20 Thread Hasitha Amal De Silva
INFO {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} - Registry Mode: READ-WRITE INFO {org.apache.catalina.startup.TaglibUriRule} - TLD skipped. URI: http://tiles.apache.org/tags-tiles is already defined thanks in advance for any help. -- Cheers, Hasitha Amal De Silva

Re: [Dev] [GREG 4.6.0] Server startup hangs - user core bundle wont start

2014-08-20 Thread Hasitha Amal De Silva
Haththotuwa isu...@wso2.com wrote: Hi Amal, Can you start the user-core bundle manually and see if you get any errors? On Thu, Aug 21, 2014 at 11:03 AM, Hasitha Amal De Silva hasit...@wso2.com wrote: Hi, I was working with a GREG 4.6.0 pack for the last couple of days, applying carbon

Re: [Dev] [GREG 4.6.0] Server startup hangs - user core bundle wont start

2014-08-21 Thread Hasitha Amal De Silva
:47,659] WARN {org.wso2.carbon.core.init.CarbonServerManager} - Waiting for required OSGi Service: org.wso2.carbon.humantask.core.HumanTaskEngineService On Thu, Aug 21, 2014 at 11:15 AM, Hasitha Amal De Silva hasit...@wso2.com wrote: Hi Isuru, Thanks for checking. I tried to start the bundle

Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-17 Thread Hasitha Amal De Silva
Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://hastef.wordpress.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) ___ Dev mailing list

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-13 Thread Hasitha Amal De Silva
Technical Lead, Data TG. WSO2 Inc. Email: praba...@wso2.com Mobile: +94774171471 -- Prabath Abeysekara Associate Technical Lead, Data TG. WSO2 Inc. Email: praba...@wso2.com Mobile: +94774171471 -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-13 Thread Hasitha Amal De Silva
purposes. I will work on this as time permits. Thanks On Mon, Oct 13, 2014 at 11:29 AM, Hasitha Amal De Silva hasit...@wso2.com wrote: Hi all, In terms of the andes component, we need to upgrade the guava dependencies to 14 from version 13 and verify. I'm working on this. On Mon, Oct 13, 2014

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-14 Thread Hasitha Amal De Silva
at 12:05 AM, Hasitha Amal De Silva hasit...@wso2.com wrote: Hi All, The dependency fixes of andes compoenent is submitted through https://github.com/wso2-dev/andes/pull/95 . I have tested with these fixes locally and it works as expected. @PrabhathA : The following patches should

[Dev] Add cassandra 1.2.13.wso2v5 and cassandra-driver 1.0.8.wso2v1 into Orbit repository

2014-10-17 Thread Hasitha Amal De Silva
since we need to include it with the MB 3.0.0 M1 release. [1] : https://github.com/wso2/orbit/pull/31 -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware

Re: [Dev] WSO2 Committers += Lasindu Charith

2014-10-21 Thread Hasitha Amal De Silva
/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) ___ Dev mailing list Dev@wso2.org http://wso2.org

[Dev] Concern when purging during active subscriptions - MB 3.0.0

2014-10-23 Thread Hasitha Amal De Silva
since the in-memory message buffer maybe delegated very fast into delivery jobs. As at now, I feel that option 1 would be the most feasible solution. WDYT ? -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com

[Dev] Way to optimize database calls during queue purge - MB 3.0.0

2014-10-23 Thread Hasitha Amal De Silva
/questions/24949676/difference-between-partition-key-composite-key-and-clustering-key-in-cassandra -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware

Re: [Dev] Concern when purging during active subscriptions - MB 3.0.0

2014-10-23 Thread Hasitha Amal De Silva
the queue is about to get deleted. Further processing everything related to queue should end there. what do you guys think? regards Ramith On Thu, Oct 23, 2014 at 10:34 PM, Hasitha Amal De Silva hasit...@wso2.com wrote: Hi all, Given our message processing model, we do not enqueue message

Re: [Dev] Way to optimize database calls during queue purge - MB 3.0.0

2014-10-23 Thread Hasitha Amal De Silva
. for cassandra it will delete the whole raw in one go. for JDBC there should be a similiar operation (maybe select and a delete). Thanks On Thu, Oct 23, 2014 at 10:56 PM, Hasitha Amal De Silva hasit...@wso2.com javascript:_e(%7B%7D,'cvml','hasit...@wso2.com'); wrote: Hi all, At present

Re: [Dev] Concern when purging during active subscriptions - MB 3.0.0

2014-10-24 Thread Hasitha Amal De Silva
. It will delete offline. During the schedule interval *we think* cluster notification is gone and purging of metadata has happened from everywhere (which is a loose assumption - fair enough when dealing with a cluster). Thanks On Fri, Oct 24, 2014 at 1:24 AM, Hasitha Amal De Silva hasit...@wso2

Re: [Dev] Adding Functional/Regression tests for MQTT - MB 3.0.0

2014-10-30 Thread Hasitha Amal De Silva
2nd link is not valid. The correct one is : https://github.com/hastef88/wso2.tryouts/tree/master/mqtt_client Thanks On Thu, Oct 30, 2014 at 3:13 PM, Hasitha Amal De Silva hasit...@wso2.com wrote: Hi all, Following up on MQTT integration for MB 3.0.0 we need to do $subject to our automated

Re: [Dev] WSO2 MB - To Be Dones I tracked so far

2014-11-16 Thread Hasitha Amal De Silva
719363063* *blog: **abeykoon.blogspot.com* http://abeykoon.blogspot.com -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware

Re: [Dev] WSO2 Committers += Sajini De Silva

2014-11-18 Thread Hasitha Amal De Silva
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware

[Dev] Fix for intermittent issue occurring with ConcurrentHashMaps - wso2 mb v3.0.0

2014-07-23 Thread Hasitha Amal De Silva
using thread-safe collections ? refer link for more details on the issue. [1] : https://github.com/wso2-dev/andes/pull/24 Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0718133463 WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware

Re: [Dev] WSO2 Committers += Sajith Ravindra

2014-07-23 Thread Hasitha Amal De Silva
Congrats Sajith :) Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0718133463 WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) On Wed, Jul 23, 2014 at 6:27 PM, Abimaran Kugathasan abima...@wso2.com wrote: Congrats Sajith! On Wed, Jul 23, 2014 at 6:01 PM, Gayashan

Re: [Dev] WSO2 Committers += Thanuja Jayasinghe

2014-07-23 Thread Hasitha Amal De Silva
Congrats Thanuja ! Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0718133463 WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) On Wed, Jul 23, 2014 at 6:27 PM, Abimaran Kugathasan abima...@wso2.com wrote: Congrats Thanuja! On Wed, Jul 23, 2014 at 6:07 PM, Dilini

Re: [Dev] WSO2 Committers += Prasad Tissera

2014-07-23 Thread Hasitha Amal De Silva
Congrats Prasad :) Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0718133463 WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) On Wed, Jul 23, 2014 at 6:25 PM, Abimaran Kugathasan abima...@wso2.com wrote: Congrats Prasad! On Wed, Jul 23, 2014 at 6:07 PM, Dilini

[Dev] Fix for Subscription UI Pages - WSO2 MB 3.0.0

2014-07-24 Thread Hasitha Amal De Silva
, Hasitha Amal De Silva Software Engineer Mobile : 0718133463 Blog: http://hastef.wordpress.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Fixes on MQTT-MB integration for v3.0.0

2014-07-29 Thread Hasitha Amal De Silva
could point us to the fix done in v2.1.1 to support wildcards. Im trying to fix it fresh at the moment. Plan is to get everything working in non-clustered mode and then move on to fixing any issues coming from clustering. -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog

Re: [Dev] WSO2 Committers += Waruna Perera

2014-08-01 Thread Hasitha Amal De Silva
://lk.linkedin.com/in/abimaran http://www.lkabimaran.blogspot.com/ https://github.com/abimaran https://twitter.com/abimaran ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software

[Dev] UnsupportedOperationException - Running Stratos 4.0.0 with MB 2.1.1 in single machine

2014-08-01 Thread Hasitha Amal De Silva
. Any clue ? I'm using wso2 mb 2.1.1 and stratos 4.0.0. [1] : http://isharapremadasa.blogspot.com/2013/07/providing-dynamic-queue-support-when.html [2] : http://shammijayasinghe.blogspot.com/2013/02/unsupportedoperationexception-in.html -- Cheers, Hasitha Amal De Silva Software Engineer Mobile

Re: [Dev] [Announce] WSO2 Committers += Jayanga Dissanayake

2014-08-04 Thread Hasitha Amal De Silva
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0718133463 Blog: http://hastef.wordpress.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware

Re: [Dev] WSO2 Committers += Asitha Nanayakkara

2014-11-23 Thread Hasitha Amal De Silva
/ ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware

[Dev] [Architecture] WSO2 Message Broker 3.0.0 Milestone 2 Released !

2014-12-02 Thread Hasitha Amal De Silva
The WSO2 Message Broker team is pleased to announce the 2nd Milestone release of WSO2 Message Broker (MB) 3.0.0. WSO2 Message Broker (WSO2 MB) 3.0.0 is designed to be a fast, lightweight and user friendly open source distributed message brokering system under the Apache Software License v2.0

Re: [Dev] Regex or If Else

2014-12-03 Thread Hasitha Amal De Silva
Akalanka Pagoda Arachchi,* *Software Engineer* *078-4721791* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http

Re: [Dev] WSO2 Committers += Roshan Wijesena

2014-12-24 Thread Hasitha Amal De Silva
.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) ___ Dev mailing list Dev@wso2

Re: [Dev] WSO2 Committers += Gayan Gunaratne

2014-12-24 Thread Hasitha Amal De Silva
WSO2 Inc. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com

Re: [Dev] WSO2 Committers += Gimantha Bandara

2014-12-24 Thread Hasitha Amal De Silva
://blog.pulasthi.org ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com

Re: [Dev] WSO2 Committers += Niranjan Karunanandham

2014-12-24 Thread Hasitha Amal De Silva
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware

Re: [Dev] WSO2 Committers += Kasun De Silva

2014-12-27 Thread Hasitha Amal De Silva
://lk.linkedin.com/in/cdathuraliya | Twitter https://twitter.com/cdathuraliya | Blog http://cdathuraliya.tumblr.com/ ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer

Re: [Dev] WSO2 Committers += Amalka Subasinghe

2015-01-26 Thread Hasitha Amal De Silva
mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) ___ Dev

Re: [Dev] WSO2 Committers += Akalanka Darshana Pagoda Arachchi

2015-01-05 Thread Hasitha Amal De Silva
Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) ___ Dev mailing list

Re: [Dev] WSO2 Commiters += Ishara Cooray

2015-01-04 Thread Hasitha Amal De Silva
-- Best Regards, Kalpa Welivitigoda Software Engineer, WSO2 Inc. http://wso2.com Email: kal...@wso2.com Mobile: +94776509215 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva

Re: [Dev] WSO2 Committers += Hemika Kodikara

2015-03-17 Thread Hasitha Amal De Silva
-- *Regards,* *T.Pranavan* *Software Engineering intern, WSO2* *Mobile - +94775136836 %2B94775136836* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile

Re: [Dev] [MB] Error while sending slot deletion safe zone update

2015-03-19 Thread Hasitha Amal De Silva
Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware http://wso2.com Mobile : +9477762 -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware

Re: [Dev] [MB] Error while sending slot deletion safe zone update

2015-03-19 Thread Hasitha Amal De Silva
client in this EC2 instance? On Thu, Mar 19, 2015 at 5:26 PM, Hasitha Amal De Silva hasit...@wso2.com wrote: Hi Hemika, Does this happen at a specific moment when new nodes are joining etc. ? or purely random ? This could as well be a thrift connection breakup issue too. Thanks

Re: [Dev] [MB] TombstoneOverwhelmingException When Purge Operation is Triggered When Subscription Disconnection/Deletion

2015-03-12 Thread Hasitha Amal De Silva
of querying them from meta data CF. Would there be any implication to this ? WDYT ? Thanks, Pamod -- *Pamod Sylvester * *Senior Software Engineer * Integration Technologies Team, WSO2 Inc.; http://wso2.com email: pa...@wso2.com cell: +94 77 7779495 -- Cheers, Hasitha Amal De Silva

[Dev] [MB] Ciphertools - To include or not to include

2015-03-27 Thread Hasitha Amal De Silva
on the carbon kernel release. Will this feature also be released as part of the kernel ? [1] : https://wso2.org/jira/browse/MB-924 -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware

[Dev] Error when trying out playground app included in wso2 IS 5.0.0 with tomcat 7

2015-04-21 Thread Hasitha Amal De Silva
on startup, but not clear on how to do it. This way I can confirm if the proper jar is loaded. Thanks, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware

Re: [Dev] [MB] Stats for Metrics Visualization

2015-04-29 Thread Hasitha Amal De Silva
.* Mobile : +94 (0)71 429 8861 -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) ___ Dev mailing list Dev@wso2.org http://wso2

Re: [Dev] WSO2 Committers += Vinuri Perera

2015-04-27 Thread Hasitha Amal De Silva
Welivitigoda Software Engineer, WSO2 Inc. http://wso2.com Email: kal...@wso2.com Mobile: +94776509215 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile

Re: [Dev] Error when trying out playground app included in wso2 IS 5.0.0 with tomcat 7

2015-05-18 Thread Hasitha Amal De Silva
, Dushan Abeyruwan dus...@wso2.com wrote: Hi Folks, I could observe the same error, can't test https://docs.wso2.com/display/IS500/OAuth+2.0+Grant+Types+with+WSO2+API+Manager+Implicit please ACK asap for resolution Cheers, Dushan On Wed, Apr 22, 2015 at 1:44 AM, Hasitha Amal De Silva

Re: [Dev] Error when trying out playground app included in wso2 IS 5.0.0 with tomcat 7

2015-05-18 Thread Hasitha Amal De Silva
specifically double-check if the oauth2.war was applied as per the patch readme to IS / APIM. On Tue, May 19, 2015 at 2:01 PM, Hasitha Amal De Silva hasit...@wso2.com wrote: Hi Dushan, In my case, I had to apply IS 5.0.0 SP01 patch for both IS 5.0.0 and APIM 1.8.0 The issue

Re: [Dev] Role based security for REST APIs - WSO2 ESB 4.8.1

2015-06-21 Thread Hasitha Amal De Silva
=${rest.authhandler.roles} / /handler /handlers Thank you, Sameera On Mon, Jun 22, 2015 at 8:59 AM, Hasitha Amal De Silva hasit...@wso2.com wrote: Hi Malaka, Thanks a lot for the reply. But given the requirement, adding an Identity server to the current stack is overkill (We are planning to migrate

Re: [Dev] Role based security for REST APIs - WSO2 ESB 4.8.1

2015-06-21 Thread Hasitha Amal De Silva
, Malaka Silva mal...@wso2.com wrote: Hi Hasitha, In order to implement fine grained authorization, you can use entitlement mediator. [1] [1] http://wso2.com/library/articles/2010/10/using-xacml-fine-grained-authorization-wso2-platform/ On Fri, Jun 19, 2015 at 9:57 AM, Hasitha Amal De Silva

Re: [Dev] WSO2 Committers += Pumudu Ruhunage

2015-06-24 Thread Hasitha Amal De Silva
Associate Software Engineer | WSO2 Inc M: +94 779 664493 | http://wso2.com -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware

[Dev] Role based security for REST APIs - WSO2 ESB 4.8.1

2015-06-18 Thread Hasitha Amal De Silva
specifying the allowed role. Can we customize handlers in such a manner ? [1] : https://github.com/ragavant/wso2-api-security-handlers/tree/master/BasicAuth-handler/src/main/java/org/wso2/api/basicAuth -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog: http

[Dev] [ ESB 4.8.0 ] How to parse a String to JSON within script mediator

2015-08-06 Thread Hasitha Amal De Silva
) at org.mozilla.javascript.ScriptRuntime.notFoundError(ScriptRuntime.java:3413) at org.mozilla.javascript.ScriptRuntime.name(ScriptRuntime.java:1612) Please advice. Are there any other in-built functions that can be used ? -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog

Re: [Dev] [VOTE] Release WSO2 Message Broker 3.0.0 RC 2

2015-11-07 Thread Hasitha Amal De Silva
rachchi,* >>>> *Software Engineer* >>>> *078-4721791* >>>> >>>> ___ >>>> Dev mailing list >>>> Dev@wso2.org >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>&

Re: [Dev] Hazelcast Issue - sequence is too small. the current head sequence...

2015-10-14 Thread Hasitha Amal De Silva
uffer is processed. (flow control for subscriptions..) > > This is provided by default configurations of Hazelcast 'RealiableTopic' > as per [1] > > [1] > http://docs.hazelcast.org/docs/latest-dev/manual/html/reliabletopic.html#reliable-topic-configuration > > Thank you > > O

Re: [Dev] Hazelcast Issue - sequence is too small. the current head sequence...

2015-10-13 Thread Hasitha Amal De Silva
oon.blogspot.com* <http://abeykoon.blogspot.com> > > > ___________ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Cheers, Hasitha Amal De Silva Software Engineer Mobile : 0772037426 Blog

Re: [Dev] Supporting referential integrity in the database of WSO2MB

2015-07-07 Thread Hasitha Amal De Silva
/mailman/listinfo/dev -- Anuja Herath *Software Engineer* *WSO2, Inc.* Mobile : +94 (0)71 429 8861 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Cheers, Hasitha Amal De Silva Software Engineer Mobile

Re: [Dev] WSO2 Committers += Grainier Perera

2016-02-04 Thread Hasitha Amal De Silva
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> ___ >>> Dev mailing list >>> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>

[Dev] [MB] [CARBON-SECURITY] Support from carbon-security module for JMS/MQTT transports

2016-02-10 Thread Hasitha Amal De Silva
://github.com/wso2/carbon-kernel/tree/hamming-release-poc/modules/carbon-security <https://github.com/wso2/carbon-kernel/tree/hamming-release-poc/modules/carbon-security> [2] : [Mail] "Message Broker topic level security" -- Cheers, Hasitha Amal De Silva Software Engineer Mobile :

Re: [Dev] [VOTE] Release WSO2 Message Broker 3.1.0 RC 2

2016-02-05 Thread Hasitha Amal De Silva
ist >>>>> > Dev@wso2.org >>>>> > http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> > >>>>> >>>>> >>>>> >>>>> -- >>>>> Ramith Jayasinghe >>>>> Technical Lead >>>>

Re: [Dev] WSO2 Committers += Kamidu Sachith Punchihewa

2016-02-24 Thread Hasitha Amal De Silva
t;> WSO2 Inc; http://wso2.com >>>>> Mobile : +940772684174 >>>>> >>>>> >>>>> _______ >>>>> Dev mailing list >>>>> Dev@wso2.org >>>>> http://wso2.org/cgi-b

Re: [Dev] [MB]Schedule time interval for deleting expired messages

2016-09-05 Thread Hasitha Amal De Silva
Engineer; WSO2 Inc.; http://wso2.com , > Email: saj...@wso2.com > Blog: http://sajinid.blogspot.com/ > Git hub profile: https://github.com/sajinidesilva > > Phone: +94 712797729 > > -- Cheers, Hasitha Amal De Silva Senior Software Engineer Mobile : +94772037426 Blog: http

Re: [Dev] WSO2 Committers += Sirojan Tharmakulasingam

2016-10-24 Thread Hasitha Amal De Silva
> >>> >>> -- >>> With Regards, >>> >>> *Rasika Perera* >>> Software Engineer >>> LinkedIn: http://lk.linkedin.com/in/rasika90 >>> >>> <http://wso2.com/signature> >>> >>> WSO2 Inc. www.wso2.com >>&

[Dev] [EMM Android Agent] Compile error - missing package org.apache.http

2016-10-17 Thread Hasitha Amal De Silva
, Hasitha Amal De Silva Senior Software Engineer Mobile : +94772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [EMM Android Agent] Compile error - missing package org.apache.http

2016-10-17 Thread Hasitha Amal De Silva
Weerasinghe <sid...@wso2.com> wrote: > Hi Hasitha, > > I think you miss the dependency in the gradle. > > http://stackoverflow.com/questions/31433687/android- > gradle-apache-httpclient-does-not-exist > > On Mon, Oct 17, 2016 at 1:32 PM, Hasitha Amal De Silva <ha

Re: [Dev] [PRODUCT_EI] Class Loading issue with latest andes client

2017-04-02 Thread Hasitha Amal De Silva
+ We also tested and verified that Object messages can be produced and consumed fine with the current andes client (without fronting with the ESB). Thanks On Sun, Apr 2, 2017 at 4:35 PM, Hasitha Amal De Silva <hasit...@wso2.com> wrote: > Hi Vijitha, > > We found a similar issue

Re: [Dev] [PRODUCT_EI] Class Loading issue with latest andes client

2017-04-02 Thread Hasitha Amal De Silva
ctInputStream.java:371) >>> at org.wso2.andes.client.message.JMSObjectMessage.getObject(JMS >>> ObjectMessage.java:143) >>> >>> >>> Thanks. >>> >>> -- >>> Vijitha Ekanayake >>> Software Engineer*, *WSO2, Inc.; http://wso2.com/ >>> Mobile : +94 777 24 73 39 | +94 718 74 44 08 >>> lean.enterprise.middleware >>> >> >> >> >> -- >> Nandika Jayawardana >> WSO2 Inc ; http://wso2.com >> lean.enterprise.middleware >> > > > > -- > Indika Sampath > Senior Software Engineer > WSO2 Inc. > http://wso2.com > > Phone: +94 716 424 744 <+94%2071%20642%204744> > Blog: http://indikasampath.blogspot.com/ > > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Cheers, Hasitha Amal De Silva Senior Software Engineer Mobile : +94772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] WSO2 Message Broker 3.2.0 RC2 Released !!

2017-04-21 Thread Hasitha Amal De Silva
.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Pumudu Ruhunage >> Software Engineer | WSO2 Inc >> M: +94 779 664493 | http://wso2.com >> <https://wso2.com/signature> >> >>

Re: [Dev] WSO2 Committers += Madhawa Perera

2017-07-23 Thread Hasitha Amal De Silva
;>>> ___ >>>> Dev mailing list >>>> Dev@wso2.org >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> *Thanks and Best Reg

Re: [Dev] WSO2 Committers += Yasassri Ratnayake

2017-07-03 Thread Hasitha Amal De Silva
t;>> >>> >>> -- >>> *Dumidu Handakumbura* >>> Software Engineer >>> WSO2 Inc; http://www.wso2.com/. >>> Mobile; >>> *+9406740 <+94%2077%20770%206740> * >>> Blogs; fossmerchant.blogspot.com *; *ballerinagist.blogs

Re: [Dev] Folder Structure for C5 based MB

2017-04-27 Thread Hasitha Amal De Silva
gt;>>> >>>> ├── README.md >>>> >>>> └── product >>>> >>>> ├── carbon-home >>>> >>>> │ └── README.md >>>> >>>> ├── carbon.product >>>> >>>>

Re: [Dev] Folder Structure for C5 based MB

2017-04-27 Thread Hasitha Amal De Silva
> Software Engineer >> WSO2 Inc. >> Mobile : +94784822608 >> >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Madhawa Gunasekara* >

Re: [Dev] Folder Structure for C5 based MB

2017-04-27 Thread Hasitha Amal De Silva
On Thu, Apr 27, 2017 at 1:55 PM, Hasitha Amal De Silva <hasit...@wso2.com> wrote: > [+NuwanD] > > On Thu, Apr 27, 2017 at 1:53 PM, Pamod Sylvester <pa...@wso2.com> wrote: > >> (+) NuwanD >> >> +1, also APIM would embed the broker with all the features in

Re: [Dev] WSO2 Message Broker 3.2.0 RC2 Released !!

2017-04-24 Thread Hasitha Amal De Silva
;> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Sasikala Kottegoda >> *Senior Software Engineer* >> WSO2 Inc., http://wso2.com/ >> lean. enterprise. middleware >> Mobile: +94 7748

[Dev] [Architecture] WSO2 Message Broker 3.2.0 Released !!

2017-04-24 Thread Hasitha Amal De Silva
WSO2 Message Broker team is pleased to announce the release of WSO2 Message Broker 3.2.0! WSO2 Message Broker is a 100% open source, distributed, highly scalable, portable, and interoperable product that supports JMS, AMQP and MQTT standards for enterprise messaging and can be used in scenarios

Re: [Dev] [MQTT][IOT] MQTT over web sockets for browser device communication

2017-05-29 Thread Hasitha Amal De Silva
Lakshitha Jayaweera > Senior Software Engineer > WSO2 Inc; http://wso2.com > phone: +94713255198 <+94%2071%20325%205198> > http://waruapz.blogspot.com/ > > -- Cheers, Hasitha Amal De Silva Senior Software Engineer Mobile : +94772037426 Blog: http:

Re: [Dev] Folder Structure for C5 based MB

2017-05-03 Thread Hasitha Amal De Silva
>> >> On Thu, Apr 27, 2017 at 1:56 PM, Hasitha Amal De Silva <hasit...@wso2.com >> > wrote: >> >>> >>> >>> On Thu, Apr 27, 2017 at 1:55 PM, Hasitha Amal De Silva < >>> hasit...@wso2.com> wrote: >>> >>>>

[Dev] WSO2 Enterprise Integrator 6.3.0-M9 Released !!

2018-05-20 Thread Hasitha Amal De Silva
so2/info> ~ The WSO2 Integration Team ~ -- Cheers, Hasitha Amal De Silva Senior Software Engineer Mobile : +94772037426 Blog: http://devnutshell.tumblr.com/ WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. ) ___ Dev mailing list Dev@wso2.org