[Dev] WSO2 App Cloud's Repositories in the GitBilt missing

2014-09-28 Thread Manil Liyanage
Hi All,

When I tried to clone my repository is says its not found. I tried to clone
the repository few days ago, it said unauthorized access. When i checked
the wso2 app cloud it was under maintenance and at that time when I logged
into gitbilt my repo was there. But when I check it now my repo is not
there. Is there a reason for this to happen? link of my repo is
https://git.cloud.wso2.com/git/manil8056/devicemanagementser.git. All of
the repositories are missing. Its like all my work is gone. Could someone
help me on this?

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


[Dev] [DEV] Setting port mapping for Clustering pattern 1

2014-09-28 Thread Gimantha Bandara
Hi all,

In Clustering pattern 1, The the manager node is not directly connected to
ELBs. So, As I think it is not valid to set port mapping between ELBS and
manager node in clustering pattern 1. Correct me if I am wrong.

parameter name=properties
property name=backendServerURL value=https://
${hostName}:${httpsPort}/services//
property name=mgtConsoleURL value=https://
${hostName}:${httpsPort}//
 !-- Manger Setup with Port Mapping--
!--property name=port.mapping.80 value=9773/--
!--property name=port.mapping.443 value=9453/--
property name=subDomain value=mgt/

!-- Worker Setup--
!--property name=subDomain value=worker/--
/parameter

The above configuration is from Axis2.xml. As I can see the above port
mapping is for manager node. So Where do I set port mapping where the
worker node directly connected to ELBs(Clustering pattern 1) Do the above
port mappings work for worker nodes too?

-- 
Gimantha Bandara
Software Engineer
WSO2. Inc : http://wso2.com
Mobile : +94714961919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 App Cloud's Repositories in the GitBilt missing

2014-09-28 Thread Amila Maha Arachchi
Hi Manil,

We'll check and get back to you.

On Sun, Sep 28, 2014 at 3:08 PM, Manil Liyanage liyanagema...@gmail.com
wrote:

 Hi All,

 When I tried to clone my repository is says its not found. I tried to
 clone the repository few days ago, it said unauthorized access. When i
 checked the wso2 app cloud it was under maintenance and at that time when I
 logged into gitbilt my repo was there. But when I check it now my repo is
 not there. Is there a reason for this to happen? link of my repo is
 https://git.cloud.wso2.com/git/manil8056/devicemanagementser.git. All of
 the repositories are missing. Its like all my work is gone. Could someone
 help me on this?

 Thanks,
 Manil

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




-- 
*Amila Maharachchi*
Senior Technical Lead
WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] Setting port mapping for Clustering pattern 1

2014-09-28 Thread Nirmal Fernando
If this is ESB, you need port mapping for management node and you don't
need port mapping for workers. Please read:
http://nirmalfdo.blogspot.com/search/label/port.mapping

On Sun, Sep 28, 2014 at 4:26 PM, Gimantha Bandara giman...@wso2.com wrote:

 Hi all,

 In Clustering pattern 1, The the manager node is not directly connected to
 ELBs. So, As I think it is not valid to set port mapping between ELBS and
 manager node in clustering pattern 1. Correct me if I am wrong.

 parameter name=properties
 property name=backendServerURL value=https://
 ${hostName}:${httpsPort}/services//
 property name=mgtConsoleURL value=https://
 ${hostName}:${httpsPort}//
  !-- Manger Setup with Port Mapping--
 !--property name=port.mapping.80 value=9773/--
 !--property name=port.mapping.443 value=9453/--
 property name=subDomain value=mgt/

 !-- Worker Setup--
 !--property name=subDomain value=worker/--
 /parameter

 The above configuration is from Axis2.xml. As I can see the above port
 mapping is for manager node. So Where do I set port mapping where the
 worker node directly connected to ELBs(Clustering pattern 1) Do the above
 port mappings work for worker nodes too?

 --
 Gimantha Bandara
 Software Engineer
 WSO2. Inc : http://wso2.com
 Mobile : +94714961919

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




-- 

Thanks  regards,
Nirmal

Senior Software Engineer- Platform 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] [DEV] Setting port mapping for Clustering pattern 1

2014-09-28 Thread Gimantha Bandara
Hi Nirmal,

Yes the it is ESB. Thank you for the link

On Sun, Sep 28, 2014 at 4:33 PM, Nirmal Fernando nir...@wso2.com wrote:

 If this is ESB, you need port mapping for management node and you don't
 need port mapping for workers. Please read:
 http://nirmalfdo.blogspot.com/search/label/port.mapping

 On Sun, Sep 28, 2014 at 4:26 PM, Gimantha Bandara giman...@wso2.com
 wrote:

 Hi all,

 In Clustering pattern 1, The the manager node is not directly connected
 to ELBs. So, As I think it is not valid to set port mapping between ELBS
 and manager node in clustering pattern 1. Correct me if I am wrong.

 parameter name=properties
 property name=backendServerURL value=https://
 ${hostName}:${httpsPort}/services//
 property name=mgtConsoleURL value=https://
 ${hostName}:${httpsPort}//
  !-- Manger Setup with Port Mapping--
 !--property name=port.mapping.80 value=9773/--
 !--property name=port.mapping.443 value=9453/--
 property name=subDomain value=mgt/

 !-- Worker Setup--
 !--property name=subDomain value=worker/--
 /parameter

 The above configuration is from Axis2.xml. As I can see the above port
 mapping is for manager node. So Where do I set port mapping where the
 worker node directly connected to ELBs(Clustering pattern 1) Do the above
 port mappings work for worker nodes too?

 --
 Gimantha Bandara
 Software Engineer
 WSO2. Inc : http://wso2.com
 Mobile : +94714961919

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




 --

 Thanks  regards,
 Nirmal

 Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
 Mobile: +94715779733
 Blog: http://nirmalfdo.blogspot.com/





-- 
Gimantha Bandara
Software Engineer
WSO2. Inc : http://wso2.com
Mobile : +94714961919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 App Cloud's Repositories in the GitBilt missing

2014-09-28 Thread Amila Maha Arachchi
Hi Manil,

Can you check now. There was an issue which occurred due to a problem with
our infrastructure provider. We fixed it.

Regards,
Amila.

On Sun, Sep 28, 2014 at 4:28 PM, Amila Maha Arachchi ami...@wso2.com
wrote:

 Hi Manil,

 We'll check and get back to you.

 On Sun, Sep 28, 2014 at 3:08 PM, Manil Liyanage liyanagema...@gmail.com
 wrote:

 Hi All,

 When I tried to clone my repository is says its not found. I tried to
 clone the repository few days ago, it said unauthorized access. When i
 checked the wso2 app cloud it was under maintenance and at that time when I
 logged into gitbilt my repo was there. But when I check it now my repo is
 not there. Is there a reason for this to happen? link of my repo is
 https://git.cloud.wso2.com/git/manil8056/devicemanagementser.git. All of
 the repositories are missing. Its like all my work is gone. Could someone
 help me on this?

 Thanks,
 Manil

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




 --
 *Amila Maharachchi*
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com

 Blog: http://maharachchi.blogspot.com
 Mobile: +94719371446




-- 
*Amila Maharachchi*
Senior Technical Lead
WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [AF] Puppetizing Dev setup progress

2014-09-28 Thread Dimuthu Leelarathne
Hi Danushka,

This is because the default lifecycle is not in the resources. I would
check server startup errors and whether governance bundle is activated.

thanks,
dimuthu


On Sun, Sep 28, 2014 at 8:00 AM, Danushka Fernando danush...@wso2.com
wrote:

 Hi Dimuthu
 Thats what I mentioned in Action Items #1. We dont have elb in the one I
 setted up. BTW any idea about error above? Befause of that I cannot create
 apps.

 Thanks  Regards
 Danushka Fernando
 Software Engineer
 WSO2 inc. http://wso2.com/
 Mobile : +94716332729

 On Sun, Sep 28, 2014 at 2:07 AM, Dimuthu Leelarathne dimut...@wso2.com
 wrote:

 Hi Danushka,

 In dev setup, we don't need ELB. Perhaps we can parameterise it, so that
 in dev setup we can have it, and in anthers setup we can have it.

 thanks,
 dimuthu


 On Sun, Sep 28, 2014 at 12:57 AM, Danushka Fernando danush...@wso2.com
 wrote:

 HI all
 I am getting following error while tenant creation. Currently app
 creation fails due to mutual ssl cofiguration issue in BPS. Will resolve
 that and update the status in this thread.

 TID: [0] [AF] [2014-09-28 00:49:39,378] ERROR
 {org.wso2.carbon.governance.lcm.listener.LifecycleLoader} -  Error in
 adding the default lifecycles
 {org.wso2.carbon.governance.lcm.listener.LifecycleLoader}
 org.wso2.carbon.registry.core.exceptions.ResourceNotFoundException:
 Resource does not exist at path
 /_system/config/repository/components/org.wso2.carbon.governance/lifecycles
 at
 org.wso2.carbon.registry.core.jdbc.handlers.builtin.MountHandler.get(MountHandler.java:445)
 at
 org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager.get(HandlerManager.java:2444)
 at
 org.wso2.carbon.registry.core.jdbc.handlers.UserDefinedHandlerManager.get(UserDefinedHandlerManager.java:200)
 at
 org.wso2.carbon.registry.core.jdbc.handlers.HandlerLifecycleManager.get(HandlerLifecycleManager.java:959)
 at
 org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.get(EmbeddedRegistry.java:512)
 at
 org.wso2.carbon.registry.core.caching.CacheBackedRegistry.get(CacheBackedRegistry.java:164)
 at
 org.wso2.carbon.registry.core.session.UserRegistry.get(UserRegistry.java:524)
 at
 org.wso2.carbon.governance.lcm.util.CommonUtil.addDefaultLifecyclesIfNotAvailable(CommonUtil.java:473)
 at
 org.wso2.carbon.governance.lcm.listener.LifecycleLoader.onLogin(LifecycleLoader.java:51)
 at
 org.wso2.carbon.core.services.callback.LoginSubscriptionManagerServiceImpl.triggerEvent(LoginSubscriptionManagerServiceImpl.java:42)
 at
 org.wso2.carbon.core.services.util.CarbonAuthenticationUtil.onSuccessAdminLogin(CarbonAuthenticationUtil.java:121)
 at
 org.wso2.carbon.core.services.authentication.AuthenticationAdmin.login(AuthenticationAdmin.java:118)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at
 org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
 at
 org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:117)
 at
 org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
 at
 org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
 at
 org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
 at
 org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
 at
 org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:231)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
 at
 org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
 at
 org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 at
 org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:61)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
 at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
 at
 

Re: [Dev] WSO2 App Cloud's Repositories in the GitBilt missing

2014-09-28 Thread Manil Liyanage
Hi Amila,

The repos are there now. Thanks for the fix and the help.

Regards,
Manil

On Sun, Sep 28, 2014 at 4:44 PM, Amila Maha Arachchi ami...@wso2.com
wrote:

 Hi Manil,

 Can you check now. There was an issue which occurred due to a problem with
 our infrastructure provider. We fixed it.

 Regards,
 Amila.

 On Sun, Sep 28, 2014 at 4:28 PM, Amila Maha Arachchi ami...@wso2.com
 wrote:

 Hi Manil,

 We'll check and get back to you.

 On Sun, Sep 28, 2014 at 3:08 PM, Manil Liyanage liyanagema...@gmail.com
 wrote:

 Hi All,

 When I tried to clone my repository is says its not found. I tried to
 clone the repository few days ago, it said unauthorized access. When i
 checked the wso2 app cloud it was under maintenance and at that time when I
 logged into gitbilt my repo was there. But when I check it now my repo is
 not there. Is there a reason for this to happen? link of my repo is
 https://git.cloud.wso2.com/git/manil8056/devicemanagementser.git. All
 of the repositories are missing. Its like all my work is gone. Could
 someone help me on this?

 Thanks,
 Manil

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




 --
 *Amila Maharachchi*
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com

 Blog: http://maharachchi.blogspot.com
 Mobile: +94719371446




 --
 *Amila Maharachchi*
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com

 Blog: http://maharachchi.blogspot.com
 Mobile: +94719371446


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


[Dev] [WSO2 MB] - A comprehensive Client for Testing

2014-09-28 Thread Hasitha Hiranya
Hi,

I wrote a comprehensive client to send/receive and analyse JMS messages to
WSO2 MB.
It is easy to use - go to bin folder and execute andesClient script with
parameters
Please find the source at [1]. You might need to put and rebuild with
latest andes-client when using.
Following are the operations supported with example commands to run in
terminal

First parameter is *mode*.

send - send messages to queues/topic
receive - receive messages
browse - browse messages for queues
purge   - purge messages of a queue
analyse - analyse received data for missing messages, duplications, message
orders etc
cassandra - analyse cassandra data connecting to cassandra via hector


   - if mode is send/receive other parameters should be


hosts host1:port,host2:port;
destinations queue:q1,q2,q3|topic:t1,t2,t3; (recommended to use only
queues or topic at once)
printNumberOfMessagesPer 100 (this will set how often to print the
message count.)
isToPrintEachMessage false
numOfSecondsToRun 600
count 1000;
numOfThreads 5;
params
listener=true,durable=false,subscriptionID=sub1,file=,ackMode=AUTO,delayBetweenMsg=200,stopAfter=12,ackAfterEach=300,commitAfterEach=300,rollbackAfterEach=400,unsubscribeAfter=500
(all parameters are optional)
connectionString (optional - if given it will override the connection
string made by username/password/host/port. This is useful for failover
testing)

example command:
*sh andesClient.sh receive 127.0.0.1:5672 http://127.0.0.1:5672
queue:myQueue1 1 true 100 1000 1
listener=true,ackMode=1,delayBetweenMsg=0,stopAfter=1000 *


parameters are always key-value pairs. Be sure not to input a key
without a value (eg: file=). Instead get rid of key.


   - if mode is browse other parameters should be

mode browse
  host Name And Port localhost:5672
  destination myQueue
  print Number Of Messages Per 100
  is To Print Each Message false

example command
*sh andesClient.sh browse localhost:5672 myQueue 100 false*

NOTE: more than one hostname or more than one queue is not supported


   - if mode is purge other parameters should be

