Re: [Dev] IntelliJ Idea Configure - [for users newer to Intellij Idea]

2014-10-12 Thread Chamila De Alwis
I constantly use ctrl+alt+F7 (show usages) shortcut, but this is the
shortcut to switch to tty7 in Linux. Changing it to ctrl+alt+7 might help.


Regards,
Chamila de Alwis
Software Engineer | WSO2 | +94772207163
Blog: code.chamiladealwis.com



On Fri, Oct 10, 2014 at 9:09 AM, Inosh Perera ino...@wso2.com wrote:

 Hi all,
 Also this[1] is very useful.

 1.
 https://docs.google.com/a/wso2.com/presentation/d/1lU0iIvjYqIMGpLZrgGk7Mx85wF3VuYvM0k2dC117flo/edit#slide=id.i0

 Regards,
 Inosh

 On Thu, Oct 9, 2014 at 8:21 PM, Manoj Gunawardena man...@wso2.com wrote:

 Hi Devs,

 Intellij Idea is a keyboard centric IDE and properly configure of the IDE is
 increased coding efficiency. Idea has provided default short cuts for
 most of the essential options. Users can view the default key map reference
 in IDE, help - Default Key Map Reference.

 User can change short cut keys in Idea, by  File -  settings. Type
 'keyMap'  in the search box. The key Map page will open.

 Ubuntu users conflicts few Idea short cut keys with OS short cut keys.
 Better to disable or change OS short cut keys to avoid these conflicts.

 In Ubuntu, users can change or disable OS short cuts as follows

 System settings - KeyBoard - Short Cuts,

 Following link listed short cut keys which conflicts with Idea and needs
 to change in UBUNTU.


 http://askubuntu.com/questions/412046/unable-to-use-intellij-idea-keyboard-shortcuts-on-ubuntu

 How to import Copy Right Info.
 Go to File - Settings- Type copy right in the search box.
 Add copy right text and save.

 Thanks













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




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

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


Re: [Dev] IntelliJ Idea Configure - [for users newer to Intellij Idea]

2014-10-12 Thread Pubudu Dissanayake
Hi folks

Take a look at some useful plugins provided by Idea. [1]
[1] http://blog.afkham.org/2011/10/my-top-10-third-party-intellij-idea.html

On Sun, Oct 12, 2014 at 11:39 AM, Chamila De Alwis chami...@wso2.com
wrote:

 I constantly use ctrl+alt+F7 (show usages) shortcut, but this is the
 shortcut to switch to tty7 in Linux. Changing it to ctrl+alt+7 might help.


 Regards,
 Chamila de Alwis
 Software Engineer | WSO2 | +94772207163
 Blog: code.chamiladealwis.com



 On Fri, Oct 10, 2014 at 9:09 AM, Inosh Perera ino...@wso2.com wrote:

 Hi all,
 Also this[1] is very useful.

 1.
 https://docs.google.com/a/wso2.com/presentation/d/1lU0iIvjYqIMGpLZrgGk7Mx85wF3VuYvM0k2dC117flo/edit#slide=id.i0

 Regards,
 Inosh

 On Thu, Oct 9, 2014 at 8:21 PM, Manoj Gunawardena man...@wso2.com
 wrote:

 Hi Devs,

 Intellij Idea is a keyboard centric IDE and properly configure of the
 IDE is increased coding efficiency. Idea has provided default short
 cuts for most of the essential options. Users can view the default key map
 reference in IDE, help - Default Key Map Reference.

 User can change short cut keys in Idea, by  File -  settings. Type
 'keyMap'  in the search box. The key Map page will open.

 Ubuntu users conflicts few Idea short cut keys with OS short cut keys.
 Better to disable or change OS short cut keys to avoid these conflicts.

 In Ubuntu, users can change or disable OS short cuts as follows

 System settings - KeyBoard - Short Cuts,

 Following link listed short cut keys which conflicts with Idea and needs
 to change in UBUNTU.


 http://askubuntu.com/questions/412046/unable-to-use-intellij-idea-keyboard-shortcuts-on-ubuntu

 How to import Copy Right Info.
 Go to File - Settings- Type copy right in the search box.
 Add copy right text and save.

 Thanks













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




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





-- 
*Pubudu Dissanayake*
 Software Engineer

WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
Mob: + 94 775 503 304

Blog: http://geekdetected.wordpress.com/
Linkedin: *http://lk.linkedin.com/in/pubududissanayake*
http://lk.linkedin.com/in/pubududissanayake
Flickr : https://www.flickr.com/photos/pubudufx/
Twitter: https://twitter.com/GeekInAction
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 MB 3.0.0 - TODOs in store aspect

2014-10-12 Thread Asitha Nanayakkara
At start up we can see a log [1] saying we are using both direct storing
and asynchronous storing. Even when asynchronous storing is enabled.

Reason for this log is we have used MessageStoreManager within Disruptor to
call the MessageStore functionality. It's much better if we use the
MessageStore itself within disruptor.

Currently within the AsyncStoringManager we have used Disruptor and
Disruptor uses DirectStoringManager to store messages [2]. I think it is
much cleaner if we use the MessageStore within Disruptor rather than
another MessageStoreManager for Disruptor as well. WDYT?

[1]
INFO {org.wso2.andes.kernel.storemanager.MessageStoreManagerFactory} -
 Message Storing strategy: direct message storing.
INFO {org.wso2.andes.kernel.storemanager.MessageStoreManagerFactory} -
 Message Storing strategy: Asynchronous message storing.

[2]
https://github.com/wso2-dev/andes/blob/b97c175294e6a5f293662be101ef7bb2b7dd8547/modules/andes-core/broker/src/main/java/org/wso2/andes/kernel/storemanager/AsyncStoringManager.java

On Sat, Oct 11, 2014 at 11:06 PM, Asitha Nanayakkara asi...@wso2.com
wrote:



 On Sat, Oct 11, 2014 at 8:52 PM, Hasitha Hiranya hasit...@wso2.com
 wrote:



 On Sat, Oct 11, 2014 at 6:32 PM, Asitha Nanayakkara asi...@wso2.com
 wrote:

 Hi Hasitha,

 On Sat, Oct 11, 2014 at 2:50 PM, Hasitha Hiranya hasit...@wso2.com
 wrote:

 Hi Devs,

 Here are some more tasks we are planning to do along milestone releases
 of MB.

 1. Both come as coodinator when in localhost (should consider port as
 well when slecting coodinator)
 2. Throw necessary SQL exceptions in JDBC (handled by Asitha now I
 believe)


 When in clustered mode if in memory mode is used an exception is thrown
 and the message stores won't get initialized. And each method in the RDBMS
 store classes throws AndesException when an SQLException occur.


AFIR you were missing stack Trace from JDBC driver. Maybe this is
 fixed now.


  Yes. That is fixed.





 3. Need to catch exception (most generic ) and throw
 CassandaDataAccessException in CQLDataAccessHelper
 4. Misleading log - in-memory message store initialized when configured
 with Cassandra


 This Log  is due to the in memory message store that was there in
 MessagingEngine. We have removed it. With that change integrated to the
 pack this log and the initialisation of in memory message store won't
 happen.


  +1


 5. Adjust packaging and put these as debug in log4j.propeties separated
 as kernel, amqp and mqtt


  log4j.logger.org.wso2.andes.server.cassandra.QueueDeliveryWorker=DEBUG