mode purge
 host name and port localhost:5673
 destination myQueue


   - if mode is analyse other parameters should be

printMessages - print messages received
printDuplicates - print duplicate messages if any
printMissing - print missing messages given the number of messages expected
printSorted - print received messages in sorted order
checkOrder - check if messages are in oder. This gives the place where
order is broken if order is broken
clearFile (for printMissing pass how many messages were expected)

Note: if you send messages from a file this is not supported


   - if mode is cassandra other parameters should be


connectionString  - host:port:username:password  (optional - if not
given assume localhost:9160:admin:admin)
operation - gq globalQueueName / nq nodeQueueName / tnq
topicNodeQueueName / count queueName / content / metadata / subscribers
/hash destination
and other parameters as necessary

gq - get global queue info  (cassandra 10.100.1.146:9160:admin:admin gq
GlobalQueue_1)
nq - get node queue info(cassandra 10.100.1.146:9160:admin:admin nq
NodeQueue_1)
tnq - get topic node queue info  (cassandra 10.100.1.146:9160:admin:admin
tnq TopicNodeQueue_1)
count - get cassandra message count for queue
content - list content info
metadata - list metadata info
subscribers - list topic subscribers info
hash - get the global queue name a given destination is hashed to

NOTE: more than one hostname or more than one queue is not supported

[1]. http://svn.wso2.org/repos/wso2/people/hasithah/MBTestProjectNew

Thanks

-- 
*Hasitha Abeykoon*
Senior Software Engineer; WSO2, Inc.; http://wso2.com
*cell:* *+94 719363063*
*blog: **abeykoon.blogspot.com* http://abeykoon.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Combining Iterate/Aggregator and XSLT mediator inside WSO2 ESB not work like expected

2014-09-28 Thread Jorge Infante

Hi all.

anyone can check this issue:

http://stackoverflow.com/questions/26082396/combining-iterate-aggregator-and-xslt-mediator-inside-wso2-esb-not-work-like-exp 



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


Re: [Dev] [Appfactory] org.wso2.carbon.appfactory.repository.mgt.service clarification

2014-09-28 Thread Godwin Amila Shrimal
Hi Asanka,

Thanks for the response and its very clear now, then hopefully we can
modify same method to delete the Git repo for tenant. As you told there is
a problem with the variable naming and it should be tenant domain name.


Thanks
Godwin


On Sun, Sep 28, 2014 at 3:48 PM, Asanka Dissanayake asan...@wso2.com
wrote:



 On Sun, Sep 28, 2014 at 9:36 AM, Godwin Amila Shrimal god...@wso2.com
 wrote:

 Hi

 There is a method called *deleteTenantRepo* in
 GITBlitBasedGITRepositoryProvider class in above carbon component. as per
 the following line it concatenate  */defApp *string literal with
 tenantId to assign for the repo name. What does mean by *defApp.  *I
 checked the repo names created in git server 
 (*git.appfactory.private.wso2.com:8443
 http://git.appfactory.private.wso2.com:8443*) and it is created with
 tenant domain name and not with tenantId as well.
 Any usage of this method ?



 String defaultTenantRepo = tenantId + /defApp;

 AFAIK , this method is not used now. So the reason is this,
 in GitBlit, we can't create only a folder  . for example if we need to
 create a folder to contain repos for tenant foo, we just can't create
 foo/ in the GitBlit. So earlier what we did is , we create a default
 repository , during the tenant creation. So it creates a repo with name 
 *foo/defApp.git* for tenant foo, and then delete the* defApp.git*
  repository*(this method was used for this*) . So the folder *foo/ *remains.
 We implemented that for the sake of completion. But later we realized that
 there is no point of creating a repo and deleting it right after. and that
 could create some ambiguities later. So we omitted this behavior  and
 decided to create a repository for the tenant during the time of first
 application creation.

 and there is a confusion on the variable naming :(. Since this is String ,
 I think this should be tenant domain.

 hope this helps .

 Thanks,
 Asanka D



 Thanks
 Godwin


 --
 *Godwin Amila Shrimal*
 Senior Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94772264165*
 linkedin: *http://lnkd.in/KUum6D http://lnkd.in/KUum6D*
 twitter: https://twitter.com/godwinamila

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




 --


 *Asanka DissanayakeSoftware Engineer*
 *WSO2 Inc. - lean . enterprise . middleware |  wso2.com http://wso2.com/*

 *email: asan...@wso2.com ruch...@wso2.com,   blog:
 cyberwaadiya.blogspot.com
 http://cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com
 http://asankastechtalks.wordpress.com  mobile: +94 71 8373821*




-- 
*Godwin Amila Shrimal*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94772264165*
linkedin: *http://lnkd.in/KUum6D http://lnkd.in/KUum6D*
twitter: https://twitter.com/godwinamila
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [ES] Please merge the following pull request

2014-09-28 Thread Prasanna Dangalla
Hi,

Fixing STORE-518 https://wso2.org/jira/browse/STORE-518 - Refactored to
remove deprecated CarbonContext API ( getCurrentContext ) methods

JIRA:  https://wso2.org/jira/browse/STORE-518

Pull request: https://github.com/wso2/product-es/pull/123

Thanks
-- 
Prasanna Dangalla
Software Engineer, WSO2, Inc.; http://wso2.com/
lean.enterprise.middleware

cell: +94 777 55 80 30 | +94 718 11 27 51
twitter: @prasa77
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Greg] Jaggery error when G-Reg starts up

2014-09-28 Thread Prasanna Dangalla
Hi

In path
wso2greg-5.0.0-SNAPSHOT/repository/deployment/server/jaggeryapps/publisher/modules
there isn't a module name lifecycle.  Is this the issue ?

In addition in
wso2greg-5.0.0-SNAPSHOT/repository/deployment/server/jaggeryapps/greg-publisher/config/app.js
line 54 context is mentioned as /publisher, I think it should be
/greg-publisher. When I changed it the server starts, but the lifecycle
error remains.

Thanks

On Sun, Sep 28, 2014 at 10:21 PM, Prasanna Dangalla prasa...@wso2.com
wrote:

 Hi,

 I'm getting the following error when starting the G-Reg server from
 wso2-dev.



 ERROR {org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer} -
 org.mozilla.javascript.WrappedException: Wrapped
 org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be
 found with the specified name : lifecycle (/publisher/config/app.js#39)
 org.jaggeryjs.scriptengine.exceptions.ScriptException:
 org.mozilla.javascript.WrappedException: Wrapped
 org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be
 found with the specified name : lifecycle (/publisher/config/app.js#39)
 at
 org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:571)
 at
 org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:273)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.executeScripts(TomcatJaggeryWebappsDeployer.java:477)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.access$500(TomcatJaggeryWebappsDeployer.java:62)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer$JaggeryConfListener.lifecycleEvent(TomcatJaggeryWebappsDeployer.java:292)
 at
 org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
 at
 org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
 at
 org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:402)
 at
 org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:347)
 at
 org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5531)
 at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
 at
 org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
 at
 org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
 at
 org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
 at
 org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:344)
 at
 org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:266)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.handleWebappDeployment(TomcatJaggeryWebappsDeployer.java:206)
 at
 org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleExplodedWebappDeployment(TomcatGenericWebappsDeployer.java:240)
 at
 org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleHotDeployment(TomcatGenericWebappsDeployer.java:166)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.deploy(TomcatJaggeryWebappsDeployer.java:111)
 at
 org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deployThisWebApp(AbstractWebappDeployer.java:140)
 at
 org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deploy(AbstractWebappDeployer.java:90)
 at
 org.jaggeryjs.jaggery.deployer.JaggeryDeployer.deploy(JaggeryDeployer.java:59)
 at
 org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
 at
 org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807)
 at
 org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
 at
 org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
 at
 org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
 at
 org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:135)
 at
 org.wso2.carbon.core.CarbonAxisConfigurator.loadServices(CarbonAxisConfigurator.java:489)
 at
 org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95)
 at
 org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65)
 at
 org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:398)
 at
 org.wso2.carbon.core.init.CarbonServerManager.start(CarbonServerManager.java:219)
 at
 org.wso2.carbon.core.internal.CarbonCoreServiceComponent.activate(CarbonCoreServiceComponent.java:81)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at
 

Re: [Dev] [Greg] Jaggery error when G-Reg starts up

2014-09-28 Thread Sameera Medagammaddegedara
Hi Prasanna,

In path wso2greg-5.0.0-SNAPSHOT/
 repository/deployment/server/jaggeryapps/publisher/modules there isn't a
 module name lifecycle.  Is this the issue ?

Yes

This module appears to be missing from the org.wso2.es.feature. I have
added it and committed the fix to master now.

In addition in wso2greg-5.0.0-SNAPSHOT/
 repository/deployment/server/jaggeryapps/greg-publisher/config/app.js line
 54 context is mentioned as /publisher, I think it should be
 /greg-publisher. When I changed it the server starts, but the lifecycle
 error remains.

I do not think we need to name it as the greg-publisher.The reason for this
are as follows:

   1. The greg-publisher is a copy of the ES Publisher containing custom
   changes.These changes were applied to the core of the Publisher as , ES
   1.0.0 did not have adequate extension points.
   2. This is no longer case as all changes in greg-publisher are now
   captured in a single folder (Work done by Shazni ,Heshani and Denuwanthi

Thank You,
Sameera

On Sun, Sep 28, 2014 at 10:21 PM, Prasanna Dangalla prasa...@wso2.com
wrote:

 Hi,

 I'm getting the following error when starting the G-Reg server from
 wso2-dev.



 ERROR {org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer} -
 org.mozilla.javascript.WrappedException: Wrapped
 org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be
 found with the specified name : lifecycle (/publisher/config/app.js#39)
 org.jaggeryjs.scriptengine.exceptions.ScriptException:
 org.mozilla.javascript.WrappedException: Wrapped
 org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be
 found with the specified name : lifecycle (/publisher/config/app.js#39)
 at
 org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:571)
 at
 org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:273)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.executeScripts(TomcatJaggeryWebappsDeployer.java:477)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.access$500(TomcatJaggeryWebappsDeployer.java:62)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer$JaggeryConfListener.lifecycleEvent(TomcatJaggeryWebappsDeployer.java:292)
 at
 org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
 at
 org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
 at
 org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:402)
 at
 org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:347)
 at
 org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5531)
 at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
 at
 org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
 at
 org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
 at
 org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
 at
 org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:344)
 at
 org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:266)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.handleWebappDeployment(TomcatJaggeryWebappsDeployer.java:206)
 at
 org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleExplodedWebappDeployment(TomcatGenericWebappsDeployer.java:240)
 at
 org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleHotDeployment(TomcatGenericWebappsDeployer.java:166)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.deploy(TomcatJaggeryWebappsDeployer.java:111)
 at
 org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deployThisWebApp(AbstractWebappDeployer.java:140)
 at
 org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deploy(AbstractWebappDeployer.java:90)
 at
 org.jaggeryjs.jaggery.deployer.JaggeryDeployer.deploy(JaggeryDeployer.java:59)
 at
 org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
 at
 org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807)
 at
 org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
 at
 org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
 at
 org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
 at
 org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:135)
 at
 org.wso2.carbon.core.CarbonAxisConfigurator.loadServices(CarbonAxisConfigurator.java:489)
 at
 org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95)
 at
 org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65)
 at
 

Re: [Dev] [ES] Please merge the following pull request

2014-09-28 Thread Ruchira Wageesha
Hi Prasanna,

Can you please do the pull request to wso2-dev repo?

On Sun, Sep 28, 2014 at 10:16 PM, Prasanna Dangalla prasa...@wso2.com
wrote:

 Hi,

 Fixing STORE-518 https://wso2.org/jira/browse/STORE-518 - Refactored to
 remove deprecated CarbonContext API ( getCurrentContext ) methods

 JIRA:  https://wso2.org/jira/browse/STORE-518

 Pull request: https://github.com/wso2/product-es/pull/123

 Thanks
 --
 Prasanna Dangalla
 Software Engineer, WSO2, Inc.; http://wso2.com/
 lean.enterprise.middleware

 cell: +94 777 55 80 30 | +94 718 11 27 51
 twitter: @prasa77




-- 

*Ruchira Wageesha**Associate Technical Lead*
*WSO2 Inc. - lean . enterprise . middleware |  wso2.com http://wso2.com*

*email: ruch...@wso2.com ruch...@wso2.com,   blog:
ruchirawageesha.blogspot.com http://ruchirawageesha.blogspot.com,
mobile: +94 77 5493444*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Greg] Jaggery error when G-Reg starts up

2014-09-28 Thread Prasanna Dangalla
Hi Sameera,

Thanks for the prompt reply. Now its working

Thanks

On Sun, Sep 28, 2014 at 11:06 PM, Sameera Medagammaddegedara 
samee...@wso2.com wrote:

 Hi Prasanna,

 In path wso2greg-5.0.0-SNAPSHOT/
 repository/deployment/server/jaggeryapps/publisher/modules there isn't a
 module name lifecycle.  Is this the issue ?

 Yes

 This module appears to be missing from the org.wso2.es.feature. I have
 added it and committed the fix to master now.

 In addition in wso2greg-5.0.0-SNAPSHOT/
 repository/deployment/server/jaggeryapps/greg-publisher/config/app.js
 line 54 context is mentioned as /publisher, I think it should be
 /greg-publisher. When I changed it the server starts, but the lifecycle
 error remains.

 I do not think we need to name it as the greg-publisher.The reason for
 this are as follows:

1. The greg-publisher is a copy of the ES Publisher containing custom
changes.These changes were applied to the core of the Publisher as , ES
1.0.0 did not have adequate extension points.
2. This is no longer case as all changes in greg-publisher are now
captured in a single folder (Work done by Shazni ,Heshani and Denuwanthi

 Thank You,
 Sameera

 On Sun, Sep 28, 2014 at 10:21 PM, Prasanna Dangalla prasa...@wso2.com
 wrote:

 Hi,

 I'm getting the following error when starting the G-Reg server from
 wso2-dev.



 ERROR {org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer} -
 org.mozilla.javascript.WrappedException: Wrapped
 org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be
 found with the specified name : lifecycle (/publisher/config/app.js#39)
 org.jaggeryjs.scriptengine.exceptions.ScriptException:
 org.mozilla.javascript.WrappedException: Wrapped
 org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be
 found with the specified name : lifecycle (/publisher/config/app.js#39)
 at
 org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:571)
 at
 org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:273)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.executeScripts(TomcatJaggeryWebappsDeployer.java:477)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.access$500(TomcatJaggeryWebappsDeployer.java:62)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer$JaggeryConfListener.lifecycleEvent(TomcatJaggeryWebappsDeployer.java:292)
 at
 org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
 at
 org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
 at
 org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:402)
 at
 org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:347)
 at
 org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5531)
 at
 org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
 at
 org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
 at
 org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
 at
 org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
 at
 org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:344)
 at
 org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:266)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.handleWebappDeployment(TomcatJaggeryWebappsDeployer.java:206)
 at
 org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleExplodedWebappDeployment(TomcatGenericWebappsDeployer.java:240)
 at
 org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleHotDeployment(TomcatGenericWebappsDeployer.java:166)
 at
 org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.deploy(TomcatJaggeryWebappsDeployer.java:111)
 at
 org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deployThisWebApp(AbstractWebappDeployer.java:140)
 at
 org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deploy(AbstractWebappDeployer.java:90)
 at
 org.jaggeryjs.jaggery.deployer.JaggeryDeployer.deploy(JaggeryDeployer.java:59)
 at
 org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
 at
 org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807)
 at
 org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
 at
 org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
 at
 org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
 at
 org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:135)
 at
 org.wso2.carbon.core.CarbonAxisConfigurator.loadServices(CarbonAxisConfigurator.java:489)
 at
 org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95)
 at
 

[Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Dimuthu Leelarathne
Hi all,

Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
Anuruddha has contributed immensely to WSO2 App Factory and has shown great
commitment. In recognition of his contribution, he has been voted as a WSO2
Committer.

Anuruddha, welcome aboard!

Regards,
Amila.

-- 
Dimuthu Leelarathne
Architect  Product Lead of App Factory

WSO2, Inc. (http://wso2.com)
email: dimut...@wso2.com
Mobile : 0773661935

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


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Rajith Siriwardena
Congratulations Anuruddha.!!

On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne dimut...@wso2.com
wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown great
 commitment. In recognition of his contribution, he has been voted as a WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




-- 
*Rajith Siriwardana*
Software Engineer | Cloud Team
WSO2 Inc. ; http://wso2.com
*lean. enterprise. middleware*

---
*http://people.apache.org/~siriwardana
http://people.apache.org/~siriwardana*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Harsha Thirimanna
Congratulations...

harshat@mobile
On Sep 28, 2014 8:29 PM, Rajith Siriwardena raj...@wso2.com wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne dimut...@wso2.com
 wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown great
 commitment. In recognition of his contribution, he has been voted as a WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

 ___
 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] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Tharindu Dharmarathna
Congratz Anuruddha!!

On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne dimut...@wso2.com
 wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown great
 commitment. In recognition of his contribution, he has been voted as a WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




-- 

*Tharindu Dharmarathna*Associate Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

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


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Danesh Kuruppu
Congrats Anuruddha.!!

On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna tharin...@wso2.com
wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne dimut...@wso2.com
 wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown great
 commitment. In recognition of his contribution, he has been voted as a WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




-- 

Danesh Kuruppu
Software Engineer
WSO2 Inc,
Mobile: +94 (77) 1690552
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Dakshika Jayathilaka
Congratulations Anuruddha.!!

*Dakshika Jayathilaka*
Software Engineer
WSO2, Inc.
lean.enterprise.middleware
0771100911

On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna tharin...@wso2.com
  wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne dimut...@wso2.com
 wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown great
 commitment. In recognition of his contribution, he has been voted as a WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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] WSO2 Commiters += Rajith Siriwardena

2014-09-28 Thread Jayanga Dissanayake
Congratulations Rajith...

*Jayanga Dissanayake*
Senior Software Engineer
WSO2 Inc. - http://wso2.com/
lean . enterprise . middleware
email: jaya...@wso2.com
mobile: +94772207259

On Fri, Sep 26, 2014 at 6:00 PM, Abimaran Kugathasan abima...@wso2.com
wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 11:55 AM, Suhan Dharmasuriya suh...@wso2.com
 wrote:

 Congratz Rajith!

 On Fri, Sep 26, 2014 at 11:21 AM, Manula Chathurika Thantriwatte 
 manu...@wso2.com wrote:

 Congratulations Rajith !!!

 On Fri, Sep 26, 2014 at 11:18 AM, Lasindu Charith lasi...@wso2.com
 wrote:

 Congratz Rajith ..!!!

 On Fri, Sep 26, 2014 at 10:33 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith! :-)

 On Fri, Sep 26, 2014 at 10:28 AM, Harsha Kumara hars...@wso2.com
 wrote:

 Congratulations Rajith!

 On Fri, Sep 26, 2014 at 10:19 AM, Gayashan Amarasinghe 
 gayas...@wso2.com wrote:

 Congratulations Rajith!!!

 On Fri, Sep 26, 2014 at 10:12 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 Congrats Rajith

 On Fri, Sep 26, 2014 at 10:04 AM, Roshan Wijesena ros...@wso2.com
 wrote:

 Congrats Rajith..!!

 On Fri, Sep 26, 2014 at 9:59 AM, Ishara Cooray isha...@wso2.com
 wrote:

 Congrats Rajith..!

 Ishara Cooray
 Senior Software Engineer
 Mobile : +9477 262 9512
 WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 On Fri, Sep 26, 2014 at 9:55 AM, Darshana Akalanka Pagoda
 Arachchi darsha...@wso2.com wrote:

 Congratulations Rajith...!!!

 On Fri, Sep 26, 2014 at 9:48 AM, Kasun De Silva kas...@wso2.com
  wrote:

 Congrats Rajith !!!

 *Kasun de Silva*
 Software Engineer | *WSO2 Inc.*; http://wso2.com
 lean.enterprise.middleware

 email   : kas...@wso2.com
 mobile : +94 77 794 4260


 On Fri, Sep 26, 2014 at 9:44 AM, Isuru Ranawaka 
 isu...@wso2.com wrote:

 Congrats Rajith

 On Fri, Sep 26, 2014 at 9:39 AM, Malintha Adikari 
 malin...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 9:11 AM, Kalpa Welivitigoda 
 kal...@wso2.com wrote:

 Congratulations Rajith !

 On Fri, Sep 26, 2014 at 9:08 AM, Rajkumar Rajaratnam 
 rajkum...@wso2.com wrote:

 Congratulations !!!

 On Fri, Sep 26, 2014 at 9:06 AM, Ayesha Dissanayaka 
 aye...@wso2.com wrote:

 Congratulations Rajith!!

 On Fri, Sep 26, 2014 at 9:04 AM, Yasassri Ratnayake 
 yasas...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 8:52 AM, Chamila Adhikarinayake 
 chami...@wso2.com wrote:

 Congratulations!!

 On Fri, Sep 26, 2014 at 8:42 AM, Sajini De Silva 
 saj...@wso2.com wrote:

 Congratulations Rajith!!!

 On Fri, Sep 26, 2014 at 8:38 AM, Sameera Jayaratna 
 samee...@wso2.com wrote:

 Congratulations!!

 On Fri, Sep 26, 2014 at 8:36 AM, Thilini Shanika 
 thili...@wso2.com wrote:

 Congratulations !!

 On Fri, Sep 26, 2014 at 8:30 AM, Darshana Gunawardana
 darsh...@wso2.com wrote:

 Congratulations Rajith..!!

 On Fri, Sep 26, 2014 at 8:17 AM, Dunith Dhanushka 
 dun...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 7:58 AM, Nipuni Perera 
 nip...@wso2.com wrote:

 Congratulations !!!



 On Fri, Sep 26, 2014 at 6:35 AM, Dakshika
 Jayathilaka daksh...@wso2.com wrote:

 Congratulation Rajith... !!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Fri, Sep 26, 2014 at 4:35 AM, Amila Maha
 Arachchi ami...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Rajith Siriwardena as
 a WSO2 Committer. Rajith is a member of WSO2 Cloud 
 team and he has done a
 great contribution to WSO2 Cloud and has shown 
 great enthusiasm in his
 work. In recognition of his contribution, he has 
 been voted as a WSO2
 Committer.

 Rajith, welcome aboard and keep up the good
 work..

 Regards,
 Amila.

 --
 *Amila Maharachchi*
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com

 Blog: http://maharachchi.blogspot.com
 Mobile: +94719371446


 ___
 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




 --
 Nipuni Perera
 Software Engineer; WSO2 Inc.; http://wso2.com
 Email: nip...@wso2.com
 Git hub profile: https://github.com/nipuni
 Mobile: +94 (71) 5626680
 http://wso2.com


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




 --
 Regards,

 Dunith Dhanushka,
 Senior Software Engineer - BAM,
 WSO2 Inc,

 Mobile - +94 71 8615744
 Blog - dunithd.wordpress.com
 http://blog.dunith.com
 Twitter - @dunithd http://twitter.com/dunithd

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




 --
 Regards,


 *Darshana Gunawardana*Software Engineer
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com darsh...@wso2.com*
 *Mobile: +94718566859 %2B94718566859*Lean .
 Enterprise . Middleware

 

Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Jayanga Dissanayake
Congratulations Anuruddha...

*Jayanga Dissanayake*
Senior Software Engineer
WSO2 Inc. - http://wso2.com/
lean . enterprise . middleware
email: jaya...@wso2.com
mobile: +94772207259

On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka daksh...@wso2.com
wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne dimut...@wso2.com
  wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown 
 great
 commitment. In recognition of his contribution, he has been voted as a 
 WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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


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


Re: [Dev] Enterprise Store H2 database growing repeatedly

2014-09-28 Thread Senduran Balasubramaniyam
Hi Manoj,
This happens with the default assets which are shipped with the ES pack.
After removing the following directories, the database is not growing
repeatedly

publisher/config/default/gadgets
publisher/config/default/ebooks
publisher/config/default/sites

Thanks
Senduran


On Sat, Sep 27, 2014 at 12:58 PM, Manoj Gunawardena man...@wso2.com wrote:

 Hi Sendura,

 Did you get this error, after add some assets? How many assets you added.
 (roughly). Or did you change any configuration. Just to understand the
 scenario, Please post the changes you did.

 Thanks

 On Fri, Sep 26, 2014 at 9:38 PM, Senduran Balasubramaniyam 
 sendu...@wso2.com wrote:

 Hi Sameera,

 The suggested workaround, prevent the H2 database from growing.

 Thank you
 Senduran

 On Fri, Sep 26, 2014 at 5:40 PM, Sameera Medagammaddegedara 
 samee...@wso2.com wrote:

 Hi Senduran,

 This seems to be caused by the asset resources been deployed more than
 once.As a workaround please remove the following folders:

 publisher/config/default/gadgets
 publisher/config/default/ebooks
 publisher/config/default/sites

 I have created an issue to track the problem:
 https://wso2.org/jira/browse/STORE-517

 Thank You,
 Sameera

 On Fri, Sep 26, 2014 at 5:26 PM, Senduran Balasubramaniyam 
 sendu...@wso2.com wrote:



 On Fri, Sep 26, 2014 at 5:22 PM, Senduran Balasubramaniyam 
 sendu...@wso2.com wrote:

 Hi,

 We have noticed that whenever we restart the enterprise store, size of
 “ES_STORAGE.lobs.db” is increasing by around 15MB.

 Following is our observation (size of ES_HOME/repository/database)
   action size   unpack the ES 3.7M  start the server 20M  restart the
 server 35M  again a restart 50M  one more restart 66M

 Is this a know issue in ES ?
 ES version : 1.2.0-SNAPSHOT

 Thanks
 Senduran
 ​
 --
 *Senduran *
 Software Engineer,
 WSO2, Inc.;  http://wso2.com/ http://wso2.com/
 Mobile: +94 77 952 6548




 --
 *Senduran *
 Software Engineer,
 WSO2, Inc.;  http://wso2.com/ http://wso2.com/
 Mobile: +94 77 952 6548




 --
 Sameera Medagammaddegedara
 Software Engineer

 Contact:
 Email: samee...@wso2.com
 Mobile: + 94 077 255 3005




 --
 *Senduran *
 Software Engineer,
 WSO2, Inc.;  http://wso2.com/ http://wso2.com/
 Mobile: +94 77 952 6548

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




 --
 Manoj Gunawardena
 Tech Lead
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 2291643




-- 
*Senduran *
Software Engineer,
WSO2, Inc.;  http://wso2.com/ http://wso2.com/
Mobile: +94 77 952 6548
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Commiters += Rajith Siriwardena

2014-09-28 Thread Tharindu Dharmarathna
Congratulations Rajith...