log4j.logger.org.wso2.andes.server.cassandra.SlotDeliveryWorker=DEBUG

  log4j.logger.org.wso2.andes.server.cassandra.OnflightMessageTracker=DEBUG

  log4j.logger.org.wso2.andes.server.cluster.coordination.hazelcast=DEBUG

   We need to separate per message logs as trace logs? We did this in MB
 2.2.0.

 6. Make Onflight Message Tracker NOT AMQP specific.

 Thanks

 On Thu, Oct 2, 2014 at 11:13 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:



 On Thu, Oct 2, 2014 at 11:06 AM, Asitha Nanayakkara asi...@wso2.com
 wrote:

 Hi Hasitha,

 Concerns regarding *deleteMessageMetadataFromQueue(final String
 queueName,ListAndesRemovableMetadata messagesToRemove)*

 This method is used to delete meta data from a specific queue *queueName
 (Note: *queueName in actual meta data would be different*). *This
 methods' use case is to delete messages from a DLC. Note that there are
 methods to add meta data to DLC too. (parameter to give the specific 
 queue
 to be stored to)

 *public void addMetaDataToQueue(final String queueName,
 AndesMessageMetadata metadata) throws AndesException;*
 *public void addMetadataToQueue(final String queueName,
 ListAndesMessageMetadata metadata) throws AndesException;*

 For the normal use case, to delete metadata there is no separate
 method. We use the deleteMessages() method (meta data and content is
 removed through this method). But if we are going to avoid content
 duplication for topics in future we will need to add a method to
 deleteMetadata as well (without specific queue name parameter)


 +1

 Suho


 On Wed, Oct 1, 2014 at 8:53 PM, Pamod Sylvester pa...@wso2.com
 wrote:

 I've also got started on some re factoring of MQTT related logic
 we've implemented to fit in with the new changes.

 We also might want to further abstract out ack handling logic, since
 in MQTT the way acks are handled are quite different. So we need to 
 address
 such polymorphic behaviours as well.

 for ex : - in AMQP when an ack arrives we purge the message, but in
 MQTT in QOS level 2 we wait for a couple of ack exchanges to consider 
 the
 message being delivered.



 On Wed, Oct 1, 2014 at 7:13 PM, Hasitha Hiranya hasit...@wso2.com
 wrote:

 Hi,

 I am currently doing the changes suggested by Suho and the team

 1. Introducing a Strategy Class for message store
 (async/direct/hybrid).
- So far, I could make async strategy class done.
 2. remove business 

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

2014-10-12 Thread Manula Chathurika Thantriwatte
Congratulations !!!

On Sun, Oct 12, 2014 at 3:29 AM, KasunG Gajasinghe kas...@wso2.com wrote:


 Congratulations!!

 On Sat, Oct 11, 2014 at 11:10 PM, Buddhima Wijeweera buddh...@wso2.com
 wrote:

 Congratulations Denuwanthi !!!

 On Sat, Oct 11, 2014 at 10:57 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Denuwanthi  :)

 On Thu, Oct 9, 2014 at 9:06 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Denuwanthi De Silva as a WSO2 Committer.
 Denuwanthi has contributed immensely to WSO2 Governance Registry and
 platform and shown great commitment. In recognition of her contribution,
 she has been voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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




-- 
Regards,
Manula Chathurika Thantriwatte
Software Engineer
WSO2 Inc. : http://wso2.com
lean . enterprise . middleware

email : manu...@wso2.com / man...@apache.org
phone : +94 772492511
blog : http://manulachathurika.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Re- implemented OnFlightMessageTracker

2014-10-12 Thread Hasitha Hiranya
Hi MB Team,

Problems we had previously with OnFlightMessageTracker class (class
responsible for tracking all message deliveries)

 OnFlightMessageTracker had many complex methods (not grouped well to
methods)
 It had AMQP specific stuff
 It had time based checks
 It had synchronization issues which dropped TPS
 if we track messages fromTestAndAdd we had problems

I happened to implement a new one and got rid of all above during week-end.
But this needs to be tested well. I have tested with in-memory direct mode
and it works well. Got a TPS of 2500 from 20 threads
(For JDBC we need to do order by in JDBC level itself. Collection.sort()
after receiving results did not work.)

I vote replacing this with existing. Will we discuss this implementation
tomorrow morning?

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


Re: [Dev] Re- implemented OnFlightMessageTracker

2014-10-12 Thread Hasitha Hiranya
Following is the Jconsole output for

60,000 messages publish by 20 threads, received by 20 threads
mode: in-memory, direct
All ran in local machine, Linux
CPU consumption was high, mem was not accumulated.

[image: Inline image 1]

Need to see who use CPU.

Thanks

On Sun, Oct 12, 2014 at 7:47 PM, Hasitha Hiranya hasit...@wso2.com wrote:

 Hi MB Team,

 Problems we had previously with OnFlightMessageTracker class (class
 responsible for tracking all message deliveries)

  OnFlightMessageTracker had many complex methods (not grouped well to
 methods)
  It had AMQP specific stuff
  It had time based checks
  It had synchronization issues which dropped TPS
  if we track messages fromTestAndAdd we had problems

 I happened to implement a new one and got rid of all above during
 week-end.
 But this needs to be tested well. I have tested with in-memory direct mode
 and it works well. Got a TPS of 2500 from 20 threads
 (For JDBC we need to do order by in JDBC level itself. Collection.sort()
 after receiving results did not work.)

 I vote replacing this with existing. Will we discuss this implementation
 tomorrow morning?

 Thanks

 --
 *Hasitha Abeykoon*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 *cell:* *+94 719363063*
 *blog: **abeykoon.blogspot.com* http://abeykoon.blogspot.com




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


Re: [Dev] What is the standard way of handling exceptions

2014-10-12 Thread Firzhan Naqash
Hi,

As a standard practice we either throw the exception or log an error and
continue the operation.

If that exception will cause serious inconsistency in the entire
functionality as a best practice we threw the exception.
Other wise we can log error and continue the operation.

As Dinesh mentioned when try to do both, your stack trace will get filled,
thus it will be hard to debug it. You can find some tips over here [1]

[1]
http://howtodoinjava.com/2013/04/04/java-exception-handling-best-practices/

Regards,
Firzhan