On Mon, Sep 29, 2014 at 9:09 AM, Jayanga Dissanayake jaya...@wso2.com
wrote:

 Congratulations Rajith...

 *Jayanga Dissanayake*
 Senior Software Engineer
 WSO2 Inc. - http://wso2.com/
 lean . enterprise . middleware
 email: jaya...@wso2.com
 mobile: +94772207259

 On Fri, Sep 26, 2014 at 6:00 PM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 11:55 AM, Suhan Dharmasuriya suh...@wso2.com
 wrote:

 Congratz Rajith!

 On Fri, Sep 26, 2014 at 11:21 AM, Manula Chathurika Thantriwatte 
 manu...@wso2.com wrote:

 Congratulations Rajith !!!

 On Fri, Sep 26, 2014 at 11:18 AM, Lasindu Charith lasi...@wso2.com
 wrote:

 Congratz Rajith ..!!!

 On Fri, Sep 26, 2014 at 10:33 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith! :-)

 On Fri, Sep 26, 2014 at 10:28 AM, Harsha Kumara hars...@wso2.com
 wrote:

 Congratulations Rajith!

 On Fri, Sep 26, 2014 at 10:19 AM, Gayashan Amarasinghe 
 gayas...@wso2.com wrote:

 Congratulations Rajith!!!

 On Fri, Sep 26, 2014 at 10:12 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 Congrats Rajith

 On Fri, Sep 26, 2014 at 10:04 AM, Roshan Wijesena ros...@wso2.com
  wrote:

 Congrats Rajith..!!

 On Fri, Sep 26, 2014 at 9:59 AM, Ishara Cooray isha...@wso2.com
 wrote:

 Congrats Rajith..!

 Ishara Cooray
 Senior Software Engineer
 Mobile : +9477 262 9512
 WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 On Fri, Sep 26, 2014 at 9:55 AM, Darshana Akalanka Pagoda
 Arachchi darsha...@wso2.com wrote:

 Congratulations Rajith...!!!

 On Fri, Sep 26, 2014 at 9:48 AM, Kasun De Silva 
 kas...@wso2.com wrote:

 Congrats Rajith !!!

 *Kasun de Silva*
 Software Engineer | *WSO2 Inc.*; http://wso2.com
 lean.enterprise.middleware

 email   : kas...@wso2.com
 mobile : +94 77 794 4260


 On Fri, Sep 26, 2014 at 9:44 AM, Isuru Ranawaka 
 isu...@wso2.com wrote:

 Congrats Rajith

 On Fri, Sep 26, 2014 at 9:39 AM, Malintha Adikari 
 malin...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 9:11 AM, Kalpa Welivitigoda 
 kal...@wso2.com wrote:

 Congratulations Rajith !

 On Fri, Sep 26, 2014 at 9:08 AM, Rajkumar Rajaratnam 
 rajkum...@wso2.com wrote:

 Congratulations !!!

 On Fri, Sep 26, 2014 at 9:06 AM, Ayesha Dissanayaka 
 aye...@wso2.com wrote:

 Congratulations Rajith!!

 On Fri, Sep 26, 2014 at 9:04 AM, Yasassri Ratnayake 
 yasas...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 8:52 AM, Chamila Adhikarinayake
 chami...@wso2.com wrote:

 Congratulations!!

 On Fri, Sep 26, 2014 at 8:42 AM, Sajini De Silva 
 saj...@wso2.com wrote:

 Congratulations Rajith!!!

 On Fri, Sep 26, 2014 at 8:38 AM, Sameera Jayaratna 
 samee...@wso2.com wrote:

 Congratulations!!

 On Fri, Sep 26, 2014 at 8:36 AM, Thilini Shanika 
 thili...@wso2.com wrote:

 Congratulations !!

 On Fri, Sep 26, 2014 at 8:30 AM, Darshana
 Gunawardana darsh...@wso2.com wrote:

 Congratulations Rajith..!!

 On Fri, Sep 26, 2014 at 8:17 AM, Dunith Dhanushka 
 dun...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 7:58 AM, Nipuni Perera 
 nip...@wso2.com wrote:

 Congratulations !!!



 On Fri, Sep 26, 2014 at 6:35 AM, Dakshika
 Jayathilaka daksh...@wso2.com wrote:

 Congratulation Rajith... !!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Fri, Sep 26, 2014 at 4:35 AM, Amila Maha
 Arachchi ami...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Rajith Siriwardena
 as a WSO2 Committer. Rajith is a member of WSO2 
 Cloud team and he has done
 a great contribution to WSO2 Cloud and has shown 
 great enthusiasm in his
 work. In recognition of his contribution, he has 
 been voted as a WSO2
 Committer.

 Rajith, welcome aboard and keep up the good
 work..

 Regards,
 Amila.

 --
 *Amila Maharachchi*
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com

 Blog: http://maharachchi.blogspot.com
 Mobile: +94719371446


 ___
 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




 --
 Nipuni Perera
 Software Engineer; WSO2 Inc.; http://wso2.com
 Email: nip...@wso2.com
 Git hub profile: https://github.com/nipuni
 Mobile: +94 (71) 5626680
 http://wso2.com


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




 --
 Regards,

 Dunith Dhanushka,
 Senior Software Engineer - BAM,
 WSO2 Inc,

 Mobile - +94 71 8615744
 Blog - dunithd.wordpress.com
 http://blog.dunith.com
 Twitter - @dunithd http://twitter.com/dunithd

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




 --
 Regards,


 *Darshana Gunawardana*Software Engineer
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com darsh...@wso2.com*
 

Re: [Dev] WSO2 Commiters += Rajith Siriwardena

2014-09-28 Thread Inosh Perera
Congrats Rajith!!!

On Mon, Sep 29, 2014 at 9:09 AM, Jayanga Dissanayake jaya...@wso2.com
wrote:

 Congratulations Rajith...

 *Jayanga Dissanayake*
 Senior Software Engineer
 WSO2 Inc. - http://wso2.com/
 lean . enterprise . middleware
 email: jaya...@wso2.com
 mobile: +94772207259

 On Fri, Sep 26, 2014 at 6:00 PM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 11:55 AM, Suhan Dharmasuriya suh...@wso2.com
 wrote:

 Congratz Rajith!

 On Fri, Sep 26, 2014 at 11:21 AM, Manula Chathurika Thantriwatte 
 manu...@wso2.com wrote:

 Congratulations Rajith !!!

 On Fri, Sep 26, 2014 at 11:18 AM, Lasindu Charith lasi...@wso2.com
 wrote:

 Congratz Rajith ..!!!

 On Fri, Sep 26, 2014 at 10:33 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith! :-)

 On Fri, Sep 26, 2014 at 10:28 AM, Harsha Kumara hars...@wso2.com
 wrote:

 Congratulations Rajith!

 On Fri, Sep 26, 2014 at 10:19 AM, Gayashan Amarasinghe 
 gayas...@wso2.com wrote:

 Congratulations Rajith!!!

 On Fri, Sep 26, 2014 at 10:12 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 Congrats Rajith

 On Fri, Sep 26, 2014 at 10:04 AM, Roshan Wijesena ros...@wso2.com
  wrote:

 Congrats Rajith..!!

 On Fri, Sep 26, 2014 at 9:59 AM, Ishara Cooray isha...@wso2.com
 wrote:

 Congrats Rajith..!

 Ishara Cooray
 Senior Software Engineer
 Mobile : +9477 262 9512
 WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 On Fri, Sep 26, 2014 at 9:55 AM, Darshana Akalanka Pagoda
 Arachchi darsha...@wso2.com wrote:

 Congratulations Rajith...!!!

 On Fri, Sep 26, 2014 at 9:48 AM, Kasun De Silva 
 kas...@wso2.com wrote:

 Congrats Rajith !!!

 *Kasun de Silva*
 Software Engineer | *WSO2 Inc.*; http://wso2.com
 lean.enterprise.middleware

 email   : kas...@wso2.com
 mobile : +94 77 794 4260


 On Fri, Sep 26, 2014 at 9:44 AM, Isuru Ranawaka 
 isu...@wso2.com wrote:

 Congrats Rajith

 On Fri, Sep 26, 2014 at 9:39 AM, Malintha Adikari 
 malin...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 9:11 AM, Kalpa Welivitigoda 
 kal...@wso2.com wrote:

 Congratulations Rajith !

 On Fri, Sep 26, 2014 at 9:08 AM, Rajkumar Rajaratnam 
 rajkum...@wso2.com wrote:

 Congratulations !!!

 On Fri, Sep 26, 2014 at 9:06 AM, Ayesha Dissanayaka 
 aye...@wso2.com wrote:

 Congratulations Rajith!!

 On Fri, Sep 26, 2014 at 9:04 AM, Yasassri Ratnayake 
 yasas...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 8:52 AM, Chamila Adhikarinayake
 chami...@wso2.com wrote:

 Congratulations!!

 On Fri, Sep 26, 2014 at 8:42 AM, Sajini De Silva 
 saj...@wso2.com wrote:

 Congratulations Rajith!!!

 On Fri, Sep 26, 2014 at 8:38 AM, Sameera Jayaratna 
 samee...@wso2.com wrote:

 Congratulations!!

 On Fri, Sep 26, 2014 at 8:36 AM, Thilini Shanika 
 thili...@wso2.com wrote:

 Congratulations !!

 On Fri, Sep 26, 2014 at 8:30 AM, Darshana
 Gunawardana darsh...@wso2.com wrote:

 Congratulations Rajith..!!

 On Fri, Sep 26, 2014 at 8:17 AM, Dunith Dhanushka 
 dun...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 7:58 AM, Nipuni Perera 
 nip...@wso2.com wrote:

 Congratulations !!!



 On Fri, Sep 26, 2014 at 6:35 AM, Dakshika
 Jayathilaka daksh...@wso2.com wrote:

 Congratulation Rajith... !!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Fri, Sep 26, 2014 at 4:35 AM, Amila Maha
 Arachchi ami...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Rajith Siriwardena
 as a WSO2 Committer. Rajith is a member of WSO2 
 Cloud team and he has done
 a great contribution to WSO2 Cloud and has shown 
 great enthusiasm in his
 work. In recognition of his contribution, he has 
 been voted as a WSO2
 Committer.

 Rajith, welcome aboard and keep up the good
 work..

 Regards,
 Amila.

 --
 *Amila Maharachchi*
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com

 Blog: http://maharachchi.blogspot.com
 Mobile: +94719371446


 ___
 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




 --
 Nipuni Perera
 Software Engineer; WSO2 Inc.; http://wso2.com
 Email: nip...@wso2.com
 Git hub profile: https://github.com/nipuni
 Mobile: +94 (71) 5626680
 http://wso2.com


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




 --
 Regards,

 Dunith Dhanushka,
 Senior Software Engineer - BAM,
 WSO2 Inc,

 Mobile - +94 71 8615744
 Blog - dunithd.wordpress.com
 http://blog.dunith.com
 Twitter - @dunithd http://twitter.com/dunithd

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




 --
 Regards,


 *Darshana Gunawardana*Software Engineer
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com darsh...@wso2.com*
 *Mobile: 

Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Inosh Perera
Congrats Anuruddha!!

On Mon, Sep 29, 2014 at 9:10 AM, Jayanga Dissanayake jaya...@wso2.com
wrote:

 Congratulations Anuruddha...

 *Jayanga Dissanayake*
 Senior Software Engineer
 WSO2 Inc. - http://wso2.com/
 lean . enterprise . middleware
 email: jaya...@wso2.com
 mobile: +94772207259

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka daksh...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown 
 great
 commitment. In recognition of his contribution, he has been voted as a 
 WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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



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




-- 
Inosh Perera
Software Engineer, WSO2 Inc.
Tel: 0785293686
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Suhan Dharmasuriya
Congratz Anuruddha!

On Mon, Sep 29, 2014 at 9:14 AM, Inosh Perera ino...@wso2.com wrote:

 Congrats Anuruddha!!

 On Mon, Sep 29, 2014 at 9:10 AM, Jayanga Dissanayake jaya...@wso2.com
 wrote:

 Congratulations Anuruddha...

 *Jayanga Dissanayake*
 Senior Software Engineer
 WSO2 Inc. - http://wso2.com/
 lean . enterprise . middleware
 email: jaya...@wso2.com
 mobile: +94772207259

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka daksh...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown 
 great
 commitment. In recognition of his contribution, he has been voted as a 
 WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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



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




 --
 Inosh Perera
 Software Engineer, WSO2 Inc.
 Tel: 0785293686

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




-- 
Suhan Dharmasuriya
Software Engineer - Test Automation

*WSO2, Inc. *

lean . enterprise . middleware
Tel: +94 112 145345
Mob: +94 779 869138
Blog: http://suhan-opensource.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Shashika Karunatilaka
Congratulations Anuruddha

On Mon, Sep 29, 2014 at 9:17 AM, Suhan Dharmasuriya suh...@wso2.com wrote:

 Congratz Anuruddha!

 On Mon, Sep 29, 2014 at 9:14 AM, Inosh Perera ino...@wso2.com wrote:

 Congrats Anuruddha!!

 On Mon, Sep 29, 2014 at 9:10 AM, Jayanga Dissanayake jaya...@wso2.com
 wrote:

 Congratulations Anuruddha...

 *Jayanga Dissanayake*
 Senior Software Engineer
 WSO2 Inc. - http://wso2.com/
 lean . enterprise . middleware
 email: jaya...@wso2.com
 mobile: +94772207259

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka daksh...@wso2.com
  wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com
 wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown 
 great
 commitment. In recognition of his contribution, he has been voted as a 
 WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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



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




 --
 Inosh Perera
 Software Engineer, WSO2 Inc.
 Tel: 0785293686

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




 --
 Suhan Dharmasuriya
 Software Engineer - Test Automation

 *WSO2, Inc. *

 lean . enterprise . middleware
 Tel: +94 112 145345
 Mob: +94 779 869138
 Blog: http://suhan-opensource.blogspot.com/

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




-- 
Shashika Prabath Karunatilaka,
Software Engineer,
WSO2, Inc: http://wso2.com/
mobile : +94 77 7487792
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Commiters += Rajith Siriwardena

2014-09-28 Thread Shashika Karunatilaka
Congratulations Rajith

On Mon, Sep 29, 2014 at 9:13 AM, Inosh Perera ino...@wso2.com wrote:

 Congrats Rajith!!!

 On Mon, Sep 29, 2014 at 9:09 AM, Jayanga Dissanayake jaya...@wso2.com
 wrote:

 Congratulations Rajith...

 *Jayanga Dissanayake*
 Senior Software Engineer
 WSO2 Inc. - http://wso2.com/
 lean . enterprise . middleware
 email: jaya...@wso2.com
 mobile: +94772207259

 On Fri, Sep 26, 2014 at 6:00 PM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 11:55 AM, Suhan Dharmasuriya suh...@wso2.com
 wrote:

 Congratz Rajith!

 On Fri, Sep 26, 2014 at 11:21 AM, Manula Chathurika Thantriwatte 
 manu...@wso2.com wrote:

 Congratulations Rajith !!!

 On Fri, Sep 26, 2014 at 11:18 AM, Lasindu Charith lasi...@wso2.com
 wrote:

 Congratz Rajith ..!!!

 On Fri, Sep 26, 2014 at 10:33 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith! :-)

 On Fri, Sep 26, 2014 at 10:28 AM, Harsha Kumara hars...@wso2.com
 wrote:

 Congratulations Rajith!

 On Fri, Sep 26, 2014 at 10:19 AM, Gayashan Amarasinghe 
 gayas...@wso2.com wrote:

 Congratulations Rajith!!!

 On Fri, Sep 26, 2014 at 10:12 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 Congrats Rajith

 On Fri, Sep 26, 2014 at 10:04 AM, Roshan Wijesena 
 ros...@wso2.com wrote:

 Congrats Rajith..!!

 On Fri, Sep 26, 2014 at 9:59 AM, Ishara Cooray isha...@wso2.com
  wrote:

 Congrats Rajith..!

 Ishara Cooray
 Senior Software Engineer
 Mobile : +9477 262 9512
 WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 On Fri, Sep 26, 2014 at 9:55 AM, Darshana Akalanka Pagoda
 Arachchi darsha...@wso2.com wrote:

 Congratulations Rajith...!!!

 On Fri, Sep 26, 2014 at 9:48 AM, Kasun De Silva 
 kas...@wso2.com wrote:

 Congrats Rajith !!!

 *Kasun de Silva*
 Software Engineer | *WSO2 Inc.*; http://wso2.com
 lean.enterprise.middleware

 email   : kas...@wso2.com
 mobile : +94 77 794 4260


 On Fri, Sep 26, 2014 at 9:44 AM, Isuru Ranawaka 
 isu...@wso2.com wrote:

 Congrats Rajith

 On Fri, Sep 26, 2014 at 9:39 AM, Malintha Adikari 
 malin...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 9:11 AM, Kalpa Welivitigoda 
 kal...@wso2.com wrote:

 Congratulations Rajith !

 On Fri, Sep 26, 2014 at 9:08 AM, Rajkumar Rajaratnam 
 rajkum...@wso2.com wrote:

 Congratulations !!!

 On Fri, Sep 26, 2014 at 9:06 AM, Ayesha Dissanayaka 
 aye...@wso2.com wrote:

 Congratulations Rajith!!

 On Fri, Sep 26, 2014 at 9:04 AM, Yasassri Ratnayake 
 yasas...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 8:52 AM, Chamila Adhikarinayake
 chami...@wso2.com wrote:

 Congratulations!!

 On Fri, Sep 26, 2014 at 8:42 AM, Sajini De Silva 
 saj...@wso2.com wrote:

 Congratulations Rajith!!!

 On Fri, Sep 26, 2014 at 8:38 AM, Sameera Jayaratna 
 samee...@wso2.com wrote:

 Congratulations!!

 On Fri, Sep 26, 2014 at 8:36 AM, Thilini Shanika 
 thili...@wso2.com wrote:

 Congratulations !!

 On Fri, Sep 26, 2014 at 8:30 AM, Darshana
 Gunawardana darsh...@wso2.com wrote:

 Congratulations Rajith..!!

 On Fri, Sep 26, 2014 at 8:17 AM, Dunith Dhanushka
 dun...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 7:58 AM, Nipuni Perera 
 nip...@wso2.com wrote:

 Congratulations !!!



 On Fri, Sep 26, 2014 at 6:35 AM, Dakshika
 Jayathilaka daksh...@wso2.com wrote:

 Congratulation Rajith... !!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Fri, Sep 26, 2014 at 4:35 AM, Amila Maha
 Arachchi ami...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Rajith Siriwardena
 as a WSO2 Committer. Rajith is a member of WSO2 
 Cloud team and he has done
 a great contribution to WSO2 Cloud and has shown 
 great enthusiasm in his
 work. In recognition of his contribution, he has 
 been voted as a WSO2
 Committer.

 Rajith, welcome aboard and keep up the good
 work..

 Regards,
 Amila.

 --
 *Amila Maharachchi*
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com

 Blog: http://maharachchi.blogspot.com
 Mobile: +94719371446


 ___
 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




 --
 Nipuni Perera
 Software Engineer; WSO2 Inc.; http://wso2.com
 Email: nip...@wso2.com
 Git hub profile: https://github.com/nipuni
 Mobile: +94 (71) 5626680
 http://wso2.com


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




 --
 Regards,

 Dunith Dhanushka,
 Senior Software Engineer - BAM,
 WSO2 Inc,

 Mobile - +94 71 8615744
 Blog - dunithd.wordpress.com
 http://blog.dunith.com
 Twitter - @dunithd http://twitter.com/dunithd

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




 --
 Regards,


 *Darshana Gunawardana*Software 

Re: [Dev] WSO2 Commiters += Rajith Siriwardena

2014-09-28 Thread Anuruddha Premalal
Congratulations Ragith!!

On Mon, Sep 29, 2014 at 9:23 AM, Shashika Karunatilaka shashi...@wso2.com
wrote:

 Congratulations Rajith

 On Mon, Sep 29, 2014 at 9:13 AM, Inosh Perera ino...@wso2.com wrote:

 Congrats Rajith!!!

 On Mon, Sep 29, 2014 at 9:09 AM, Jayanga Dissanayake jaya...@wso2.com
 wrote:

 Congratulations Rajith...

 *Jayanga Dissanayake*
 Senior Software Engineer
 WSO2 Inc. - http://wso2.com/
 lean . enterprise . middleware
 email: jaya...@wso2.com
 mobile: +94772207259

 On Fri, Sep 26, 2014 at 6:00 PM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 11:55 AM, Suhan Dharmasuriya suh...@wso2.com
 wrote:

 Congratz Rajith!

 On Fri, Sep 26, 2014 at 11:21 AM, Manula Chathurika Thantriwatte 
 manu...@wso2.com wrote:

 Congratulations Rajith !!!

 On Fri, Sep 26, 2014 at 11:18 AM, Lasindu Charith lasi...@wso2.com
 wrote:

 Congratz Rajith ..!!!

 On Fri, Sep 26, 2014 at 10:33 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith! :-)

 On Fri, Sep 26, 2014 at 10:28 AM, Harsha Kumara hars...@wso2.com
 wrote:

 Congratulations Rajith!

 On Fri, Sep 26, 2014 at 10:19 AM, Gayashan Amarasinghe 
 gayas...@wso2.com wrote:

 Congratulations Rajith!!!

 On Fri, Sep 26, 2014 at 10:12 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 Congrats Rajith

 On Fri, Sep 26, 2014 at 10:04 AM, Roshan Wijesena 
 ros...@wso2.com wrote:

 Congrats Rajith..!!

 On Fri, Sep 26, 2014 at 9:59 AM, Ishara Cooray 
 isha...@wso2.com wrote:

 Congrats Rajith..!

 Ishara Cooray
 Senior Software Engineer
 Mobile : +9477 262 9512
 WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 On Fri, Sep 26, 2014 at 9:55 AM, Darshana Akalanka Pagoda
 Arachchi darsha...@wso2.com wrote:

 Congratulations Rajith...!!!

 On Fri, Sep 26, 2014 at 9:48 AM, Kasun De Silva 
 kas...@wso2.com wrote:

 Congrats Rajith !!!

 *Kasun de Silva*
 Software Engineer | *WSO2 Inc.*; http://wso2.com
 lean.enterprise.middleware

 email   : kas...@wso2.com
 mobile : +94 77 794 4260


 On Fri, Sep 26, 2014 at 9:44 AM, Isuru Ranawaka 
 isu...@wso2.com wrote:

 Congrats Rajith

 On Fri, Sep 26, 2014 at 9:39 AM, Malintha Adikari 
 malin...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 9:11 AM, Kalpa Welivitigoda 
 kal...@wso2.com wrote:

 Congratulations Rajith !

 On Fri, Sep 26, 2014 at 9:08 AM, Rajkumar Rajaratnam 
 rajkum...@wso2.com wrote:

 Congratulations !!!

 On Fri, Sep 26, 2014 at 9:06 AM, Ayesha Dissanayaka 
 aye...@wso2.com wrote:

 Congratulations Rajith!!

 On Fri, Sep 26, 2014 at 9:04 AM, Yasassri Ratnayake 
 yasas...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 8:52 AM, Chamila
 Adhikarinayake chami...@wso2.com wrote:

 Congratulations!!

 On Fri, Sep 26, 2014 at 8:42 AM, Sajini De Silva 
 saj...@wso2.com wrote:

 Congratulations Rajith!!!

 On Fri, Sep 26, 2014 at 8:38 AM, Sameera Jayaratna 
 samee...@wso2.com wrote:

 Congratulations!!

 On Fri, Sep 26, 2014 at 8:36 AM, Thilini Shanika 
 thili...@wso2.com wrote:

 Congratulations !!

 On Fri, Sep 26, 2014 at 8:30 AM, Darshana
 Gunawardana darsh...@wso2.com wrote:

 Congratulations Rajith..!!

 On Fri, Sep 26, 2014 at 8:17 AM, Dunith Dhanushka
 dun...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 7:58 AM, Nipuni Perera 
 nip...@wso2.com wrote:

 Congratulations !!!



 On Fri, Sep 26, 2014 at 6:35 AM, Dakshika
 Jayathilaka daksh...@wso2.com wrote:

 Congratulation Rajith... !!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Fri, Sep 26, 2014 at 4:35 AM, Amila Maha
 Arachchi ami...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Rajith Siriwardena
 as a WSO2 Committer. Rajith is a member of WSO2 
 Cloud team and he has done
 a great contribution to WSO2 Cloud and has shown 
 great enthusiasm in his
 work. In recognition of his contribution, he has 
 been voted as a WSO2
 Committer.

 Rajith, welcome aboard and keep up the good
 work..

 Regards,
 Amila.

 --
 *Amila Maharachchi*
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com

 Blog: http://maharachchi.blogspot.com
 Mobile: +94719371446



 ___
 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




 --
 Nipuni Perera
 Software Engineer; WSO2 Inc.; http://wso2.com
 Email: nip...@wso2.com
 Git hub profile: https://github.com/nipuni
 Mobile: +94 (71) 5626680
 http://wso2.com


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




 --
 Regards,

 Dunith Dhanushka,
 Senior Software Engineer - BAM,
 WSO2 Inc,

 Mobile - +94 71 8615744
 Blog - dunithd.wordpress.com
 http://blog.dunith.com
 Twitter - @dunithd http://twitter.com/dunithd

 ___
 Dev mailing list
 

Re: [Dev] Fault String Returned Instead of the Filtered Content

2014-09-28 Thread Rajith Vitharana
ping

On Tue, Sep 23, 2014 at 3:12 PM, Rajith Vitharana raji...@wso2.com wrote:

 Hi All,

 Regarding the jira [1].
 In DSS when using json output mapping we can filter out the output fields
 according to the person's role who invokes the service. If he have
 permission, those fields will be visible to them. If he doesn't have
 permission, only other fields will be visible to him. This is explained in
 [2]

 But as the jira says, this feature doesn't work in standalone pack.
 In wsdl file of the data service, these fields are marked as optional by
 adding 'minOccurs=0' attribute. But the GsonXMLStreamWriter.java class
 in axis2-json module doesn't consider this minOccurs attribute when
 converting the xml output to json. This causes the error mentioned in the
 jira [1].
 I have changed the source to avoid this situation and consider the
 minOccurs attribute when doing the conversion part. Is this the better
 way of resolving this problem? If so please review the code and commit to
 kernel patch 009.

 [1] - https://wso2.org/jira/browse/DS-963
 [2] - https://docs.wso2.com/display/DSS321/JSON+Mapping

 Thanks

 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/




-- 
Rajith Vitharana

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


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Rajith Vitharana
Congratulations Anuruddha ... :)

On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka daksh...@wso2.com
wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne dimut...@wso2.com
  wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown 
 great
 commitment. In recognition of his contribution, he has been voted as a 
 WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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




-- 
Rajith Vitharana

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


Re: [Dev] WSO2 Commiters += Rajith Siriwardena

2014-09-28 Thread Rajith Vitharana
Congratulations from one Rajith to the other  :)

On Fri, Sep 26, 2014 at 6:00 PM, Abimaran Kugathasan abima...@wso2.com
wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 11:55 AM, Suhan Dharmasuriya suh...@wso2.com
 wrote:

 Congratz Rajith!

 On Fri, Sep 26, 2014 at 11:21 AM, Manula Chathurika Thantriwatte 
 manu...@wso2.com wrote:

 Congratulations Rajith !!!

 On Fri, Sep 26, 2014 at 11:18 AM, Lasindu Charith lasi...@wso2.com
 wrote:

 Congratz Rajith ..!!!

 On Fri, Sep 26, 2014 at 10:33 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith! :-)

 On Fri, Sep 26, 2014 at 10:28 AM, Harsha Kumara hars...@wso2.com
 wrote:

 Congratulations Rajith!

 On Fri, Sep 26, 2014 at 10:19 AM, Gayashan Amarasinghe 
 gayas...@wso2.com wrote:

 Congratulations Rajith!!!

 On Fri, Sep 26, 2014 at 10:12 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 Congrats Rajith

 On Fri, Sep 26, 2014 at 10:04 AM, Roshan Wijesena ros...@wso2.com
 wrote:

 Congrats Rajith..!!

 On Fri, Sep 26, 2014 at 9:59 AM, Ishara Cooray isha...@wso2.com
 wrote:

 Congrats Rajith..!

 Ishara Cooray
 Senior Software Engineer
 Mobile : +9477 262 9512
 WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 On Fri, Sep 26, 2014 at 9:55 AM, Darshana Akalanka Pagoda
 Arachchi darsha...@wso2.com wrote:

 Congratulations Rajith...!!!

 On Fri, Sep 26, 2014 at 9:48 AM, Kasun De Silva kas...@wso2.com
  wrote:

 Congrats Rajith !!!

 *Kasun de Silva*
 Software Engineer | *WSO2 Inc.*; http://wso2.com
 lean.enterprise.middleware

 email   : kas...@wso2.com
 mobile : +94 77 794 4260


 On Fri, Sep 26, 2014 at 9:44 AM, Isuru Ranawaka 
 isu...@wso2.com wrote:

 Congrats Rajith

 On Fri, Sep 26, 2014 at 9:39 AM, Malintha Adikari 
 malin...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 9:11 AM, Kalpa Welivitigoda 
 kal...@wso2.com wrote:

 Congratulations Rajith !

 On Fri, Sep 26, 2014 at 9:08 AM, Rajkumar Rajaratnam 
 rajkum...@wso2.com wrote:

 Congratulations !!!

 On Fri, Sep 26, 2014 at 9:06 AM, Ayesha Dissanayaka 
 aye...@wso2.com wrote:

 Congratulations Rajith!!

 On Fri, Sep 26, 2014 at 9:04 AM, Yasassri Ratnayake 
 yasas...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 8:52 AM, Chamila Adhikarinayake 
 chami...@wso2.com wrote:

 Congratulations!!

 On Fri, Sep 26, 2014 at 8:42 AM, Sajini De Silva 
 saj...@wso2.com wrote:

 Congratulations Rajith!!!

 On Fri, Sep 26, 2014 at 8:38 AM, Sameera Jayaratna 
 samee...@wso2.com wrote:

 Congratulations!!

 On Fri, Sep 26, 2014 at 8:36 AM, Thilini Shanika 
 thili...@wso2.com wrote:

 Congratulations !!

 On Fri, Sep 26, 2014 at 8:30 AM, Darshana Gunawardana
 darsh...@wso2.com wrote:

 Congratulations Rajith..!!

 On Fri, Sep 26, 2014 at 8:17 AM, Dunith Dhanushka 
 dun...@wso2.com wrote:

 Congrats Rajith!

 On Fri, Sep 26, 2014 at 7:58 AM, Nipuni Perera 
 nip...@wso2.com wrote:

 Congratulations !!!



 On Fri, Sep 26, 2014 at 6:35 AM, Dakshika
 Jayathilaka daksh...@wso2.com wrote:

 Congratulation Rajith... !!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Fri, Sep 26, 2014 at 4:35 AM, Amila Maha
 Arachchi ami...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Rajith Siriwardena as
 a WSO2 Committer. Rajith is a member of WSO2 Cloud 
 team and he has done a
 great contribution to WSO2 Cloud and has shown 
 great enthusiasm in his
 work. In recognition of his contribution, he has 
 been voted as a WSO2
 Committer.

 Rajith, welcome aboard and keep up the good
 work..

 Regards,
 Amila.

 --
 *Amila Maharachchi*
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com

 Blog: http://maharachchi.blogspot.com
 Mobile: +94719371446


 ___
 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




 --
 Nipuni Perera
 Software Engineer; WSO2 Inc.; http://wso2.com
 Email: nip...@wso2.com
 Git hub profile: https://github.com/nipuni
 Mobile: +94 (71) 5626680
 http://wso2.com


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




 --
 Regards,

 Dunith Dhanushka,
 Senior Software Engineer - BAM,
 WSO2 Inc,

 Mobile - +94 71 8615744
 Blog - dunithd.wordpress.com
 http://blog.dunith.com
 Twitter - @dunithd http://twitter.com/dunithd

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




 --
 Regards,


 *Darshana Gunawardana*Software Engineer
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com darsh...@wso2.com*
 *Mobile: +94718566859 %2B94718566859*Lean .
 Enterprise . Middleware

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




 --
 Thilini Shanika
 Software Engineer
 

Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Dinesh J Weerakkody
Congratulations..