On Sat, Oct 11, 2014 at 8:19 PM, Ravindra Ranwala ravin...@wso2.com wrote:

 Hi Dinesh,

 The way you handle an Exception is subjective and depends on the context.
 But there is one important thing to note. That is never ever do something
 like this unless you have an extremely valid reason.

 try{
  // Some code goes here
  // 
 } catch (Exception ignored) {
 // Do Nothing  Just IGNORE 
 }

 This is called as swallowing an Exception and will make your day today
 life very difficult since it hides the exception. It neither logs the
 exception nor throws it. So It is very difficult to find errors with these
 sort of codes in your code base.


 Thanks Regards,



 On Fri, Oct 10, 2014 at 10:16 AM, Waruna Perera waru...@wso2.com wrote:

 Hi Danesh,

 In integration tests we used to log the exception and throw it. The
 reason is the result will be included in the testng reports.

 Thanks

 On Wed, Oct 8, 2014 at 9:24 AM, Danesh Kuruppu dan...@wso2.com wrote:

 One more question, why we do both log exception and throw it inside
 handleException?. It will result in multiple log messages in log file, for
 a single problem in the code.

 On Thu, Oct 2, 2014 at 9:32 AM, Dinesh J Weerakkody dine...@wso2.com
 wrote:

 Hi,

 I'm just curious about the stranded way of handling exceptions in WSO2
 products. When I go through source code, I found that we use
 handleException method in some places (in some places use deferent method
 such as create new exceptions, catch, log and ignore, etc.) Can someone
 explain the standard exception handling mechanism in WSO2 products and it
 will be very helpful for newcomers also. (use cases for each case like when
 to use what method).


 When it comes to handleException method, I have another question.


 *Current handle exception method*
 public void handleException(String msg, Exception e) throws
 ProductException{
 log.error(msg, e);
 throw new ProductException(msg, e);
 }

 *Problem*
 class One{
 public void methodOne() {
 try {
 Two two = new Two();
 two.methodTwo();
 } catch (WhateverException e) {
 handleException(Whatever exception message, e);
 }
 }
 }

 class Two{
 public void methodTwo() {
 try {
 // Database manipulation code goes here
 } catch (SQLException e) {
 handleException(Cannot complete the transaction, e);
 }
 }
 }

 In handleException method we always create a new Exception. When we
 have multiple method calls, there will be duplicate stacktraces and the
 actual exception is printed in very latter part of the stack trace.
 Sometimes it is bit difficult to trace an error. Is there any specific
 reason to create new exceptions inside handleException method, instead of
 throwing same exception object if the exceptions is an instance of
 ProductException like below sample.

 public void handleException(String msg, Exception e) throws
 ProductException{
 log.error(msg, e);
 if(e instanceof ProductException)
throw e;
 throw new ProductException(msg, e);
 }

 Thank you.


 --

 *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




 --

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

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




 --
 Waruna Perera
 Senior Software Engineer - Test Automation
 Mobile: +94 77 3867037
 WSO2, Inc.; http://wso2.com/
 lean . enterprise . middlewear.

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




 --
 Ravindra Ranwala
 Software Engineer
 WSO2, Inc: http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 Mobile: +94714198770


 ___
 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 += Sameera Kannangara

2014-10-12 Thread Pirinthapan Mahendran
Congratulations Sameera !!



Mahendran Pirinthapan
Software Engineer | WSO2 Inc.
Mobile +94772378732.

On Sat, Oct 11, 2014 at 11:09 PM, Buddhima Wijeweera buddh...@wso2.com
wrote:

 Congratulations Sameera !!!

 On Sat, Oct 11, 2014 at 10:58 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Sameera  :)

 On Thu, Oct 9, 2014 at 9:08 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer.
 Sameera has contributed immensely to WSO2 Governance Registry and platform
 and shown great commitment. In recognition of his contribution, he has been
 voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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] What is the standard way of handling exceptions

2014-10-12 Thread Roshan Deniyage
Hi,
I think we need to catch exceptions, only if we can handle it or if we need
to add more contextual information to the exception. In second case,
creating new exception with more contextual information and throw it is
okay. But, in that scenario, should not log and let the message is being
logged later in the flow.
When we handle it, we can log the message with more contextual information
about the actual error Or in case of exceptions which can't be handled and
populated to the upper layers, logging can be done in the most upper layer
of the flow.


Thanks,
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 Sun, Oct 12, 2014 at 11:01 PM, Firzhan Naqash firz...@wso2.com wrote:

 Hi,

 As a standard practice we either throw the exception or log an error and
 continue the operation.

 If that exception will cause serious inconsistency in the entire
 functionality as a best practice we threw the exception.
 Other wise we can log error and continue the operation.

 As Dinesh mentioned when try to do both, your stack trace will get filled,
 thus it will be hard to debug it. You can find some tips over here [1]

 [1]
 http://howtodoinjava.com/2013/04/04/java-exception-handling-best-practices/

 Regards,
 Firzhan

 On Sat, Oct 11, 2014 at 8:19 PM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Hi Dinesh,

 The way you handle an Exception is subjective and depends on the context.
 But there is one important thing to note. That is never ever do something
 like this unless you have an extremely valid reason.

 try{
  // Some code goes here
  // 
 } catch (Exception ignored) {
 // Do Nothing  Just IGNORE 
 }

 This is called as swallowing an Exception and will make your day today
 life very difficult since it hides the exception. It neither logs the
 exception nor throws it. So It is very difficult to find errors with these
 sort of codes in your code base.


 Thanks Regards,



 On Fri, Oct 10, 2014 at 10:16 AM, Waruna Perera waru...@wso2.com wrote:

 Hi Danesh,

 In integration tests we used to log the exception and throw it. The
 reason is the result will be included in the testng reports.

 Thanks

 On Wed, Oct 8, 2014 at 9:24 AM, Danesh Kuruppu dan...@wso2.com wrote:

 One more question, why we do both log exception and throw it inside
 handleException?. It will result in multiple log messages in log file, for
 a single problem in the code.

 On Thu, Oct 2, 2014 at 9:32 AM, Dinesh J Weerakkody dine...@wso2.com
 wrote:

 Hi,

 I'm just curious about the stranded way of handling exceptions in WSO2
 products. When I go through source code, I found that we use
 handleException method in some places (in some places use deferent method
 such as create new exceptions, catch, log and ignore, etc.) Can someone
 explain the standard exception handling mechanism in WSO2 products and it
 will be very helpful for newcomers also. (use cases for each case like 
 when
 to use what method).


 When it comes to handleException method, I have another question.


 *Current handle exception method*
 public void handleException(String msg, Exception e) throws
 ProductException{
 log.error(msg, e);
 throw new ProductException(msg, e);
 }

 *Problem*
 class One{
 public void methodOne() {
 try {
 Two two = new Two();
 two.methodTwo();
 } catch (WhateverException e) {
 handleException(Whatever exception message, e);
 }
 }
 }

 class Two{
 public void methodTwo() {
 try {
 // Database manipulation code goes here
 } catch (SQLException e) {
 handleException(Cannot complete the transaction, e);
 }
 }
 }

 In handleException method we always create a new Exception. When we
 have multiple method calls, there will be duplicate stacktraces and the
 actual exception is printed in very latter part of the stack trace.
 Sometimes it is bit difficult to trace an error. Is there any specific
 reason to create new exceptions inside handleException method, instead of
 throwing same exception object if the exceptions is an instance of
 ProductException like below sample.

 public void handleException(String msg, Exception e) throws
 ProductException{
 log.error(msg, e);
 if(e instanceof ProductException)
throw e;
 throw new ProductException(msg, e);
 }

 Thank you.


 --

 *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




 --

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

 ___
 Dev 

Re: [Dev] ERROR 1071 (42000) at line 57: Specified key was too long; max key length is 767 bytes

2014-10-12 Thread Awanthika Senarath
Hi

Please see whether [1] sheds any light.

[1]
http://wso2.com/library/articles/2013/04/deploying-wso2-platform-mysql-cluster/

thanks and regards
Awanthika