On Mon, Sep 29, 2014 at 9:43 AM, Rajith Vitharana raji...@wso2.com wrote:

 Congratulations Anuruddha ... :)

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka daksh...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown 
 great
 commitment. In recognition of his contribution, he has been voted as a 
 WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

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




-- 

*Dinesh J. Weerakkody*
Software Engineer
WSO2 Inc.
lean | enterprise | middleware
M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 DSS logs out before session timeout

2014-09-28 Thread Chamin Nalinda
I'm using the latest version (i.e. 3.2.1) and I'm going to  post this to
dev mail.



On Fri, Sep 26, 2014 at 5:52 PM, Shani Ranasinghe sh...@wso2.com wrote:

 Hi Chamin,

 These type of queries should be sent to the dev@ mailing list. Hence
 adding.

 Regarding your query, you are probably using the try it tool on DSS 3.1.1
 is it? If so, it is a known issue.

 There are issues reported against this.  [1]

 [1]
 https://wso2.org/jira/browse/WSAS-1549?jql=text%20~%20%22ERROR%20org.wso2.carbon.statistics.ui.StatisticsAdminClient%20Cannot%20get%20service%20stats%22
 https://wso2.org/jira/browse/WSAS-1549?jql=text%20%7E%20%22ERROR%20org.wso2.carbon.statistics.ui.StatisticsAdminClient%20Cannot%20get%20service%20stats%22

 You can refer the mailing thread [Dev] DSS:The input stream for an
 incoming message is null, where the same issue has been discussed.




 On Fri, Sep 26, 2014 at 11:33 AM, Chamin Nalinda cha...@wso2.com wrote:

 What is the reason behind WSO2 DSS to sign out automatically before the
 session timeout (i.e. 15 minutes)

 When ever I try to navigate to a new sample after completing one, DSS has
 logged out automatically.

 Can someone explain this ? ( I reckon this is not an error or something
 :) )

 --
 *Chamin Nalinda*

 Intern - Engineering
 WSO2 Inc. http://www.wso2.com
 lean.enterprise.middleware

 Mobile: (+94) 77 241 66 04
 Linkedin: https://www.linkedin.com/in/chaminnalinda
 Web: http://www.ckreativity.com




 --
 Thanks and Regards
 *,Shani Ranasinghe*
 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 77 2273555
 linked in: lk.linkedin.com/pub/shani-ranasinghe/34/111/ab




-- 
*Chamin Nalinda*

Intern - Engineering
WSO2 Inc. http://www.wso2.com
lean.enterprise.middleware

Mobile: (+94) 77 241 66 04
Linkedin: https://www.linkedin.com/in/chaminnalinda
Web: http://www.ckreativity.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 DSS logs out before session timeout

2014-09-28 Thread Chamin Nalinda
What is the reason behind WSO2 DSS to sign out automatically before the
session timeout (i.e. 15 minutes)

When ever I try to navigate to a new sample after completing one, DSS has
logged out automatically.

I'm using the latest version of DSS (i.e. 3.2.1)

-- 
*Chamin Nalinda*

Intern - Engineering
WSO2 Inc. http://www.wso2.com
lean.enterprise.middleware

Mobile: (+94) 77 241 66 04
Linkedin: https://www.linkedin.com/in/chaminnalinda
Web: http://www.ckreativity.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Java file with no content

2014-09-28 Thread Harsha Thirimanna
These classes still in the git hub also.


*Harsha Thirimanna*
Senior Software Engineer; WSO2, Inc.; http://wso2.com
* http://www.apache.org/*
*email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  , +94 *
*774617784twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
*harshathirimannlinked-in: **http:
http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

*Lean . Enterprise . Middleware*


On Sat, Sep 27, 2014 at 8:08 PM, Harsha Thirimanna hars...@wso2.com wrote:



 *[2] 
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/MemoryAppender.java
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/MemoryAppender.java*



 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  ,
 +94 *
 *774617784twitter: **http://twitter.com/
 http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Sat, Sep 27, 2014 at 8:01 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi All,

 This java file doesn't have any content (from r107258). I think we can
 remove this file.

 [1]
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/CircularBuffer.java

 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  ,
 +94 *
 *774617784twitter: **http://twitter.com/
 http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*



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


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Abimaran Kugathasan
Congrats!

On Mon, Sep 29, 2014 at 9:52 AM, Dinesh J Weerakkody dine...@wso2.com
wrote:

 Congratulations..

 On Mon, Sep 29, 2014 at 9:43 AM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Anuruddha ... :)

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka daksh...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown 
 great
 commitment. In recognition of his contribution, he has been voted as a 
 WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

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




 --

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com

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




-- 
Thanks
Abimaran Kugathasan

Software Engineer | WSO2 Inc
Data  APIs Technologies Team
Mobile : +94 77 1708229

http://stackoverflow.com/users/515034
http://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


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Gayashan Amarasinghe
Congratulations Anuruddha!!!

On Mon, Sep 29, 2014 at 10:02 AM, Abimaran Kugathasan abima...@wso2.com
wrote:

 Congrats!

 On Mon, Sep 29, 2014 at 9:52 AM, Dinesh J Weerakkody dine...@wso2.com
 wrote:

 Congratulations..

 On Mon, Sep 29, 2014 at 9:43 AM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Anuruddha ... :)

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka daksh...@wso2.com
  wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com
 wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown 
 great
 commitment. In recognition of his contribution, he has been voted as a 
 WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

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




 --

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com

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




 --
 Thanks
 Abimaran Kugathasan

 Software Engineer | WSO2 Inc
 Data  APIs Technologies Team
 Mobile : +94 77 1708229

 http://stackoverflow.com/users/515034
 http://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




-- 
*Gayashan Amarasinghe*
Software Engineer | Platform TG
WSO2, Inc. | http://wso2.com
lean. enterprise. middleware

Mobile : +94718314517
Blog : gayashan-a.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Sajini De Silva
Congratulations Anuruddha !!!

On Mon, Sep 29, 2014 at 10:02 AM, Abimaran Kugathasan abima...@wso2.com
wrote:

 Congrats!

 On Mon, Sep 29, 2014 at 9:52 AM, Dinesh J Weerakkody dine...@wso2.com
 wrote:

 Congratulations..

 On Mon, Sep 29, 2014 at 9:43 AM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Anuruddha ... :)

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka daksh...@wso2.com
  wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com
 wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
 wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown 
 great
 commitment. In recognition of his contribution, he has been voted as a 
 WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

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




 --

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com

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




 --
 Thanks
 Abimaran Kugathasan

 Software Engineer | WSO2 Inc
 Data  APIs Technologies Team
 Mobile : +94 77 1708229

 http://stackoverflow.com/users/515034
 http://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




-- 
Sajini De SIlva
Software 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
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Kalpa Welivitigoda
Congratulations Anuruddha ! :-)

On Mon, Sep 29, 2014 at 10:17 AM, Sajini De Silva saj...@wso2.com wrote:

 Congratulations Anuruddha !!!

 On Mon, Sep 29, 2014 at 10:02 AM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats!

 On Mon, Sep 29, 2014 at 9:52 AM, Dinesh J Weerakkody dine...@wso2.com
 wrote:

 Congratulations..

 On Mon, Sep 29, 2014 at 9:43 AM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Anuruddha ... :)

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com
 wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
  wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown 
 great
 commitment. In recognition of his contribution, he has been voted as 
 a WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

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




 --

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com

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




 --
 Thanks
 Abimaran Kugathasan

 Software Engineer | WSO2 Inc
 Data  APIs Technologies Team
 Mobile : +94 77 1708229

 http://stackoverflow.com/users/515034
 http://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




 --
 Sajini De SIlva
 Software 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


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




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


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Thilini Shanika
Congratulations !!

On Mon, Sep 29, 2014 at 10:16 AM, Gayashan Amarasinghe gayas...@wso2.com
wrote:

 Congratulations Anuruddha!!!

 On Mon, Sep 29, 2014 at 10:02 AM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats!

 On Mon, Sep 29, 2014 at 9:52 AM, Dinesh J Weerakkody dine...@wso2.com
 wrote:

 Congratulations..

 On Mon, Sep 29, 2014 at 9:43 AM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Anuruddha ... :)

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com
 wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena raj...@wso2.com
  wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2 Committer.
 Anuruddha has contributed immensely to WSO2 App Factory and has shown 
 great
 commitment. In recognition of his contribution, he has been voted as 
 a WSO2
 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

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




 --

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com

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




 --
 Thanks
 Abimaran Kugathasan

 Software Engineer | WSO2 Inc
 Data  APIs Technologies Team
 Mobile : +94 77 1708229

 http://stackoverflow.com/users/515034
 http://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




 --
 *Gayashan Amarasinghe*
 Software Engineer | Platform TG
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com

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




-- 
Thilini Shanika
Software Engineer
WSO2, Inc.; http://wso2.com
20, Palmgrove Avenue, Colombo 3

E-mail: tgtshan...@gmail.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Harsha Kumara
Congratz Anuruddha!

On Mon, Sep 29, 2014 at 10:19 AM, Kalpa Welivitigoda kal...@wso2.com
wrote:

 Congratulations Anuruddha ! :-)

 On Mon, Sep 29, 2014 at 10:17 AM, Sajini De Silva saj...@wso2.com wrote:

 Congratulations Anuruddha !!!

 On Mon, Sep 29, 2014 at 10:02 AM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats!

 On Mon, Sep 29, 2014 at 9:52 AM, Dinesh J Weerakkody dine...@wso2.com
 wrote:

 Congratulations..

 On Mon, Sep 29, 2014 at 9:43 AM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Anuruddha ... :)

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com
 wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena 
 raj...@wso2.com wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2
 Committer. Anuruddha has contributed immensely to WSO2 App
 Factory and has shown great commitment. In recognition of his 
 contribution,
 he has been voted as a WSO2 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

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




 --

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com

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




 --
 Thanks
 Abimaran Kugathasan

 Software Engineer | WSO2 Inc
 Data  APIs Technologies Team
 Mobile : +94 77 1708229

 http://stackoverflow.com/users/515034
 http://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




 --
 Sajini De SIlva
 Software 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


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




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




-- 
Harsha Kumara
Software Engineer, WSO2 Inc.
Mobile: +94775505618
Blog:harshcreationz.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [WSO2 MB] - A comprehensive Client for Testing

2014-09-28 Thread Ramith Jayasinghe
Hi,
 Nice !!! Can this be documented (article and/or Documentation)

regards
Ramith

On Sun, Sep 28, 2014 at 7:43 PM, Hasitha Hiranya hasit...@wso2.com wrote:

 Hi,

 I wrote a comprehensive client to send/receive and analyse JMS messages to
 WSO2 MB.
 It is easy to use - go to bin folder and execute andesClient script with
 parameters
 Please find the source at [1]. You might need to put and rebuild with
 latest andes-client when using.
 Following are the operations supported with example commands to run in
 terminal

 First parameter is *mode*.

 send - send messages to queues/topic
 receive - receive messages
 browse - browse messages for queues
 purge   - purge messages of a queue
 analyse - analyse received data for missing messages, duplications,
 message orders etc
 cassandra - analyse cassandra data connecting to cassandra via hector


- if mode is send/receive other parameters should be


 hosts host1:port,host2:port;
 destinations queue:q1,q2,q3|topic:t1,t2,t3; (recommended to use only
 queues or topic at once)
 printNumberOfMessagesPer 100 (this will set how often to print the
 message count.)
 isToPrintEachMessage false
 numOfSecondsToRun 600
 count 1000;
 numOfThreads 5;
 params
 listener=true,durable=false,subscriptionID=sub1,file=,ackMode=AUTO,delayBetweenMsg=200,stopAfter=12,ackAfterEach=300,commitAfterEach=300,rollbackAfterEach=400,unsubscribeAfter=500
 (all parameters are optional)
 connectionString (optional - if given it will override the connection
 string made by username/password/host/port. This is useful for failover
 testing)

 example command:
 *sh andesClient.sh receive 127.0.0.1:5672 http://127.0.0.1:5672
 queue:myQueue1 1 true 100 1000 1
 listener=true,ackMode=1,delayBetweenMsg=0,stopAfter=1000 *


 parameters are always key-value pairs. Be sure not to input a key
 without a value (eg: file=). Instead get rid of key.


- if mode is browse other parameters should be

 mode browse
   host Name And Port localhost:5672
   destination myQueue
   print Number Of Messages Per 100
   is To Print Each Message false

 example command
 *sh andesClient.sh browse localhost:5672 myQueue 100 false*

 NOTE: more than one hostname or more than one queue is not supported


- if mode is purge other parameters should be

 mode purge
  host name and port localhost:5673
  destination myQueue


- if mode is analyse other parameters should be

 printMessages - print messages received
 printDuplicates - print duplicate messages if any
 printMissing - print missing messages given the number of messages expected
 printSorted - print received messages in sorted order
 checkOrder - check if messages are in oder. This gives the place where
 order is broken if order is broken
 clearFile (for printMissing pass how many messages were expected)

 Note: if you send messages from a file this is not supported


- if mode is cassandra other parameters should be


 connectionString  - host:port:username:password  (optional - if not
 given assume localhost:9160:admin:admin)
 operation - gq globalQueueName / nq nodeQueueName / tnq
 topicNodeQueueName / count queueName / content / metadata / subscribers
 /hash destination
 and other parameters as necessary

 gq - get global queue info  (cassandra 10.100.1.146:9160:admin:admin
 gq GlobalQueue_1)
 nq - get node queue info(cassandra 10.100.1.146:9160:admin:admin
 nq NodeQueue_1)
 tnq - get topic node queue info  (cassandra 10.100.1.146:9160:admin:admin
 tnq TopicNodeQueue_1)
 count - get cassandra message count for queue
 content - list content info
 metadata - list metadata info
 subscribers - list topic subscribers info
 hash - get the global queue name a given destination is hashed to

 NOTE: more than one hostname or more than one queue is not supported

 [1]. http://svn.wso2.org/repos/wso2/people/hasithah/MBTestProjectNew

 Thanks

 --
 *Hasitha Abeykoon*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 *cell:* *+94 719363063*
 *blog: **abeykoon.blogspot.com* http://abeykoon.blogspot.com


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




-- 
Ramith Jayasinghe
Technical Lead
WSO2 Inc., http://wso2.com
lean.enterprise.middleware

E: ram...@wso2.com
P: +94 777542851
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Out of sequence response Exception in Thrift client

2014-09-28 Thread Sajini De Silva
HI Manoj,

In my client class i have four methods which will be calling to thrift
server parallely. You can find the code from [1].

[1]
https://github.com/sajinidesilva/andes/blob/slots_Imp/modules/andes-core/broker/src/main/java/org/wso2/andes/server/slot/thrift/MBThriftClient.java


Thank you,
Sajini.

On Sat, Sep 27, 2014 at 12:56 PM, Manoj Gunawardena man...@wso2.com wrote:

 Hi Sajini,

 Its better to use Java ReentrantLock
 http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/ReentrantLock.html
 rather than synchronized blocks. Can you Please share the code, which you
 get this exception.


 Thanks

 On Fri, Sep 26, 2014 at 2:18 PM, Sajini De Silva saj...@wso2.com wrote:

 Hi,

 Synchronizing methods in client side solved this problem.

 Thank you,
 Sajini.

 On Fri, Sep 26, 2014 at 12:15 PM, Sajini De Silva saj...@wso2.com
 wrote:

 Hi,

 I'm getting following exception in a java thrift client when doing a
 server call.

 org.apache.thrift.TApplicationException: getSlotInfo failed: out of
 sequence response
 at
 org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:76)
 at
 org.wso2.andes.server.slot.thrift.gen.SlotManagementService$Client.recv_getSlotInfo(SlotManagementService.java:90)
 at
 org.wso2.andes.server.slot.thrift.gen.SlotManagementService$Client.getSlotInfo(SlotManagementService.java:76)
 at
 org.wso2.andes.server.slot.thrift.MBThriftClient.getSlot(MBThriftClient.java:55)
 at
 org.wso2.andes.server.slot.SlotDeliveryWorker.run(SlotDeliveryWorker.java:96)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:662)

 Does anybody know the cause for this exception?


 --
 Sajini De SIlva
 Software 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




 --
 Sajini De SIlva
 Software 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


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




 --
 Manoj Gunawardena
 Tech Lead
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 2291643




-- 
Sajini De SIlva
Software 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
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Rajkumar Rajaratnam
Congrats!!

On Mon, Sep 29, 2014 at 10:25 AM, Harsha Kumara hars...@wso2.com wrote:

 Congratz Anuruddha!

 On Mon, Sep 29, 2014 at 10:19 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Anuruddha ! :-)

 On Mon, Sep 29, 2014 at 10:17 AM, Sajini De Silva saj...@wso2.com
 wrote:

 Congratulations Anuruddha !!!

 On Mon, Sep 29, 2014 at 10:02 AM, Abimaran Kugathasan abima...@wso2.com
  wrote:

 Congrats!

 On Mon, Sep 29, 2014 at 9:52 AM, Dinesh J Weerakkody dine...@wso2.com
 wrote:

 Congratulations..

 On Mon, Sep 29, 2014 at 9:43 AM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Anuruddha ... :)

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com
 wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena 
 raj...@wso2.com wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2
 Committer. Anuruddha has contributed immensely to WSO2 App
 Factory and has shown great commitment. In recognition of his 
 contribution,
 he has been voted as a WSO2 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

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




 --

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com

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




 --
 Thanks
 Abimaran Kugathasan

 Software Engineer | WSO2 Inc
 Data  APIs Technologies Team
 Mobile : +94 77 1708229

 http://stackoverflow.com/users/515034
 http://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




 --
 Sajini De SIlva
 Software 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


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




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




 --
 Harsha Kumara
 Software Engineer, WSO2 Inc.
 Mobile: +94775505618
 Blog:harshcreationz.blogspot.com

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




-- 
Rajkumar Rajaratnam
Software Engineer | WSO2, Inc.
Mobile +94777568639 | +94783498120
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Java file with no content

2014-09-28 Thread Gayashan Amarasinghe
I'm also seeing the following two files [1] [2] in the Github repo. Seems
like they are 8 months old! We'll remove them from the GitHub.

Thanks Harsha.

[1]
https://github.com/wso2-dev/carbon4-kernel/blob/master/core/org.wso2.carbon.utils/src/main/java/org/wso2/carbon/utils/CircularBuffer.java
https://github.com/GayashanNA/carbon4-kernel/blob/master/core/org.wso2.carbon.utils/src/main/java/org/wso2/carbon/utils/CircularBuffer.java
[2]
https://github.com/wso2-dev/carbon4-kernel/blob/master/core/org.wso2.carbon.utils/src/main/java/org/wso2/carbon/utils/MemoryAppender.java
https://github.com/GayashanNA/carbon4-kernel/blob/master/core/org.wso2.carbon.utils/src/main/java/org/wso2/carbon/utils/MemoryAppender.java

/Gayashan

On Mon, Sep 29, 2014 at 9:55 AM, Harsha Thirimanna hars...@wso2.com wrote:

 These classes still in the git hub also.


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  ,
 +94 *
 *774617784twitter: **http://twitter.com/
 http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Sat, Sep 27, 2014 at 8:08 PM, Harsha Thirimanna hars...@wso2.com
 wrote:



 *[2] 
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/MemoryAppender.java
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/MemoryAppender.java*



 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  ,
 +94 *
 *774617784twitter: **http://twitter.com/
 http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Sat, Sep 27, 2014 at 8:01 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi All,

 This java file doesn't have any content (from r107258). I think we can
 remove this file.

 [1]
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/CircularBuffer.java

 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  ,
 +94 *
 *774617784twitter: **http://twitter.com/
 http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*




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




-- 
*Gayashan Amarasinghe*
Software Engineer | Platform TG
WSO2, Inc. | http://wso2.com
lean. enterprise. middleware

Mobile : +94718314517
Blog : gayashan-a.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Awanthika Senarath
Congratulations Anuruddha!!!

regards
/Awanthika

On Sun, Sep 28, 2014 at 10:09 PM, Rajkumar Rajaratnam rajkum...@wso2.com
wrote:

 Congrats!!

 On Mon, Sep 29, 2014 at 10:25 AM, Harsha Kumara hars...@wso2.com wrote:

 Congratz Anuruddha!

 On Mon, Sep 29, 2014 at 10:19 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Anuruddha ! :-)

 On Mon, Sep 29, 2014 at 10:17 AM, Sajini De Silva saj...@wso2.com
 wrote:

 Congratulations Anuruddha !!!

 On Mon, Sep 29, 2014 at 10:02 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Mon, Sep 29, 2014 at 9:52 AM, Dinesh J Weerakkody dine...@wso2.com
  wrote:

 Congratulations..

 On Mon, Sep 29, 2014 at 9:43 AM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Anuruddha ... :)

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com
 wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena 
 raj...@wso2.com wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2
 Committer. Anuruddha has contributed immensely to WSO2 App
 Factory and has shown great commitment. In recognition of his 
 contribution,
 he has been voted as a WSO2 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

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




 --

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com

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




 --
 Thanks
 Abimaran Kugathasan

 Software Engineer | WSO2 Inc
 Data  APIs Technologies Team
 Mobile : +94 77 1708229

 http://stackoverflow.com/users/515034
 http://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




 --
 Sajini De SIlva
 Software 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


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




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




 --
 Harsha Kumara
 Software Engineer, WSO2 Inc.
 Mobile: +94775505618
 Blog:harshcreationz.blogspot.com

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




 --
 Rajkumar Rajaratnam
 Software Engineer | WSO2, Inc.
 Mobile +94777568639 | +94783498120

 ___
 Dev mailing list
 Dev@wso2.org
 

Re: [Dev] [WSO2 MB] - A comprehensive Client for Testing

2014-09-28 Thread Hasitha Hiranya
Hi Krishantha,

We are already using this for MB test cases.
Need to decide if we are shipping this with the pack.

Thanks

On Mon, Sep 29, 2014 at 10:44 AM, Krishantha Samaraweera 
krishan...@wso2.com wrote:

 +1 this is very helpful, We can integrated this with MB integration tests,
 and write some tests around this CLI tool (may be we can skip the CLI part
 and directly go though Java). BTW are we going to ship this tool with MB ?

 Having bat script would helpful for windows users in future.

 Thanks,
 Krishantha.



 On Mon, Sep 29, 2014 at 10:32 AM, Ramith Jayasinghe ram...@wso2.com
 wrote:

 Hi,
  Nice !!! Can this be documented (article and/or Documentation)

 regards
 Ramith

 On Sun, Sep 28, 2014 at 7:43 PM, Hasitha Hiranya hasit...@wso2.com
 wrote:

 Hi,

 I wrote a comprehensive client to send/receive and analyse JMS messages
 to WSO2 MB.
 It is easy to use - go to bin folder and execute andesClient script with
 parameters
 Please find the source at [1]. You might need to put and rebuild with
 latest andes-client when using.
 Following are the operations supported with example commands to run in
 terminal

 First parameter is *mode*.

 send - send messages to queues/topic
 receive - receive messages
 browse - browse messages for queues
 purge   - purge messages of a queue
 analyse - analyse received data for missing messages, duplications,
 message orders etc
 cassandra - analyse cassandra data connecting to cassandra via hector


- if mode is send/receive other parameters should be


 hosts host1:port,host2:port;
 destinations queue:q1,q2,q3|topic:t1,t2,t3; (recommended to use only
 queues or topic at once)
 printNumberOfMessagesPer 100 (this will set how often to print the
 message count.)
 isToPrintEachMessage false
 numOfSecondsToRun 600
 count 1000;
 numOfThreads 5;
 params
 listener=true,durable=false,subscriptionID=sub1,file=,ackMode=AUTO,delayBetweenMsg=200,stopAfter=12,ackAfterEach=300,commitAfterEach=300,rollbackAfterEach=400,unsubscribeAfter=500
 (all parameters are optional)
 connectionString (optional - if given it will override the
 connection string made by username/password/host/port. This is useful for
 failover testing)

 example command:
 *sh andesClient.sh receive 127.0.0.1:5672 http://127.0.0.1:5672
 queue:myQueue1 1 true 100 1000 1
 listener=true,ackMode=1,delayBetweenMsg=0,stopAfter=1000 *


 parameters are always key-value pairs. Be sure not to input a key
 without a value (eg: file=). Instead get rid of key.


- if mode is browse other parameters should be

 mode browse
   host Name And Port localhost:5672
   destination myQueue
   print Number Of Messages Per 100
   is To Print Each Message false

 example command
 *sh andesClient.sh browse localhost:5672 myQueue 100 false*

 NOTE: more than one hostname or more than one queue is not supported


- if mode is purge other parameters should be

 mode purge
  host name and port localhost:5673
  destination myQueue


- if mode is analyse other parameters should be

 printMessages - print messages received
 printDuplicates - print duplicate messages if any
 printMissing - print missing messages given the number of messages
 expected
 printSorted - print received messages in sorted order
 checkOrder - check if messages are in oder. This gives the place where
 order is broken if order is broken
 clearFile (for printMissing pass how many messages were expected)

 Note: if you send messages from a file this is not supported