On Fri, Oct 10, 2014 at 5:58 PM, Tharindu Edirisinghe tharin...@wso2.com
wrote:

 Hi Mahesh,

 I checked [1] but couldn't find much information. You can try to reduce
 the registry path by extracting your setup to a different location that is
 much closer to the root in the file system.

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

 On Fri, Oct 10, 2014 at 5:29 PM, Mahesh Chinthaka mahe...@wso2.com
 wrote:

 Hi all,

 When trying to set up appfactory, i got $subject as an error while at an
 execution of a mysql script.
 related mysql code segment is quoted below and line 57 is in bold letters

 CREATE TABLE IF NOT EXISTS REG_PATH(
  REG_PATH_ID INTEGER NOT NULL AUTO_INCREMENT,
  REG_PATH_VALUE VARCHAR(750) NOT NULL,
  REG_PATH_PARENT_ID INTEGER,
  REG_TENANT_ID INTEGER DEFAULT 0,
  CONSTRAINT PK_REG_PATH PRIMARY KEY(REG_PATH_ID,
 REG_TENANT_ID)
 )ENGINE INNODB;

 *CREATE INDEX REG_PATH_IND_BY_PATH_VALUE USING HASH ON
 REG_PATH(REG_PATH_VALUE, REG_TENANT_ID);*


 furthermore there were some comments in the script as below

 -- The REG_PATH_VALUE should be less than 767 bytes, and hence was fixed
 at 750.

 -- See CARBON-5917.

 Does anybody know how to overcome this issue ?

 --
 *Mahesh Chinthaka Vidanagama* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 63 63 083 | Work: +94 112 145 345
 Email: mahe...@wso2.com | Web: www.wso2.com

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




 --

 Tharindu Edirisinghe
 Software Engineer | WSO2 Inc
 Identity Server Team
 mobile : +94 775 181586

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




-- 
Awanthika Senarath
Software Engineer, WSO2 Inc.
Mobile: +94717681791
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] ERROR 1071 (42000) at line 57: Specified key was too long; max key length is 767 bytes

2014-10-12 Thread Rajith Siriwardena
Hi Mahesh*,*

I think It's because of the default collation of your database. I assume
your default collation uses the UTF8 character set. in that case MySQL
limits the length of keys by bytes, not characters. Since the UTF8
implementation MySQL uses allows for 3 bytes per character, the max length
of a key on a UTF8 column is 3 times the key length in characters. You need
to change the collation of the database.

About using MySQL in different operating systems [1]
For users of Microsoft Windows, when creating the database in MySQL, it is
important to specify the character set as latin1. The following is how your
database creation command should look.

mysql create database DATABASE_NAME character set latin1;

For users of other operating systems, the standard database creation
commands will suffice. For these operating systems, the following is how
your database creation command should look.

mysql create database DATABASE_NAME;



Thanks,
Rajith


[1] https://docs.wso2.com/display/CLUSTER420/Setting+up+the+Database

On Mon, Oct 13, 2014 at 8:38 AM, Awanthika Senarath awanth...@wso2.com
wrote:

 Hi

 Please see whether [1] sheds any light.

 [1]
 http://wso2.com/library/articles/2013/04/deploying-wso2-platform-mysql-cluster/

 thanks and regards
 Awanthika

 On Fri, Oct 10, 2014 at 5:58 PM, Tharindu Edirisinghe tharin...@wso2.com
 wrote:

 Hi Mahesh,

 I checked [1] but couldn't find much information. You can try to reduce
 the registry path by extracting your setup to a different location that is
 much closer to the root in the file system.

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

 On Fri, Oct 10, 2014 at 5:29 PM, Mahesh Chinthaka mahe...@wso2.com
 wrote:

 Hi all,

 When trying to set up appfactory, i got $subject as an error while at an
 execution of a mysql script.
 related mysql code segment is quoted below and line 57 is in bold letters

 CREATE TABLE IF NOT EXISTS REG_PATH(
  REG_PATH_ID INTEGER NOT NULL AUTO_INCREMENT,
  REG_PATH_VALUE VARCHAR(750) NOT NULL,
  REG_PATH_PARENT_ID INTEGER,
  REG_TENANT_ID INTEGER DEFAULT 0,
  CONSTRAINT PK_REG_PATH PRIMARY KEY(REG_PATH_ID,
 REG_TENANT_ID)
 )ENGINE INNODB;

 *CREATE INDEX REG_PATH_IND_BY_PATH_VALUE USING HASH ON
 REG_PATH(REG_PATH_VALUE, REG_TENANT_ID);*


 furthermore there were some comments in the script as below

 -- The REG_PATH_VALUE should be less than 767 bytes, and hence was fixed
 at 750.

 -- See CARBON-5917.

 Does anybody know how to overcome this issue ?

 --
 *Mahesh Chinthaka Vidanagama* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 63 63 083 | Work: +94 112 145 345
 Email: mahe...@wso2.com | Web: www.wso2.com

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




 --

 Tharindu Edirisinghe
 Software Engineer | WSO2 Inc
 Identity Server Team
 mobile : +94 775 181586

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




 --
 Awanthika Senarath
 Software Engineer, WSO2 Inc.
 Mobile: +94717681791



 ___
 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 += Sameera Kannangara

2014-10-12 Thread Abimaran Kugathasan
Congrats!

On Sun, Oct 12, 2014 at 11:49 PM, Pirinthapan Mahendran 
pirintha...@wso2.com wrote:

 Congratulations Sameera !!



 Mahendran Pirinthapan
 Software Engineer | WSO2 Inc.
 Mobile +94772378732.

 On Sat, Oct 11, 2014 at 11:09 PM, Buddhima Wijeweera buddh...@wso2.com
 wrote:

 Congratulations Sameera !!!

 On Sat, Oct 11, 2014 at 10:58 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Sameera  :)

 On Thu, Oct 9, 2014 at 9:08 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer.
 Sameera has contributed immensely to WSO2 Governance Registry and platform
 and shown great commitment. In recognition of his contribution, he has been
 voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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




-- 
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 += Denuwanthi De Silva

2014-10-12 Thread Abimaran Kugathasan
Congrats!

On Sun, Oct 12, 2014 at 5:04 PM, Manula Chathurika Thantriwatte 
manu...@wso2.com wrote:

 Congratulations !!!

 On Sun, Oct 12, 2014 at 3:29 AM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 Congratulations!!

 On Sat, Oct 11, 2014 at 11:10 PM, Buddhima Wijeweera buddh...@wso2.com
 wrote:

 Congratulations Denuwanthi !!!

 On Sat, Oct 11, 2014 at 10:57 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Denuwanthi  :)

 On Thu, Oct 9, 2014 at 9:06 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Denuwanthi De Silva as a WSO2 Committer.
 Denuwanthi has contributed immensely to WSO2 Governance Registry and
 platform and shown great commitment. In recognition of her contribution,
 she has been voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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




 --
 Regards,
 Manula Chathurika Thantriwatte
 Software Engineer
 WSO2 Inc. : http://wso2.com
 lean . enterprise . middleware

 email : manu...@wso2.com / man...@apache.org
 phone : +94 772492511
 blog : http://manulachathurika.blogspot.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] ERROR 1071 (42000) at line 57: Specified key was too long; max key length is 767 bytes

2014-10-12 Thread Mahesh Chinthaka
Thanks Tharindu, Awanthika and Rajith.
Rajith you are correct, problem was with db collation. I got it fixed!!