- if mode is cassandra other parameters should be


 connectionString  - host:port:username:password  (optional - if not
 given assume localhost:9160:admin:admin)
 operation - gq globalQueueName / nq nodeQueueName / tnq
 topicNodeQueueName / count queueName / content / metadata / subscribers
 /hash destination
 and other parameters as necessary

 gq - get global queue info  (cassandra 10.100.1.146:9160:admin:admin
 gq GlobalQueue_1)
 nq - get node queue info(cassandra 10.100.1.146:9160:admin:admin
 nq NodeQueue_1)
 tnq - get topic node queue info  (cassandra 
 10.100.1.146:9160:admin:admin
 tnq TopicNodeQueue_1)
 count - get cassandra message count for queue
 content - list content info
 metadata - list metadata info
 subscribers - list topic subscribers info
 hash - get the global queue name a given destination is hashed to

 NOTE: more than one hostname or more than one queue is not supported

 [1]. http://svn.wso2.org/repos/wso2/people/hasithah/MBTestProjectNew

 Thanks

 --
 *Hasitha Abeykoon*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 *cell:* *+94 719363063*
 *blog: **abeykoon.blogspot.com* http://abeykoon.blogspot.com


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




 --
 Ramith Jayasinghe
 Technical Lead
 WSO2 Inc., http://wso2.com
 

[Dev] [Appfactory] unsatisfied items

2014-09-28 Thread Godwin Amila Shrimal
Hi,

I made some changes in *org.wso2.carbon.appfactory.repository (2.0.1) *carbon
component and patched in the AF server in 192.168.16.2. It gives following
error when starting the server. BTW I build the original source without any
modification and patched the same AF server and given the same error.
What can be the reason for this ?


TID: [0] [Carbon] [2014-09-29 10:35:56,705]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
delayed due to the following unsatisfied items:
{org.wso2.carbon.core.init.CarbonServerManager}
TID: [0] [Carbon] [2014-09-29 10:35:56,707]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
OSGiAxis2Service: org.wso2.carbon.appfactory.repository.mgt.service-2.0.1
{org.wso2.carbon.core.init.CarbonServerManager}



Thanks
Godwin


-- 
*Godwin Amila Shrimal*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94772264165*
linkedin: *http://lnkd.in/KUum6D http://lnkd.in/KUum6D*
twitter: https://twitter.com/godwinamila
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Appfactory] unsatisfied items

2014-09-28 Thread Danushka Fernando
Hi Goodwin
Can you attach your diff here. Will have a look.

Thanks  Regards
Danushka Fernando
Software Engineer
WSO2 inc. http://wso2.com/
Mobile : +94716332729

On Mon, Sep 29, 2014 at 10:53 AM, Godwin Amila Shrimal god...@wso2.com
wrote:

 Hi,

 I made some changes in *org.wso2.carbon.appfactory.repository (2.0.1) *carbon
 component and patched in the AF server in 192.168.16.2. It gives following
 error when starting the server. BTW I build the original source without any
 modification and patched the same AF server and given the same error.
 What can be the reason for this ?


 TID: [0] [Carbon] [2014-09-29 10:35:56,705]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
 delayed due to the following unsatisfied items:
 {org.wso2.carbon.core.init.CarbonServerManager}
 TID: [0] [Carbon] [2014-09-29 10:35:56,707]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
 OSGiAxis2Service: org.wso2.carbon.appfactory.repository.mgt.service-2.0.1
 {org.wso2.carbon.core.init.CarbonServerManager}



 Thanks
 Godwin


 --
 *Godwin Amila Shrimal*
 Senior Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94772264165*
 linkedin: *http://lnkd.in/KUum6D http://lnkd.in/KUum6D*
 twitter: https://twitter.com/godwinamila

 ___
 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] Java file with no content

2014-09-28 Thread Aruna Karunarathna
Hi Harsha,

Created a JIRA to track the empty files [1].

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

Regards,
Aruna

On Mon, Sep 29, 2014 at 10:38 AM, Gayashan Amarasinghe gayas...@wso2.com
wrote:

 I'm also seeing the following two files [1] [2] in the Github repo. Seems
 like they are 8 months old! We'll remove them from the GitHub.

 Thanks Harsha.

 [1]
 https://github.com/wso2-dev/carbon4-kernel/blob/master/core/org.wso2.carbon.utils/src/main/java/org/wso2/carbon/utils/CircularBuffer.java
 https://github.com/GayashanNA/carbon4-kernel/blob/master/core/org.wso2.carbon.utils/src/main/java/org/wso2/carbon/utils/CircularBuffer.java
 [2]
 https://github.com/wso2-dev/carbon4-kernel/blob/master/core/org.wso2.carbon.utils/src/main/java/org/wso2/carbon/utils/MemoryAppender.java
 https://github.com/GayashanNA/carbon4-kernel/blob/master/core/org.wso2.carbon.utils/src/main/java/org/wso2/carbon/utils/MemoryAppender.java

 /Gayashan

 On Mon, Sep 29, 2014 at 9:55 AM, Harsha Thirimanna hars...@wso2.com
 wrote:

 These classes still in the git hub also.


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  ,
 +94 *
 *774617784twitter: **http://twitter.com/
 http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Sat, Sep 27, 2014 at 8:08 PM, Harsha Thirimanna hars...@wso2.com
 wrote:



 *[2] 
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/MemoryAppender.java
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/MemoryAppender.java*



 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  ,
 +94 *
 *774617784twitter: **http://twitter.com/
 http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Sat, Sep 27, 2014 at 8:01 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi All,

 This java file doesn't have any content (from r107258). I think we can
 remove this file.

 [1]
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/CircularBuffer.java

 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  ,
 +94 *
 *774617784twitter: **http://twitter.com/
 http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*




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




 --
 *Gayashan Amarasinghe*
 Software Engineer | Platform TG
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com




-- 

*Aruna Sujith Karunarathna* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 9040362 | Work: +94 112145345
Email: ar...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Appfactory] unsatisfied items

2014-09-28 Thread Godwin Amila Shrimal
Hi Dhanushka,

I have attached the diff of the changed code, BTW as I mentioned in my
previous email, same error comes when I build the source without any
modification and patch it. we are using [1] code base for this.

[1]https://svn.wso2.org/repos/wso2/scratch/appfactory_2.0.0
https://www.google.com/url?q=https%3A%2F%2Fsvn.wso2.org%2Frepos%2Fwso2%2Fscratch%2Fappfactory_2.0.0sa=Dsntz=1usg=AFQjCNFHchBgbSmU5QMft9ImvOzmgP1mww


On Mon, Sep 29, 2014 at 10:55 AM, Danushka Fernando danush...@wso2.com
wrote:

 Hi Goodwin
 Can you attach your diff here. Will have a look.

 Thanks  Regards
 Danushka Fernando
 Software Engineer
 WSO2 inc. http://wso2.com/
 Mobile : +94716332729

 On Mon, Sep 29, 2014 at 10:53 AM, Godwin Amila Shrimal god...@wso2.com
 wrote:

 Hi,

 I made some changes in *org.wso2.carbon.appfactory.repository (2.0.1) *carbon
 component and patched in the AF server in 192.168.16.2. It gives following
 error when starting the server. BTW I build the original source without any
 modification and patched the same AF server and given the same error.
 What can be the reason for this ?


 TID: [0] [Carbon] [2014-09-29 10:35:56,705]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
 delayed due to the following unsatisfied items:
 {org.wso2.carbon.core.init.CarbonServerManager}
 TID: [0] [Carbon] [2014-09-29 10:35:56,707]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
 OSGiAxis2Service: org.wso2.carbon.appfactory.repository.mgt.service-2.0.1
 {org.wso2.carbon.core.init.CarbonServerManager}



 Thanks
 Godwin


 --
 *Godwin Amila Shrimal*
 Senior Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94772264165*
 linkedin: *http://lnkd.in/KUum6D http://lnkd.in/KUum6D*
 twitter: https://twitter.com/godwinamila

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





-- 
*Godwin Amila Shrimal*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94772264165*
linkedin: *http://lnkd.in/KUum6D http://lnkd.in/KUum6D*
twitter: https://twitter.com/godwinamila
254,255c254,255
   public boolean deleteTenantRepo(String tenantId) throws 
RepositoryMgtException {
   String defaultTenantRepo = tenantId + /defApp;
---
   public boolean deleteTenantRepo(String tenantDomainName) throws 
 RepositoryMgtException {
   String defaultTenantRepo = tenantDomainName;
271c271
   log.info(Tenant Repsitory is not deleted for  
+ tenantId);
---
   log.info(Tenant Repsitory is not deleted for  
 + tenantDomainName);
276c276
Tenant Repsitory is not deleted for  + 
tenantId +  due to  +
---
Tenant Repsitory is not deleted for  + 
 tenantDomainName +  due to  +
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [APIM] Merge pull request to carbon-apimgt

2014-09-28 Thread Roshan Wijesena
Hi Nuwan,

Please merge [1] pull request, in order to get rid of the below build error.

INFO] -[ERROR]
COMPILATION ERROR : [INFO]
-[ERROR]
/build/jenkins-home/workspace/carbon-apimgt/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/APIUtil.java:[3063,44]
cannot find symbolsymbol  : method getCurrentContext()
location: class org.wso2.carbon.context.PrivilegedCarbonContext
[INFO] 1 error


[1] https://github.com/wso2-dev/carbon-apimgt/pull/7

Regards
Roshan.

-- 
Roshan Wijesena.
Senior Software Engineer-WSO2 Inc.
Mobile: *+94752126789*
Email: ros...@wso2.com
*WSO2, Inc. :** wso2.com http://wso2.com/*
lean.enterprise.middleware.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Java file with no content

2014-09-28 Thread Harsha Thirimanna
Thanks for the good response.


*Harsha Thirimanna*
Senior Software Engineer; WSO2, Inc.; http://wso2.com
* http://www.apache.org/*
*email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  , +94 *
*774617784twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
*harshathirimannlinked-in: **http:
http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

*Lean . Enterprise . Middleware*


On Sun, Sep 28, 2014 at 10:36 PM, Aruna Karunarathna ar...@wso2.com wrote:

 Hi Harsha,

 Created a JIRA to track the empty files [1].

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

 Regards,
 Aruna

 On Mon, Sep 29, 2014 at 10:38 AM, Gayashan Amarasinghe gayas...@wso2.com
 wrote:

 I'm also seeing the following two files [1] [2] in the Github repo. Seems
 like they are 8 months old! We'll remove them from the GitHub.

 Thanks Harsha.

 [1]
 https://github.com/wso2-dev/carbon4-kernel/blob/master/core/org.wso2.carbon.utils/src/main/java/org/wso2/carbon/utils/CircularBuffer.java
 https://github.com/GayashanNA/carbon4-kernel/blob/master/core/org.wso2.carbon.utils/src/main/java/org/wso2/carbon/utils/CircularBuffer.java
 [2]
 https://github.com/wso2-dev/carbon4-kernel/blob/master/core/org.wso2.carbon.utils/src/main/java/org/wso2/carbon/utils/MemoryAppender.java
 https://github.com/GayashanNA/carbon4-kernel/blob/master/core/org.wso2.carbon.utils/src/main/java/org/wso2/carbon/utils/MemoryAppender.java

 /Gayashan

 On Mon, Sep 29, 2014 at 9:55 AM, Harsha Thirimanna hars...@wso2.com
 wrote:

 These classes still in the git hub also.


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  ,
 +94 *
 *774617784twitter: **http://twitter.com/
 http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Sat, Sep 27, 2014 at 8:08 PM, Harsha Thirimanna hars...@wso2.com
 wrote:



 *[2] 
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/MemoryAppender.java
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/MemoryAppender.java*



 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  ,
 +94 *
 *774617784twitter: **http://twitter.com/
 http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Sat, Sep 27, 2014 at 8:01 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi All,

 This java file doesn't have any content (from r107258). I think we can
 remove this file.

 [1]
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.utils/4.2.0/src/main/java/org/wso2/carbon/utils/CircularBuffer.java

 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770  ,
 +94 *
 *774617784twitter: **http://twitter.com/
 http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*




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




 --
 *Gayashan Amarasinghe*
 Software Engineer | Platform TG
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com




 --

 *Aruna Sujith Karunarathna* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 9040362 | Work: +94 112145345
 Email: ar...@wso2.com | Web: www.wso2.com


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


Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Roshan Deniyage
Congrats Anuruddha!!

Roshan Deniyage
Associate Technical Lead
WSO2, Inc: http://wso2.com

Mobile:  +94 777636406
Twitter:  *https://twitter.com/roshku https://twitter.com/roshku*
LinkedIn :  https://www.linkedin.com/in/roshandeniyage


On Mon, Sep 29, 2014 at 10:25 AM, Harsha Kumara hars...@wso2.com wrote:

 Congratz Anuruddha!

 On Mon, Sep 29, 2014 at 10:19 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Anuruddha ! :-)

 On Mon, Sep 29, 2014 at 10:17 AM, Sajini De Silva saj...@wso2.com
 wrote:

 Congratulations Anuruddha !!!

 On Mon, Sep 29, 2014 at 10:02 AM, Abimaran Kugathasan abima...@wso2.com
  wrote:

 Congrats!

 On Mon, Sep 29, 2014 at 9:52 AM, Dinesh J Weerakkody dine...@wso2.com
 wrote:

 Congratulations..

 On Mon, Sep 29, 2014 at 9:43 AM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Anuruddha ... :)

 On Mon, Sep 29, 2014 at 9:07 AM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Anuruddha.!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Mon, Sep 29, 2014 at 9:06 AM, Danesh Kuruppu dan...@wso2.com
 wrote:

 Congrats Anuruddha.!!

 On Mon, Sep 29, 2014 at 9:01 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz Anuruddha!!

 On Mon, Sep 29, 2014 at 8:58 AM, Rajith Siriwardena 
 raj...@wso2.com wrote:

 Congratulations Anuruddha.!!

 On Mon, Sep 29, 2014 at 8:53 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi all,

 Its my pleasure to welcome Anuruddha Premalal  as a WSO2
 Committer. Anuruddha has contributed immensely to WSO2 App
 Factory and has shown great commitment. In recognition of his 
 contribution,
 he has been voted as a WSO2 Committer.

 Anuruddha, welcome aboard!

 Regards,
 Amila.

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com
 Mobile : 0773661935

 Lean . Enterprise . Middleware

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 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




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

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




 --

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com

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




 --
 Thanks
 Abimaran Kugathasan

 Software Engineer | WSO2 Inc
 Data  APIs Technologies Team
 Mobile : +94 77 1708229

 http://stackoverflow.com/users/515034
 http://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




 --
 Sajini De SIlva
 Software 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


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




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




 --
 Harsha Kumara
 Software Engineer, WSO2 Inc.
 Mobile: +94775505618
 Blog:harshcreationz.blogspot.com

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


___
Dev mailing list
Dev@wso2.org