On Mon, Oct 13, 2014 at 8:52 AM, Rajith Siriwardena raj...@wso2.com wrote:

 Hi Mahesh*,*

 I think It's because of the default collation of your database. I assume
 your default collation uses the UTF8 character set. in that case MySQL
 limits the length of keys by bytes, not characters. Since the UTF8
 implementation MySQL uses allows for 3 bytes per character, the max length
 of a key on a UTF8 column is 3 times the key length in characters. You need
 to change the collation of the database.

 About using MySQL in different operating systems [1]
 For users of Microsoft Windows, when creating the database in MySQL, it is
 important to specify the character set as latin1. The following is how your
 database creation command should look.

 mysql create database DATABASE_NAME character set latin1;

 For users of other operating systems, the standard database creation
 commands will suffice. For these operating systems, the following is how
 your database creation command should look.

 mysql create database DATABASE_NAME;



 Thanks,
 Rajith


 [1] https://docs.wso2.com/display/CLUSTER420/Setting+up+the+Database

 On Mon, Oct 13, 2014 at 8:38 AM, Awanthika Senarath awanth...@wso2.com
 wrote:

 Hi

 Please see whether [1] sheds any light.

 [1]
 http://wso2.com/library/articles/2013/04/deploying-wso2-platform-mysql-cluster/

 thanks and regards
 Awanthika

 On Fri, Oct 10, 2014 at 5:58 PM, Tharindu Edirisinghe tharin...@wso2.com
  wrote:

 Hi Mahesh,

 I checked [1] but couldn't find much information. You can try to reduce
 the registry path by extracting your setup to a different location that is
 much closer to the root in the file system.

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

 On Fri, Oct 10, 2014 at 5:29 PM, Mahesh Chinthaka mahe...@wso2.com
 wrote:

 Hi all,

 When trying to set up appfactory, i got $subject as an error while at
 an execution of a mysql script.
 related mysql code segment is quoted below and line 57 is in bold
 letters

 CREATE TABLE IF NOT EXISTS REG_PATH(
  REG_PATH_ID INTEGER NOT NULL AUTO_INCREMENT,
  REG_PATH_VALUE VARCHAR(750) NOT NULL,
  REG_PATH_PARENT_ID INTEGER,
  REG_TENANT_ID INTEGER DEFAULT 0,
  CONSTRAINT PK_REG_PATH PRIMARY KEY(REG_PATH_ID,
 REG_TENANT_ID)
 )ENGINE INNODB;

 *CREATE INDEX REG_PATH_IND_BY_PATH_VALUE USING HASH ON
 REG_PATH(REG_PATH_VALUE, REG_TENANT_ID);*


 furthermore there were some comments in the script as below

 -- The REG_PATH_VALUE should be less than 767 bytes, and hence was
 fixed at 750.

 -- See CARBON-5917.

 Does anybody know how to overcome this issue ?

 --
 *Mahesh Chinthaka Vidanagama* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 63 63 083 | Work: +94 112 145 345
 Email: mahe...@wso2.com | Web: www.wso2.com

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




 --

 Tharindu Edirisinghe
 Software Engineer | WSO2 Inc
 Identity Server Team
 mobile : +94 775 181586

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




 --
 Awanthika Senarath
 Software Engineer, WSO2 Inc.
 Mobile: +94717681791



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




-- 
*Mahesh Chinthaka Vidanagama* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 63 63 083 | Work: +94 112 145 345
Email: mahe...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-12 Thread Pulasthi Supun
Congrats!!

On Mon, Oct 13, 2014 at 9:33 AM, Abimaran Kugathasan abima...@wso2.com
wrote:

 Congrats!

 On Sun, Oct 12, 2014 at 11:49 PM, Pirinthapan Mahendran 
 pirintha...@wso2.com wrote:

 Congratulations Sameera !!



 Mahendran Pirinthapan
 Software Engineer | WSO2 Inc.
 Mobile +94772378732.

 On Sat, Oct 11, 2014 at 11:09 PM, Buddhima Wijeweera buddh...@wso2.com
 wrote:

 Congratulations Sameera !!!

 On Sat, Oct 11, 2014 at 10:58 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Sameera  :)

 On Thu, Oct 9, 2014 at 9:08 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer.
 Sameera has contributed immensely to WSO2 Governance Registry and platform
 and shown great commitment. In recognition of his contribution, he has 
 been
 voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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




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




-- 
--
Pulasthi Supun
Software Engineer; WSO2 Inc.; http://wso2.com,
Email: pulas...@wso2.com
Mobile: +94 (71) 9258281
Blog : http://pulasthisupun.blogspot.com/
Git hub profile: https://github.com/pulasthi
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

2014-10-12 Thread Pulasthi Supun
Congrats!!

On Mon, Oct 13, 2014 at 9:36 AM, Abimaran Kugathasan abima...@wso2.com
wrote:

 Congrats!

 On Sun, Oct 12, 2014 at 5:04 PM, Manula Chathurika Thantriwatte 
 manu...@wso2.com wrote:

 Congratulations !!!

 On Sun, Oct 12, 2014 at 3:29 AM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 Congratulations!!

 On Sat, Oct 11, 2014 at 11:10 PM, Buddhima Wijeweera buddh...@wso2.com
 wrote:

 Congratulations Denuwanthi !!!

 On Sat, Oct 11, 2014 at 10:57 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Denuwanthi  :)

 On Thu, Oct 9, 2014 at 9:06 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Denuwanthi De Silva as a WSO2 Committer.
 Denuwanthi has contributed immensely to WSO2 Governance Registry and
 platform and shown great commitment. In recognition of her contribution,
 she has been voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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




 --
 Regards,
 Manula Chathurika Thantriwatte
 Software Engineer
 WSO2 Inc. : http://wso2.com
 lean . enterprise . middleware

 email : manu...@wso2.com / man...@apache.org
 phone : +94 772492511
 blog : http://manulachathurika.blogspot.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




-- 
--
Pulasthi Supun
Software Engineer; WSO2 Inc.; http://wso2.com,
Email: pulas...@wso2.com
Mobile: +94 (71) 9258281
Blog : http://pulasthisupun.blogspot.com/
Git hub profile: https://github.com/pulasthi
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

2014-10-12 Thread Priyadarssini Kishokumar
Congratulations Denuwanthi!

On Mon, Oct 13, 2014 at 10:24 AM, Pulasthi Supun pulas...@wso2.com wrote:

 Congrats!!

 On Mon, Oct 13, 2014 at 9:36 AM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats!

 On Sun, Oct 12, 2014 at 5:04 PM, Manula Chathurika Thantriwatte 
 manu...@wso2.com wrote:

 Congratulations !!!

 On Sun, Oct 12, 2014 at 3:29 AM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 Congratulations!!

 On Sat, Oct 11, 2014 at 11:10 PM, Buddhima Wijeweera buddh...@wso2.com
  wrote:

 Congratulations Denuwanthi !!!

 On Sat, Oct 11, 2014 at 10:57 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Denuwanthi  :)

 On Thu, Oct 9, 2014 at 9:06 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Denuwanthi De Silva as a WSO2
 Committer. Denuwanthi has contributed immensely to WSO2 Governance 
 Registry
 and platform and shown great commitment. In recognition of her
 contribution, she has been voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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




 --
 Regards,
 Manula Chathurika Thantriwatte
 Software Engineer
 WSO2 Inc. : http://wso2.com
 lean . enterprise . middleware

 email : manu...@wso2.com / man...@apache.org
 phone : +94 772492511
 blog : http://manulachathurika.blogspot.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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

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




-- 
Priya Kishok
Software Engineer
WSO2, Inc : http://wso2.com
Mob : +94774457404
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-12 Thread Priyadarssini Kishokumar
Congratulations Sameera !!!

On Mon, Oct 13, 2014 at 10:24 AM, Pulasthi Supun pulas...@wso2.com wrote:

 Congrats!!

 On Mon, Oct 13, 2014 at 9:33 AM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats!

 On Sun, Oct 12, 2014 at 11:49 PM, Pirinthapan Mahendran 
 pirintha...@wso2.com wrote:

 Congratulations Sameera !!



 Mahendran Pirinthapan
 Software Engineer | WSO2 Inc.
 Mobile +94772378732.

 On Sat, Oct 11, 2014 at 11:09 PM, Buddhima Wijeweera buddh...@wso2.com
 wrote:

 Congratulations Sameera !!!

 On Sat, Oct 11, 2014 at 10:58 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Sameera  :)

 On Thu, Oct 9, 2014 at 9:08 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer.
 Sameera has contributed immensely to WSO2 Governance Registry and 
 platform
 and shown great commitment. In recognition of his contribution, he has 
 been
 voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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




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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

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




-- 
Priya Kishok
Software Engineer
WSO2, Inc : http://wso2.com
Mob : +94774457404
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

2014-10-12 Thread Hasintha Indrajee
Congratulations Denuwanthi

On Mon, Oct 13, 2014 at 10:27 AM, Priyadarssini Kishokumar 
priyadarss...@wso2.com wrote:

 Congratulations Denuwanthi!

 On Mon, Oct 13, 2014 at 10:24 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 Congrats!!

 On Mon, Oct 13, 2014 at 9:36 AM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats!

 On Sun, Oct 12, 2014 at 5:04 PM, Manula Chathurika Thantriwatte 
 manu...@wso2.com wrote:

 Congratulations !!!

 On Sun, Oct 12, 2014 at 3:29 AM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 Congratulations!!

 On Sat, Oct 11, 2014 at 11:10 PM, Buddhima Wijeweera 
 buddh...@wso2.com wrote:

 Congratulations Denuwanthi !!!

 On Sat, Oct 11, 2014 at 10:57 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Denuwanthi  :)

 On Thu, Oct 9, 2014 at 9:06 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Denuwanthi De Silva as a WSO2
 Committer. Denuwanthi has contributed immensely to WSO2 Governance 
 Registry
 and platform and shown great commitment. In recognition of her
 contribution, she has been voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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




 --
 Regards,
 Manula Chathurika Thantriwatte
 Software Engineer
 WSO2 Inc. : http://wso2.com
 lean . enterprise . middleware

 email : manu...@wso2.com / man...@apache.org
 phone : +94 772492511
 blog : http://manulachathurika.blogspot.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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

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




 --
 Priya Kishok
 Software Engineer
 WSO2, Inc : http://wso2.com
 Mob : +94774457404

 ___
 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 += Sameera Kannangara

2014-10-12 Thread Hasintha Indrajee
Congratulations Sameera

On Mon, Oct 13, 2014 at 10:27 AM, Priyadarssini Kishokumar 
priyadarss...@wso2.com wrote:

 Congratulations Sameera !!!

 On Mon, Oct 13, 2014 at 10:24 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 Congrats!!

 On Mon, Oct 13, 2014 at 9:33 AM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats!

 On Sun, Oct 12, 2014 at 11:49 PM, Pirinthapan Mahendran 
 pirintha...@wso2.com wrote:

 Congratulations Sameera !!



 Mahendran Pirinthapan
 Software Engineer | WSO2 Inc.
 Mobile +94772378732.

 On Sat, Oct 11, 2014 at 11:09 PM, Buddhima Wijeweera buddh...@wso2.com
  wrote:

 Congratulations Sameera !!!

 On Sat, Oct 11, 2014 at 10:58 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Sameera  :)

 On Thu, Oct 9, 2014 at 9:08 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer.
 Sameera has contributed immensely to WSO2 Governance Registry and 
 platform
 and shown great commitment. In recognition of his contribution, he has 
 been
 voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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




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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

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




 --
 Priya Kishok
 Software Engineer
 WSO2, Inc : http://wso2.com
 Mob : +94774457404

 ___
 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 += Denuwanthi De Silva

2014-10-12 Thread Shazni Nazeer
Congratz!!!

Shazni Nazeer

Senior Software Engineer

Mob : +94 37331
LinkedIn : http://lk.linkedin.com/in/shazninazeer
Blog : http://shazninazeer.blogspot.com

On Mon, Oct 13, 2014 at 10:35 AM, Hasintha Indrajee hasin...@wso2.com
wrote:

 Congratulations Denuwanthi

 On Mon, Oct 13, 2014 at 10:27 AM, Priyadarssini Kishokumar 
 priyadarss...@wso2.com wrote:

 Congratulations Denuwanthi!

 On Mon, Oct 13, 2014 at 10:24 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 Congrats!!

 On Mon, Oct 13, 2014 at 9:36 AM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats!

 On Sun, Oct 12, 2014 at 5:04 PM, Manula Chathurika Thantriwatte 
 manu...@wso2.com wrote:

 Congratulations !!!

 On Sun, Oct 12, 2014 at 3:29 AM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 Congratulations!!

 On Sat, Oct 11, 2014 at 11:10 PM, Buddhima Wijeweera 
 buddh...@wso2.com wrote:

 Congratulations Denuwanthi !!!

 On Sat, Oct 11, 2014 at 10:57 PM, Rajith Vitharana raji...@wso2.com
  wrote:

 Congratulations Denuwanthi  :)

 On Thu, Oct 9, 2014 at 9:06 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Denuwanthi De Silva as a WSO2
 Committer. Denuwanthi has contributed immensely to WSO2 Governance 
 Registry
 and platform and shown great commitment. In recognition of her
 contribution, she has been voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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




 --
 Regards,
 Manula Chathurika Thantriwatte
 Software Engineer
 WSO2 Inc. : http://wso2.com
 lean . enterprise . middleware

 email : manu...@wso2.com / man...@apache.org
 phone : +94 772492511
 blog : http://manulachathurika.blogspot.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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

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




 --
 Priya Kishok
 Software Engineer
 WSO2, Inc : http://wso2.com
 Mob : +94774457404

 ___
 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] WSO2 Committers += Sameera Kannangara

2014-10-12 Thread Shazni Nazeer
Congratz!!!

Shazni Nazeer

Senior Software Engineer

Mob : +94 37331
LinkedIn : http://lk.linkedin.com/in/shazninazeer
Blog : http://shazninazeer.blogspot.com

On Mon, Oct 13, 2014 at 10:36 AM, Hasintha Indrajee hasin...@wso2.com
wrote:

 Congratulations Sameera

 On Mon, Oct 13, 2014 at 10:27 AM, Priyadarssini Kishokumar 
 priyadarss...@wso2.com wrote:

 Congratulations Sameera !!!

 On Mon, Oct 13, 2014 at 10:24 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 Congrats!!

 On Mon, Oct 13, 2014 at 9:33 AM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats!

 On Sun, Oct 12, 2014 at 11:49 PM, Pirinthapan Mahendran 
 pirintha...@wso2.com wrote:

 Congratulations Sameera !!



 Mahendran Pirinthapan
 Software Engineer | WSO2 Inc.
 Mobile +94772378732.

 On Sat, Oct 11, 2014 at 11:09 PM, Buddhima Wijeweera 
 buddh...@wso2.com wrote:

 Congratulations Sameera !!!

 On Sat, Oct 11, 2014 at 10:58 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Congratulations Sameera  :)

 On Thu, Oct 9, 2014 at 9:08 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Sameera Kannangara as a WSO2
 Committer. Sameera has contributed immensely to WSO2 Governance 
 Registry
 and platform and shown great commitment. In recognition of his
 contribution, he has been voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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




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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

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




 --
 Priya Kishok
 Software Engineer
 WSO2, Inc : http://wso2.com
 Mob : +94774457404

 ___
 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] WSO2 Committers += Sameera Kannangara

2014-10-12 Thread Isuru Ranawaka
Congratz!!!


On Mon, Oct 13, 2014 at 10:39 AM, Shazni Nazeer sha...@wso2.com wrote:

 Congratz!!!

 Shazni Nazeer

 Senior Software Engineer

 Mob : +94 37331
 LinkedIn : http://lk.linkedin.com/in/shazninazeer
 Blog : http://shazninazeer.blogspot.com

 On Mon, Oct 13, 2014 at 10:36 AM, Hasintha Indrajee hasin...@wso2.com
 wrote:

 Congratulations Sameera

 On Mon, Oct 13, 2014 at 10:27 AM, Priyadarssini Kishokumar 
 priyadarss...@wso2.com wrote:

 Congratulations Sameera !!!

 On Mon, Oct 13, 2014 at 10:24 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 Congrats!!

 On Mon, Oct 13, 2014 at 9:33 AM, Abimaran Kugathasan abima...@wso2.com
  wrote:

 Congrats!

 On Sun, Oct 12, 2014 at 11:49 PM, Pirinthapan Mahendran 
 pirintha...@wso2.com wrote:

 Congratulations Sameera !!



 Mahendran Pirinthapan
 Software Engineer | WSO2 Inc.
 Mobile +94772378732.

 On Sat, Oct 11, 2014 at 11:09 PM, Buddhima Wijeweera 
 buddh...@wso2.com wrote:

 Congratulations Sameera !!!

 On Sat, Oct 11, 2014 at 10:58 PM, Rajith Vitharana raji...@wso2.com
  wrote:

 Congratulations Sameera  :)

 On Thu, Oct 9, 2014 at 9:08 PM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi all,
 It's our pleasure to welcome Sameera Kannangara as a WSO2
 Committer. Sameera has contributed immensely to WSO2 Governance 
 Registry
 and platform and shown great commitment. In recognition of his
 contribution, he has been voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer
 Platform TG; WSO2 Inc. http://wso2.com
 Contact:
 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 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




 --
 Buddhima Wijeweera
 Software Engineer; WSO2 Inc.; http://wso2.com ,

 Email: buddh...@wso2.com
 Blog:   https://buddhimawijeweera.wordpress.com
 GitHub Profile: https://github.com/Buddhima

 ___
 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




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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

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




 --
 Priya Kishok
 Software Engineer
 WSO2, Inc : http://wso2.com
 Mob : +94774457404

 ___
 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




-- 
Best Regards
Isuru Ranawaka
M: +94714629880
Blog : http://isurur.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Which is the correct username that we should set, when we start the tenant flow

2014-10-12 Thread Sameera Jayasoma
We don't normally set the username in such situations. It depends on the
code block that you are trying to execute. Sometimes username is not
available .

On Sat, Oct 11, 2014 at 7:08 PM, Samith Dassanayake sam...@wso2.com wrote:

 Hi,

 When we start the tenant flow which is the correct username that we should
 set? Fully qualified or tenant aware username?

 Thanks,
 Samith

 --
 Best Regards

 Samith Dassanayake
 Software Engineer, WSO2 Inc.




-- 
Sameera Jayasoma,
Software Architect,

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

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


Re: [Dev] Error sending rest call to jax-rs web service in wso2 cloud

2014-10-12 Thread Tharindu Dharmarathna
Hi Danushka,

Issue has been resolved by applying changes to pom file according to your
advice. Reason is we are using jars in lib file that been shipped with AS
5.2.1 . we have to exclude that dependencies from build war file.
Thanks.

On Fri, Oct 10, 2014 at 9:10 AM, Tharindu Dharmarathna tharin...@wso2.com
wrote:

 Hi Danushka,

 Here I have attached the pom.xml and code snipest.

 @GET
 @Path(/users)
 @Produces(MediaType.APPLICATION_JSON)
 public Response getUsers() {
   CustomerproducttracDefault100Stub productTrackerStub = null;
 try {
 productTrackerStub = new CustomerproducttracDefault100Stub();
 } catch (AxisFault axisFault) {
}
 GetUsers getUsersRequest = new GetUsers();
 Users usersResponse = null;
 try {
 usersResponse =
 productTrackerStub.getUsers(getUsersRequest).getUsers();
 if(usersResponse!=null){
 return Response.ok(usersResponse.getUser()).build();
 }else{
 return Response.ok(new User[0]).build();
 }
 } catch (RemoteException e) {
  //log.fatal(e.getMessage());
 return
 Response.status(Response.Status.INTERNAL_SERVER_ERROR).build();
 } catch (DataServiceFaultException e) {
  //log.fatal(e.getFaultMessage());
 return
 Response.status(Response.Status.INTERNAL_SERVER_ERROR).build();
 }
 }



 On Fri, Oct 10, 2014 at 6:22 AM, Danushka Fernando danush...@wso2.com
 wrote:

 This is because we have java security enabled. Can you post the following
 line with your pom file of the application.

 com.wso2.cpt.service.UserServices.getUsers(UserServices.java:33)


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

 On Fri, Oct 10, 2014 at 1:02 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Hi all,

 I have developed jax-rs app with wso2 app cloud. when I call it services
 using rest client it shows me following error.

 How can I Solve this issue
 error Log

 *type* Exception report

 *message* *org.apache.cxf.interceptor.Fault: access denied
 (java.lang.RuntimePermission modifyThreadGroup)*

 *description* *The server encountered an internal error that prevented
 it from fulfilling this request.*

 *exception*

 java.lang.RuntimeException: org.apache.cxf.interceptor.Fault: access denied 
 (java.lang.RuntimePermission modifyThreadGroup)
 
 org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:116)
 
 org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:371)
 
 org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
 
 org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:243)
 
 org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:223)
 
 org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:197)
 
 org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:149)
 
 org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:171)
 
 org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:286)
 
 org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:211)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:735)
 
 org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:262)
 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 java.lang.reflect.Method.invoke(Method.java:606)
 org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:274)
 org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:271)
 java.security.AccessController.doPrivileged(Native Method)
 javax.security.auth.Subject.doAsPrivileged(Subject.java:536)
 org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:306)
 
 org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:166)

 *root cause*

 org.apache.cxf.interceptor.Fault: access denied 
 (java.lang.RuntimePermission modifyThreadGroup)
 
 org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:163)
 
 org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:129)
 org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:211)
 org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:99)
 
 org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
 
 org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96)
 
 

Re: [Dev] Issue in adding multiple devices for a user in EMM

2014-10-12 Thread Pasanthi Amarasekera
On Sun, Oct 12, 2014 at 11:57 PM, Pasanthi Amarasekera pasan...@wso2.com
wrote:

 Hi,

 Last week I created a user to the EMM running in my localhost and then
 enrolled an android phone, with the username and the password given in the
 user enrollment email.

 Today I tried to add an android tab to the same user with the same
 username and password. But those credentials didn't work today. What can be
 the reason for this ?

 The tab used is a nexus 7 with android 4.4.4

 I had to create a new user to add the above mentioned tab to my local EMM.

 The only difference between the users I created last week and today is,
 the wifi network.

 Thank you.

 Regards,
 Pasanthi.

 --
 Pasanthi Amarasekera
 WSO2 Inc: http://wso2.com
 lean.enterprise.middleware

 Mobile: +94 77 9541735




-- 
Pasanthi Amarasekera
WSO2 Inc: http://wso2.com
lean.enterprise.middleware

Mobile: +94 77 9541735
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Which is the correct username that we should set, when we start the tenant flow

2014-10-12 Thread Danushka Fernando
Hi Sameera
We are looking for the best practice here. Say we have the username and we
want to set it to Carbon Context. Which is the correct one. Tenant aware or
full qualified?

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

On Mon, Oct 13, 2014 at 10:52 AM, Sameera Jayasoma same...@wso2.com wrote:

 We don't normally set the username in such situations. It depends on the
 code block that you are trying to execute. Sometimes username is not
 available .

 On Sat, Oct 11, 2014 at 7:08 PM, Samith Dassanayake sam...@wso2.com
 wrote:

 Hi,

 When we start the tenant flow which is the correct username that we
 should set? Fully qualified or tenant aware username?

 Thanks,
 Samith

 --
 Best Regards

 Samith Dassanayake
 Software Engineer, WSO2 Inc.




 --
 Sameera Jayasoma,
 Software Architect,

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

 Lean . Enterprise . Middleware


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


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


Re: [Dev] Add Cassandra 1.2.13.wso2v4 into Orbit repository

2014-10-12 Thread Prabath Abeysekera
Hi Maheshika,

Please review and merge [2].

[2] https://github.com/wso2/orbit/pull/29

Cheers,
Prabath

On Tue, Oct 7, 2014 at 10:10 AM, Prabath Abeysekera praba...@wso2.com
wrote:

 Hi Maheshika,

 Just spotted some issue in the pull request sent. Let me fix it and
 resubmit.

 Cheers,
 Prabath


 On Tue, Oct 7, 2014 at 5:56 AM, Prabath Abeysekera praba...@wso2.com
 wrote:

 Hi Maheshika,

 Would you be able to do $subject and deploy the same into the nexus repo?
 The corresponding pull request containing all the required changes can be
 located at [1]. Please review and merge.

 [1] https://github.com/wso2/orbit/pull/27

 Cheers,
 Prabath
 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471




 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471




-- 
Prabath Abeysekara
Associate Technical Lead, Data TG.
WSO2 Inc.
Email: praba...@wso2.com
Mobile: +94774171471
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

2014-10-12 Thread Prabath Abeysekera
Hi Ramith/MB team,

This is all fixed. Let me know if you guys happen to run into any other
problem further to this.

Cheers,
Prabath

On Tue, Oct 7, 2014 at 11:41 AM, Prabath Abeysekera praba...@wso2.com
wrote:

 To give you guys an update on what's been done so far, I've managed to
 make both Cassandra as well as CQL Driver use the same guava version
 (14.0.1) exposed by the platform and fix all the issues reported in the
 thread.

 However, now I've come across another problem where Andes is unable to get
 the datasources that are being used for all its internal functionalities,
 bound to its data access layer due to a problem in the dependency
 initialisation order. To be more concrete on the issue, Cassandra server
 initialisation doesn't seem to happen before the data sources are
 registered. This in turn results in Andes not picking up the appropriate
 data sources to be able to access Cassandra forcing MB to fail at the
 server start-up. I already am working on a resolution, will update the
 thread as soon as this is fixed.

 Cheers,
 Prabath

 On Sat, Oct 4, 2014 at 1:09 PM, Ramith Jayasinghe ram...@wso2.com wrote:

 Hi Prabath,
 This has become a blocker for the MB v 3.0.0 M1.
 (Since Dhanuka might be travelling) Shall we have a look on how to fix
 this on Monday?

 regards
 Ramith.


 On Fri, Oct 3, 2014 at 10:52 PM, Dhanuka Ranasinghe dhan...@wso2.com
 wrote:

 Hi Sameera,

 The reason for embed third party libraries is osgi cyclic dependency
 issue. This has been discussed long time back with Kishanthan and you.

 Cheers,
 Dhanuka

 *Dhanuka Ranasinghe*

 Senior Software Engineer
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

 phone : +94 715381915

 On Fri, Oct 3, 2014 at 10:11 PM, Sameera Jayasoma same...@wso2.com
 wrote:

 Hi Dhanuka,

 I noticed few issues in pom.xml of this orbit bundle.

 1) Import package section is empty. Please the put correct import
 package list.
 2) Optional=true is missing from some of the dependencies.
 3) Following third-party libraries have been embedded inside this orbit
 bundle

 netty
 metrics-core
 guava
 jackson-core-as
 |jackson-mapper-asl
 slf4j-api
 slf4j-log4j12
 *apache-cassandra*
 libthrift;

 4) Size of this bundle is around 8.5 MB and all the above embedded
 dependencies has contributed to this size.

 I know there exists orbit bundles with such issues, but we've started
 this effort recently to verify all the new orbit bundles before publishing
 them to nexus repository.

 I am rejecting this pull request. Please fix these issues and send the
 PR again.

 Thanks,
 Sameera.

 On Fri, Oct 3, 2014 at 9:37 PM, Dhanuka Ranasinghe dhan...@wso2.com
 wrote:

 Hi,

 I don't have permission to merge below pull request, I guess some one
 who has permission would need to attend this.

 https://github.com/wso2/orbit/pull/26

 Cheers,
 Dhanuka

 *Dhanuka Ranasinghe*

 Senior Software Engineer
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

 phone : +94 715381915

 On Fri, Oct 3, 2014 at 6:31 PM, Harsha Kumara hars...@wso2.com
 wrote:

 Adding Maheshika.

 On Fri, Oct 3, 2014 at 6:23 PM, Asanka Abeyweera asank...@wso2.com
 wrote:

 Hi all,

 I created a pull request [1] in wso2/orbit removing the parent pom
 reference in cql-driver bundle. Can we release this as
 cql-driver-1.0.5.wso2v2 in wso2/orbit?

 [1] https://github.com/wso2/orbit/pull/26


 On Fri, Oct 3, 2014 at 6:17 PM, Asitha Nanayakkara asi...@wso2.com
 wrote:

 Hi everyone,

 Since the issue is a blocker for us we are making the versions
 consistent throughout the platform by using the existing cql-driver.
 Changes needed in carbon-storage-management is complete.

 @PrabathA: Please review and merge the pull request
 https://github.com/wso2-dev/carbon-storage-management/pull/48

 Thank you.

 On Thu, Oct 2, 2014 at 7:37 AM, Prabath Abeysekera 
 praba...@wso2.com wrote:

 Hi Everyone,

 AsankaAB and Asitha have finally found the root cause of this
 issue. Excellent stuff guys!

 It appears as if a few different versions of transitive
 dependencies (i.e guava) used within some of the libraries resulted 
 in the
 package conflicts observed. As for the resolutions available, we'd 
 have to
 make the versions of the aforesaid libraries that are being used in 
 other
 dependencies consistent across the platform. This is currently being 
 worked
 on and We'll be updating the thread once done.

 Cheers,
 Prabath

 On Wed, Oct 1, 2014 at 5:29 PM, Asitha Nanayakkara 
 asi...@wso2.com wrote:

 adding dev list

 On Wed, Oct 1, 2014 at 9:36 AM, Asanka Abeyweera 
 asank...@wso2.com wrote:

 Hi Asitha/Prabath,

 The issue is seems to be a side effect of the switch we made
 from cql-driver to cassandra-driver-core. I reverted back to 
 cql-driver and
 the issue does not occur after that. Therefore I think the issue is 
 with
 cassandra-driver-core bundle.

 Since we use the org.wso2.carbon.cassandra.datareader.feature
 which uses cassandra-driver-core, we cannot switch completely to