Re: [Dev] [AS] Error in shutting down the server : Cannot put transports into maintenance mode : NPE from RegistryConfigLoader

2014-08-31 Thread Pulasthi Mahawithana
Hi,

There is already a carbon JIRA[1] for this issue.

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


On Sun, Aug 31, 2014 at 10:52 AM, Firzhan Naqash firz...@wso2.com wrote:

 Hi,

 Thanks Ajith for the detailed explanation. I have created following JIRA[1]

 [1] https://wso2.org/jira/browse/REGISTRY-2291




 Regards,
 Firzhan


 On Sun, Aug 31, 2014 at 7:53 AM, Ajith Vitharana aji...@wso2.com wrote:


 If your product is using the registry search feature, this bundle will
 include to the product. If so it is must to add this configuration to the
 registry.xml.
 Anyway we need handle this NPE for the products which don't use the
 indexing based registry search.

 Please report a JIRA to handle this NPE.

 Thanks
 Ajith.


 On Sun, Aug 31, 2014 at 2:34 AM, Firzhan Naqash firz...@wso2.com wrote:

 Hi,

 I debugged the code and the code seems to be throwing exception in the
 GREG's org.wso2.carbon.registry.indexing.RegistryConfigLoader class.

 This exception occurred because of missing XML elements in registry.xml.
 After I added the indexingConfiguration it worked fine.

  if the  file doesn't have the indexingConfiguration
 /indexingConfiguration tags.



 indexingConfiguration
 startingDelayInSeconds300/startingDelayInSeconds
 indexingFrequencyInSeconds60/indexingFrequencyInSeconds
 batchSize10/batchSize
 indexerPoolSize10/indexerPoolSize
 !-- location storing the time the indexing took place--

 lastAccessTimeLocation/_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime/lastAccessTimeLocation
 indexers
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer
 mediaTypeRegEx=application/vnd.ms-excel/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer
 mediaTypeRegEx=application/vnd.ms-powerpoint/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.MSWordIndexer
 mediaTypeRegEx=application/msword/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.PDFIndexer
 mediaTypeRegEx=application/pdf/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.XMLIndexer
 mediaTypeRegEx=application/xml/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.XMLIndexer
 mediaTypeRegEx=application/(.)+\+xml/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer
 mediaTypeRegEx=text/(.)+/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer
 mediaTypeRegEx=application/x-javascript/
 /indexers
 exclusions
 exclusion
 pathRegEx=/_system/config/repository/dashboards/gadgets/swfobject1-5/.*[.]html/
 exclusion
 pathRegEx=/_system/local/repository/components/org[.]wso2[.]carbon[.]registry/mount/.*/
 /exclusions
 /indexingConfiguration



 @subash:- Do we have to add this part to the registry.xml file in each
 product or am I missing some thing in initial configuration which is
 forcing me to add this xml tag ?




 Regards,
 Firzhan


 On Sat, Aug 30, 2014 at 11:24 PM, Kasun Gajasinghe kas...@wso2.com
 wrote:


 Please raise a jira on this.

 Thanks.


 On Sat, Aug 30, 2014 at 10:54 PM, Firzhan Naqash firz...@wso2.com
 wrote:

 Hi Malinga,

 I am also encountering the same error when I tried to shut down the
  BPSserver.

 Any luck with the above error ? Can you share your findings ?

 Regards,
 Firzhan


 On Fri, Jul 4, 2014 at 7:30 PM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 Any idea about the following,

 TID: [0] [AS] [2014-07-04 19:10:56,219]  INFO
 {org.wso2.carbon.core.ServerManagement} -  All deployment tasks have been
 completed. {org.wso2.carbon.core.ServerManagement}
 TID: [0] [AS] [2014-07-04 19:10:56,219]  INFO
 {org.wso2.carbon.core.ServerManagement} -  Waiting for server task
 completion... {org.wso2.carbon.core.ServerManagement}
 TID: [0] [AS] [2014-07-04 19:10:56,226] ERROR
 {org.wso2.carbon.core.init.CarbonServerManager} -  Cannot put transports
 into maintenance mode {org.wso2.carbon.core.init.CarbonServerManager}
 java.lang.NullPointerException
 at
 org.wso2.carbon.registry.indexing.RegistryConfigLoader.init(RegistryConfigLoader.java:88)
 at
 org.wso2.carbon.registry.indexing.IndexingManager.init(IndexingManager.java:68)
  at
 org.wso2.carbon.registry.indexing.IndexingManager.getInstance(IndexingManager.java:78)
 at
 org.wso2.carbon.registry.indexing.internal.IndexingServiceComponent$1.startingShutdown(IndexingServiceComponent.java:80)
  at
 org.wso2.carbon.core.ServerManagement.waitForServerTaskCompletion(ServerManagement.java:113)
 at
 org.wso2.carbon.core.ServerManagement.startMaintenanceForShutDown(ServerManagement.java:97)
  at
 org.wso2.carbon.core.init.CarbonServerManager.shutdownGracefully(CarbonServerManager.java:878)
 at
 org.wso2.carbon.core.init.CarbonServerManager$4.run(CarbonServerManager.java:894)

 thanks,
 --
 Supun Malinga,

 Senior Software Engineer,
 WSO2 

[Dev] NoClassDefFoundError at Server startup from tracer module

2014-08-31 Thread Pulasthi Mahawithana
Hi,

I'm getting the following at server startup,

java.lang.NoClassDefFoundError:
org/wso2/carbon/logging/appenders/CircularBuffer
at
org.wso2.carbon.tracer.module.MemoryBasedTracePersister.init(MemoryBasedTracePersister.java:36)
 at org.wso2.carbon.tracer.module.TracerModule.init(TracerModule.java:83)
at
org.apache.axis2.context.ConfigurationContextFactory.initModules(ConfigurationContextFactory.java:252)
 at
org.apache.axis2.context.ConfigurationContextFactory.init(ConfigurationContextFactory.java:230)
at
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:93)
 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)


After having a look at the code, I noticed that CircularBuffer class has
been moved to org.wso2.carbon.utils from org.wso2.carbon.logging and the
pull request for carbon-utils related to those changes[1] is not merged due
to a failure at pr-builder.

Can you please review and merge the pull request [1] to fix the $subject?

[1] https://github.com/wso2/carbon-utils/pull/6
-- 
*Pulasthi Mahawithana*
Software Engineer
WSO2 Inc., http://wso2.com/
Mobile: +94-71-5179022
Blog: http://blog.pulasthi.org
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [AS] Error in shutting down the server : Cannot put transports into maintenance mode : NPE from RegistryConfigLoader

2014-08-31 Thread Firzhan Naqash
Hi,

Thanks for pointing out. Although the error occurs in difference mode, root
cause seems to be the same reason.

I think this is not a carbon issue and this is a registry issue.

Thanks

Regards,
Firzhan


On Sun, Aug 31, 2014 at 4:36 PM, Pulasthi Mahawithana pulast...@wso2.com
wrote:

 Hi,

 There is already a carbon JIRA[1] for this issue.

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


 On Sun, Aug 31, 2014 at 10:52 AM, Firzhan Naqash firz...@wso2.com wrote:

 Hi,

 Thanks Ajith for the detailed explanation. I have created following
 JIRA[1]

 [1] https://wso2.org/jira/browse/REGISTRY-2291




 Regards,
 Firzhan


 On Sun, Aug 31, 2014 at 7:53 AM, Ajith Vitharana aji...@wso2.com wrote:


 If your product is using the registry search feature, this bundle will
 include to the product. If so it is must to add this configuration to the
 registry.xml.
 Anyway we need handle this NPE for the products which don't use the
 indexing based registry search.

 Please report a JIRA to handle this NPE.

 Thanks
 Ajith.


 On Sun, Aug 31, 2014 at 2:34 AM, Firzhan Naqash firz...@wso2.com
 wrote:

 Hi,

 I debugged the code and the code seems to be throwing exception in the
 GREG's org.wso2.carbon.registry.indexing.RegistryConfigLoader class.

 This exception occurred because of missing XML elements in
 registry.xml. After I added the indexingConfiguration it worked fine.

  if the  file doesn't have the indexingConfiguration
 /indexingConfiguration tags.



 indexingConfiguration
 startingDelayInSeconds300/startingDelayInSeconds
 indexingFrequencyInSeconds60/indexingFrequencyInSeconds
 batchSize10/batchSize
 indexerPoolSize10/indexerPoolSize
 !-- location storing the time the indexing took place--

 lastAccessTimeLocation/_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime/lastAccessTimeLocation
 indexers
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer
 mediaTypeRegEx=application/vnd.ms-excel/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer
 mediaTypeRegEx=application/vnd.ms-powerpoint/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.MSWordIndexer
 mediaTypeRegEx=application/msword/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.PDFIndexer
 mediaTypeRegEx=application/pdf/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.XMLIndexer
 mediaTypeRegEx=application/xml/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.XMLIndexer
 mediaTypeRegEx=application/(.)+\+xml/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer
 mediaTypeRegEx=text/(.)+/
 indexer
 class=org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer
 mediaTypeRegEx=application/x-javascript/
 /indexers
 exclusions
 exclusion
 pathRegEx=/_system/config/repository/dashboards/gadgets/swfobject1-5/.*[.]html/
 exclusion
 pathRegEx=/_system/local/repository/components/org[.]wso2[.]carbon[.]registry/mount/.*/
 /exclusions
 /indexingConfiguration



 @subash:- Do we have to add this part to the registry.xml file in each
 product or am I missing some thing in initial configuration which is
 forcing me to add this xml tag ?




 Regards,
 Firzhan


 On Sat, Aug 30, 2014 at 11:24 PM, Kasun Gajasinghe kas...@wso2.com
 wrote:


 Please raise a jira on this.

 Thanks.


 On Sat, Aug 30, 2014 at 10:54 PM, Firzhan Naqash firz...@wso2.com
 wrote:

 Hi Malinga,

 I am also encountering the same error when I tried to shut down the
  BPSserver.

 Any luck with the above error ? Can you share your findings ?

 Regards,
 Firzhan


 On Fri, Jul 4, 2014 at 7:30 PM, Supun Malinga sup...@wso2.com
 wrote:

 Hi,

 Any idea about the following,

 TID: [0] [AS] [2014-07-04 19:10:56,219]  INFO
 {org.wso2.carbon.core.ServerManagement} -  All deployment tasks have 
 been
 completed. {org.wso2.carbon.core.ServerManagement}
 TID: [0] [AS] [2014-07-04 19:10:56,219]  INFO
 {org.wso2.carbon.core.ServerManagement} -  Waiting for server task
 completion... {org.wso2.carbon.core.ServerManagement}
 TID: [0] [AS] [2014-07-04 19:10:56,226] ERROR
 {org.wso2.carbon.core.init.CarbonServerManager} -  Cannot put transports
 into maintenance mode {org.wso2.carbon.core.init.CarbonServerManager}
 java.lang.NullPointerException
 at
 org.wso2.carbon.registry.indexing.RegistryConfigLoader.init(RegistryConfigLoader.java:88)
 at
 org.wso2.carbon.registry.indexing.IndexingManager.init(IndexingManager.java:68)
  at
 org.wso2.carbon.registry.indexing.IndexingManager.getInstance(IndexingManager.java:78)
 at
 org.wso2.carbon.registry.indexing.internal.IndexingServiceComponent$1.startingShutdown(IndexingServiceComponent.java:80)
  at
 org.wso2.carbon.core.ServerManagement.waitForServerTaskCompletion(ServerManagement.java:113)
 at
 

[Dev] Please merge pull request #3 for product-bps

2014-08-31 Thread Firzhan Naqash
Hi,

Please review and merge the pull request[1], which is a fix for issue[2]




[1] https://github.com/wso2-dev/product-bps/pull/3
[2] https://wso2.org/jira/browse/BPS-185

Thanks,

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


Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Jenananthan Yogendran
congrats Rajith


On Fri, Aug 29, 2014 at 5:10 PM, Abimaran Kugathasan abima...@wso2.com
wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 8:41 AM, Lakshman Udayakantha lakshm...@wso2.com
 wrote:

 congratulations rajith...!!


 On Fri, Aug 29, 2014 at 8:35 AM, Niranda Perera nira...@wso2.com wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 7:33 AM, Manoj Kumara ma...@wso2.com wrote:

 Congratulations Rajith !!!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Thu, Aug 28, 2014 at 10:00 PM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Rajith...!!!

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


 On Fri, Aug 29, 2014 at 1:51 AM, Sewwandi Perera sewwa...@wso2.com
 wrote:

 Congratulations Rajith...!!!


 On Fri, Aug 29, 2014 at 7:07 AM, Isura Karunaratne is...@wso2.com
 wrote:

 Congratz Rajith !!


 On Thursday, August 28, 2014, Gimantha Bandara giman...@wso2.com
 wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:42 PM, Harsha Kumara hars...@wso2.com
 wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:31 PM, Thanuja Jayasinghe 
 than...@wso2.com wrote:

 Congratz rajith.!!!
 On 28 Aug 2014 22:24, Anjana Fernando anj...@wso2.com wrote:

  Hi,

 It's my pleasure to announce Rajith Vitharana as a WSO2
 committer. Rajith has done many valuable contributions to BAM and 
 the DSS
 products. Welcome aboard and keep up the good work! ..

 Cheers,
 Anjana.
 --
 *Anjana Fernando*
 Senior Technical Lead
 WSO2 Inc. | http://wso2.com
 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




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




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



 --
 Isura Dilhara Karunaratne
 Software Engineer

 Mob +94 772 254 810



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




 --
 Sewwandi Perera
 Software Engineer

 WSO2 Inc.; http://wso2.com
 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



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




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

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




 --
 Lakshman Udayakantha
 Software Engineer, WSO2
 Mobile: *0711241005*

 *lakshm...@wso2.com lakshm...@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




-- 
Jenananthan Yogendran
*Software Engineer,*
*WSO2 inc., http://wso2.com http://wso2.com*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Yasassri Ratnayake
Congrats Rajith!!!


On Mon, Sep 1, 2014 at 7:44 AM, Jenananthan Yogendran jenanant...@wso2.com
wrote:

 congrats Rajith


 On Fri, Aug 29, 2014 at 5:10 PM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 8:41 AM, Lakshman Udayakantha lakshm...@wso2.com
  wrote:

 congratulations rajith...!!


 On Fri, Aug 29, 2014 at 8:35 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 7:33 AM, Manoj Kumara ma...@wso2.com wrote:

 Congratulations Rajith !!!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Thu, Aug 28, 2014 at 10:00 PM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Rajith...!!!

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


 On Fri, Aug 29, 2014 at 1:51 AM, Sewwandi Perera sewwa...@wso2.com
 wrote:

 Congratulations Rajith...!!!


 On Fri, Aug 29, 2014 at 7:07 AM, Isura Karunaratne is...@wso2.com
 wrote:

 Congratz Rajith !!


 On Thursday, August 28, 2014, Gimantha Bandara giman...@wso2.com
 wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:42 PM, Harsha Kumara hars...@wso2.com
 wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:31 PM, Thanuja Jayasinghe 
 than...@wso2.com wrote:

 Congratz rajith.!!!
 On 28 Aug 2014 22:24, Anjana Fernando anj...@wso2.com wrote:

  Hi,

 It's my pleasure to announce Rajith Vitharana as a WSO2
 committer. Rajith has done many valuable contributions to BAM and 
 the DSS
 products. Welcome aboard and keep up the good work! ..

 Cheers,
 Anjana.
 --
 *Anjana Fernando*
 Senior Technical Lead
 WSO2 Inc. | http://wso2.com
 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




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




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



 --
 Isura Dilhara Karunaratne
 Software Engineer

 Mob +94 772 254 810



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




 --
 Sewwandi Perera
 Software Engineer

 WSO2 Inc.; http://wso2.com
 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



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




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

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




 --
 Lakshman Udayakantha
 Software Engineer, WSO2
 Mobile: *0711241005*

 *lakshm...@wso2.com lakshm...@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




 --
 Jenananthan Yogendran
 *Software Engineer,*
 *WSO2 inc., http://wso2.com http://wso2.com*


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




-- 
Yasassri Ratnayake
Software Engineer - QA
WSO2 Inc ; http://wso2.com
lean.enterprise.middleware
*Mobile : +94715933168*
*Blog : http://yasassriratnayake.blogspot.com/
http://yasassriratnayake.blogspot.com/*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Dumidu Handakumbura
Congrats Rajith..


On Mon, Sep 1, 2014 at 7:56 AM, Yasassri Ratnayake yasas...@wso2.com
wrote:

 Congrats Rajith!!!


 On Mon, Sep 1, 2014 at 7:44 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 congrats Rajith


 On Fri, Aug 29, 2014 at 5:10 PM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 8:41 AM, Lakshman Udayakantha 
 lakshm...@wso2.com wrote:

 congratulations rajith...!!


 On Fri, Aug 29, 2014 at 8:35 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 7:33 AM, Manoj Kumara ma...@wso2.com wrote:

 Congratulations Rajith !!!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Thu, Aug 28, 2014 at 10:00 PM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Rajith...!!!

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


 On Fri, Aug 29, 2014 at 1:51 AM, Sewwandi Perera sewwa...@wso2.com
 wrote:

 Congratulations Rajith...!!!


 On Fri, Aug 29, 2014 at 7:07 AM, Isura Karunaratne is...@wso2.com
 wrote:

 Congratz Rajith !!


 On Thursday, August 28, 2014, Gimantha Bandara giman...@wso2.com
 wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:42 PM, Harsha Kumara hars...@wso2.com
  wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:31 PM, Thanuja Jayasinghe 
 than...@wso2.com wrote:

 Congratz rajith.!!!
 On 28 Aug 2014 22:24, Anjana Fernando anj...@wso2.com
 wrote:

  Hi,

 It's my pleasure to announce Rajith Vitharana as a WSO2
 committer. Rajith has done many valuable contributions to BAM and 
 the DSS
 products. Welcome aboard and keep up the good work! ..

 Cheers,
 Anjana.
 --
 *Anjana Fernando*
 Senior Technical Lead
 WSO2 Inc. | http://wso2.com
 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




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




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



 --
 Isura Dilhara Karunaratne
 Software Engineer

 Mob +94 772 254 810



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




 --
 Sewwandi Perera
 Software Engineer

 WSO2 Inc.; http://wso2.com
 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



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




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

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




 --
 Lakshman Udayakantha
 Software Engineer, WSO2
 Mobile: *0711241005*

 *lakshm...@wso2.com lakshm...@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




 --
 Jenananthan Yogendran
 *Software Engineer,*
 *WSO2 inc., http://wso2.com http://wso2.com*


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




 --
 Yasassri Ratnayake
 Software Engineer - QA
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware
 *Mobile : +94715933168 %2B94715933168*
 *Blog : http://yasassriratnayake.blogspot.com/
 http://yasassriratnayake.blogspot.com/*

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




-- 
*Dumidu Handakumbura*
Software Engineer - QA
WSO2 Inc; http://www.wso2.com/.
Mobile;
*+9406740 *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Aruna Karunarathna
Congratzz Rajith...!!!


On Mon, Sep 1, 2014 at 9:25 AM, Dumidu Handakumbura dum...@wso2.com wrote:

 Congrats Rajith..


 On Mon, Sep 1, 2014 at 7:56 AM, Yasassri Ratnayake yasas...@wso2.com
 wrote:

 Congrats Rajith!!!


 On Mon, Sep 1, 2014 at 7:44 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 congrats Rajith


 On Fri, Aug 29, 2014 at 5:10 PM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 8:41 AM, Lakshman Udayakantha 
 lakshm...@wso2.com wrote:

 congratulations rajith...!!


 On Fri, Aug 29, 2014 at 8:35 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 7:33 AM, Manoj Kumara ma...@wso2.com wrote:

 Congratulations Rajith !!!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Thu, Aug 28, 2014 at 10:00 PM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Rajith...!!!

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


 On Fri, Aug 29, 2014 at 1:51 AM, Sewwandi Perera sewwa...@wso2.com
  wrote:

 Congratulations Rajith...!!!


 On Fri, Aug 29, 2014 at 7:07 AM, Isura Karunaratne is...@wso2.com
  wrote:

 Congratz Rajith !!


 On Thursday, August 28, 2014, Gimantha Bandara giman...@wso2.com
 wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:42 PM, Harsha Kumara 
 hars...@wso2.com wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:31 PM, Thanuja Jayasinghe 
 than...@wso2.com wrote:

 Congratz rajith.!!!
 On 28 Aug 2014 22:24, Anjana Fernando anj...@wso2.com
 wrote:

  Hi,

 It's my pleasure to announce Rajith Vitharana as a WSO2
 committer. Rajith has done many valuable contributions to BAM 
 and the DSS
 products. Welcome aboard and keep up the good work! ..

 Cheers,
 Anjana.
 --
 *Anjana Fernando*
 Senior Technical Lead
 WSO2 Inc. | http://wso2.com
 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




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




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



 --
 Isura Dilhara Karunaratne
 Software Engineer

 Mob +94 772 254 810



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




 --
 Sewwandi Perera
 Software Engineer

 WSO2 Inc.; http://wso2.com
 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



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




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

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




 --
 Lakshman Udayakantha
 Software Engineer, WSO2
 Mobile: *0711241005*

 *lakshm...@wso2.com lakshm...@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




 --
 Jenananthan Yogendran
 *Software Engineer,*
 *WSO2 inc., http://wso2.com http://wso2.com*


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




 --
 Yasassri Ratnayake
 Software Engineer - QA
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware
 *Mobile : +94715933168 %2B94715933168*
 *Blog : http://yasassriratnayake.blogspot.com/
 http://yasassriratnayake.blogspot.com/*

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




 --
 *Dumidu Handakumbura*
 Software Engineer - QA
 WSO2 Inc; http://www.wso2.com/.
 Mobile;
 *+9406740 %2B9406740 *

 ___
 Dev mailing list
 Dev@wso2.org
 

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Praneesha Chandrasiri
Congrats!!!


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

 Congrats Rajith!


 On Mon, Sep 1, 2014 at 9:25 AM, Dumidu Handakumbura dum...@wso2.com
 wrote:

 Congrats Rajith..


 On Mon, Sep 1, 2014 at 7:56 AM, Yasassri Ratnayake yasas...@wso2.com
 wrote:

 Congrats Rajith!!!


 On Mon, Sep 1, 2014 at 7:44 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 congrats Rajith


 On Fri, Aug 29, 2014 at 5:10 PM, Abimaran Kugathasan abima...@wso2.com
  wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 8:41 AM, Lakshman Udayakantha 
 lakshm...@wso2.com wrote:

 congratulations rajith...!!


 On Fri, Aug 29, 2014 at 8:35 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 7:33 AM, Manoj Kumara ma...@wso2.com
 wrote:

 Congratulations Rajith !!!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Thu, Aug 28, 2014 at 10:00 PM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Rajith...!!!

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


 On Fri, Aug 29, 2014 at 1:51 AM, Sewwandi Perera 
 sewwa...@wso2.com wrote:

 Congratulations Rajith...!!!


 On Fri, Aug 29, 2014 at 7:07 AM, Isura Karunaratne 
 is...@wso2.com wrote:

 Congratz Rajith !!


 On Thursday, August 28, 2014, Gimantha Bandara 
 giman...@wso2.com wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:42 PM, Harsha Kumara 
 hars...@wso2.com wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:31 PM, Thanuja Jayasinghe 
 than...@wso2.com wrote:

 Congratz rajith.!!!
 On 28 Aug 2014 22:24, Anjana Fernando anj...@wso2.com
 wrote:

  Hi,

 It's my pleasure to announce Rajith Vitharana as a WSO2
 committer. Rajith has done many valuable contributions to BAM 
 and the DSS
 products. Welcome aboard and keep up the good work! ..

 Cheers,
 Anjana.
 --
 *Anjana Fernando*
 Senior Technical Lead
 WSO2 Inc. | http://wso2.com
 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




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




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



 --
 Isura Dilhara Karunaratne
 Software Engineer

 Mob +94 772 254 810



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




 --
 Sewwandi Perera
 Software Engineer

 WSO2 Inc.; http://wso2.com
 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



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




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

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




 --
 Lakshman Udayakantha
 Software Engineer, WSO2
 Mobile: *0711241005*

 *lakshm...@wso2.com lakshm...@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




 --
 Jenananthan Yogendran
 *Software Engineer,*
 *WSO2 inc., http://wso2.com http://wso2.com*


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




 --
 Yasassri Ratnayake
 Software Engineer - QA
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware
 *Mobile : +94715933168 %2B94715933168*
 *Blog : http://yasassriratnayake.blogspot.com/
 http://yasassriratnayake.blogspot.com/*

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




 --
 *Dumidu Handakumbura*
 Software Engineer - QA
 WSO2 Inc; http://www.wso2.com/.
 Mobile;
 *+9406740 %2B9406740 *

 

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Thushara Ranawaka
Congrats Rajith Aiya!


On Mon, Sep 1, 2014 at 9:44 AM, Praneesha Chandrasiri pranee...@wso2.com
wrote:

 Congrats!!!


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

 Congrats Rajith!


 On Mon, Sep 1, 2014 at 9:25 AM, Dumidu Handakumbura dum...@wso2.com
 wrote:

 Congrats Rajith..


 On Mon, Sep 1, 2014 at 7:56 AM, Yasassri Ratnayake yasas...@wso2.com
 wrote:

 Congrats Rajith!!!


 On Mon, Sep 1, 2014 at 7:44 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 congrats Rajith


 On Fri, Aug 29, 2014 at 5:10 PM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 8:41 AM, Lakshman Udayakantha 
 lakshm...@wso2.com wrote:

 congratulations rajith...!!


 On Fri, Aug 29, 2014 at 8:35 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 7:33 AM, Manoj Kumara ma...@wso2.com
 wrote:

 Congratulations Rajith !!!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Thu, Aug 28, 2014 at 10:00 PM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Rajith...!!!

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


 On Fri, Aug 29, 2014 at 1:51 AM, Sewwandi Perera 
 sewwa...@wso2.com wrote:

 Congratulations Rajith...!!!


 On Fri, Aug 29, 2014 at 7:07 AM, Isura Karunaratne 
 is...@wso2.com wrote:

 Congratz Rajith !!


 On Thursday, August 28, 2014, Gimantha Bandara 
 giman...@wso2.com wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:42 PM, Harsha Kumara 
 hars...@wso2.com wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:31 PM, Thanuja Jayasinghe 
 than...@wso2.com wrote:

 Congratz rajith.!!!
 On 28 Aug 2014 22:24, Anjana Fernando anj...@wso2.com
 wrote:

  Hi,

 It's my pleasure to announce Rajith Vitharana as a WSO2
 committer. Rajith has done many valuable contributions to BAM 
 and the DSS
 products. Welcome aboard and keep up the good work! ..

 Cheers,
 Anjana.
 --
 *Anjana Fernando*
 Senior Technical Lead
 WSO2 Inc. | http://wso2.com
 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




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




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



 --
 Isura Dilhara Karunaratne
 Software Engineer

 Mob +94 772 254 810



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




 --
 Sewwandi Perera
 Software Engineer

 WSO2 Inc.; http://wso2.com
 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



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




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

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




 --
 Lakshman Udayakantha
 Software Engineer, WSO2
 Mobile: *0711241005*

 *lakshm...@wso2.com lakshm...@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




 --
 Jenananthan Yogendran
 *Software Engineer,*
 *WSO2 inc., http://wso2.com http://wso2.com*


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




 --
 Yasassri Ratnayake
 Software Engineer - QA
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware
 *Mobile : +94715933168 %2B94715933168*
 *Blog : http://yasassriratnayake.blogspot.com/
 http://yasassriratnayake.blogspot.com/*

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




 --
 *Dumidu Handakumbura*
 

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Pubudu Dissanayake
Congratulations Rajith


On Mon, Sep 1, 2014 at 10:01 AM, Thushara Ranawaka thusha...@wso2.com
wrote:

 Congrats Rajith Aiya!


 On Mon, Sep 1, 2014 at 9:44 AM, Praneesha Chandrasiri pranee...@wso2.com
 wrote:

 Congrats!!!


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

 Congrats Rajith!


 On Mon, Sep 1, 2014 at 9:25 AM, Dumidu Handakumbura dum...@wso2.com
 wrote:

 Congrats Rajith..


 On Mon, Sep 1, 2014 at 7:56 AM, Yasassri Ratnayake yasas...@wso2.com
 wrote:

 Congrats Rajith!!!


 On Mon, Sep 1, 2014 at 7:44 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 congrats Rajith


 On Fri, Aug 29, 2014 at 5:10 PM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 8:41 AM, Lakshman Udayakantha 
 lakshm...@wso2.com wrote:

 congratulations rajith...!!


 On Fri, Aug 29, 2014 at 8:35 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 7:33 AM, Manoj Kumara ma...@wso2.com
 wrote:

 Congratulations Rajith !!!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Thu, Aug 28, 2014 at 10:00 PM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Rajith...!!!

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


 On Fri, Aug 29, 2014 at 1:51 AM, Sewwandi Perera 
 sewwa...@wso2.com wrote:

 Congratulations Rajith...!!!


 On Fri, Aug 29, 2014 at 7:07 AM, Isura Karunaratne 
 is...@wso2.com wrote:

 Congratz Rajith !!


 On Thursday, August 28, 2014, Gimantha Bandara 
 giman...@wso2.com wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:42 PM, Harsha Kumara 
 hars...@wso2.com wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:31 PM, Thanuja Jayasinghe 
 than...@wso2.com wrote:

 Congratz rajith.!!!
 On 28 Aug 2014 22:24, Anjana Fernando anj...@wso2.com
 wrote:

  Hi,

 It's my pleasure to announce Rajith Vitharana as a WSO2
 committer. Rajith has done many valuable contributions to BAM 
 and the DSS
 products. Welcome aboard and keep up the good work! ..

 Cheers,
 Anjana.
 --
 *Anjana Fernando*
 Senior Technical Lead
 WSO2 Inc. | http://wso2.com
 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




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




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



 --
 Isura Dilhara Karunaratne
 Software Engineer

 Mob +94 772 254 810



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




 --
 Sewwandi Perera
 Software Engineer

 WSO2 Inc.; http://wso2.com
 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



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




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

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




 --
 Lakshman Udayakantha
 Software Engineer, WSO2
 Mobile: *0711241005*

 *lakshm...@wso2.com lakshm...@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




 --
 Jenananthan Yogendran
 *Software Engineer,*
 *WSO2 inc., http://wso2.com http://wso2.com*


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




 --
 Yasassri Ratnayake
 Software Engineer - QA
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware
 *Mobile : +94715933168 %2B94715933168*
 *Blog : http://yasassriratnayake.blogspot.com/
 http://yasassriratnayake.blogspot.com/*

 ___
 Dev 

[Dev] Mutual SSL work with java 7 and open jdk 6 but not with sun java 6

2014-08-31 Thread Jay
Dear All,

When Braintree connector was tested on ESB with Java SDK 1.6.0_22 all the
methods threw the following exception trace and failed.

[2014-08-29 16:42:09,415] ERROR - CreateTransaction java.io.IOException:
subject key, java.lang.NullPointerException
com.braintreegateway.exceptions.UnexpectedException: java.io.IOException:
subject key, java.lang.NullPointerException
at com.braintreegateway.util.Http.getSSLSocketFactory(Http.java:156)
at com.braintreegateway.util.Http.httpRequest(Http.java:80)
at com.braintreegateway.util.Http.post(Http.java:60)
at com.braintreegateway.TransactionGateway.sale(TransactionGateway.java:105)
at
org.wso2.carbon.connector.braintree.CreateTransaction.createTransaction(CreateTransaction.java:401)
at
org.wso2.carbon.connector.braintree.CreateTransaction.connect(CreateTransaction.java:75)
at
org.wso2.carbon.connector.core.AbstractConnector.mediate(AbstractConnector.java:32)
at
org.apache.synapse.mediators.ext.ClassMediator.mediate(ClassMediator.java:78)
at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:77)
at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:47)
at
org.apache.synapse.mediators.template.TemplateMediator.mediate(TemplateMediator.java:77)
at
org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:129)
at
org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:78)
at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:77)
at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:47)
at
org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:131)
at
org.apache.synapse.core.axis2.ProxyServiceMessageReceiver.receive(ProxyServiceMessageReceiver.java:166)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
at
org.apache.synapse.transport.passthru.ServerWorker.processNonEntityEnclosingRESTHandler(ServerWorker.java:344
)
at
org.apache.synapse.transport.passthru.ServerWorker.processEntityEnclosingRequest(ServerWorker.java:385)
at
org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:183)
at
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
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)
Caused by: java.security.cert.CertificateParsingException:
java.io.IOException: subject key, java.lang.NullPointerException

However the methods work perfectly fine when using Java SDK 1.7 and Open JDK
1.6 (on Linux machines).

It was also observed that the Braintree SDK works fine with direct calls
when using all Java 6 and 7 even 5.

The following method in the Braintree SDK is where the exception is being
thrown from.

Class com.braintreegateway.util.Http - 

private SSLSocketFactory getSSLSocketFactory() {
try {
KeyStore keyStore =
KeyStore.getInstance(KeyStore.getDefaultType());
keyStore.load(null);

for (String certificateFilename : certificateFilenames) {
CertificateFactory cf =
CertificateFactory.getInstance(X.509);
InputStream certStream =
Http.class.getClassLoader().getResourceAsStream(certificateFilename);

Collection? extends Certificate coll =
cf.generateCertificates(certStream); // This is the line which throws the
Exception
for (Certificate cert : coll) {
if (cert instanceof X509Certificate) {
  X509Certificate x509cert = (X509Certificate) cert;
  Principal principal = x509cert.getSubjectDN();
  String subject = principal.getName();
  keyStore.setCertificateEntry(subject, cert);
}
}
}

KeyManagerFactory kmf =
KeyManagerFactory.getInstance(KeyManagerFactory.getDefaultAlgorithm());
kmf.init(keyStore, null);
TrustManagerFactory tmf =
TrustManagerFactory.getInstance(TrustManagerFactory.getDefaultAlgorithm());
tmf.init(keyStore);

SSLContext sslContext = SSLContext.getInstance(TLS);
sslContext.init((KeyManager[]) kmf.getKeyManagers(),
tmf.getTrustManagers(), SecureRandom.getInstance(SHA1PRNG));

return sslContext.getSocketFactory();
} catch (Exception e) {
throw new UnexpectedException(e.getMessage(), e);
}
}

The following approaches were tried to resolve the issue which apparently
proved useless.
1.  Imported the Braintree API X509 certificate into wso2carbon.jks and to
client-truststore.jks.
2.  Imported the same into cacerts (jre\lib\security\cacerts)file when using
Java SDK 1.6.
3.  Tried installing OpenJDK 1.6 and ran the ESB using it. The connector
worked fine.
4.  Tried 

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Tharindu Edirisinghe
Congratulations Rajith !!!


On Mon, Sep 1, 2014 at 10:05 AM, Pubudu Dissanayake pubu...@wso2.com
wrote:

 Congratulations Rajith


 On Mon, Sep 1, 2014 at 10:01 AM, Thushara Ranawaka thusha...@wso2.com
 wrote:

 Congrats Rajith Aiya!


 On Mon, Sep 1, 2014 at 9:44 AM, Praneesha Chandrasiri pranee...@wso2.com
  wrote:

 Congrats!!!


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

 Congrats Rajith!


 On Mon, Sep 1, 2014 at 9:25 AM, Dumidu Handakumbura dum...@wso2.com
 wrote:

 Congrats Rajith..


 On Mon, Sep 1, 2014 at 7:56 AM, Yasassri Ratnayake yasas...@wso2.com
 wrote:

 Congrats Rajith!!!


 On Mon, Sep 1, 2014 at 7:44 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 congrats Rajith


 On Fri, Aug 29, 2014 at 5:10 PM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 8:41 AM, Lakshman Udayakantha 
 lakshm...@wso2.com wrote:

 congratulations rajith...!!


 On Fri, Aug 29, 2014 at 8:35 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 7:33 AM, Manoj Kumara ma...@wso2.com
 wrote:

 Congratulations Rajith !!!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Thu, Aug 28, 2014 at 10:00 PM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Rajith...!!!

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


 On Fri, Aug 29, 2014 at 1:51 AM, Sewwandi Perera 
 sewwa...@wso2.com wrote:

 Congratulations Rajith...!!!


 On Fri, Aug 29, 2014 at 7:07 AM, Isura Karunaratne 
 is...@wso2.com wrote:

 Congratz Rajith !!


 On Thursday, August 28, 2014, Gimantha Bandara 
 giman...@wso2.com wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:42 PM, Harsha Kumara 
 hars...@wso2.com wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:31 PM, Thanuja Jayasinghe 
 than...@wso2.com wrote:

 Congratz rajith.!!!
 On 28 Aug 2014 22:24, Anjana Fernando anj...@wso2.com
 wrote:

  Hi,

 It's my pleasure to announce Rajith Vitharana as a WSO2
 committer. Rajith has done many valuable contributions to 
 BAM and the DSS
 products. Welcome aboard and keep up the good work! ..

 Cheers,
 Anjana.
 --
 *Anjana Fernando*
 Senior Technical Lead
 WSO2 Inc. | http://wso2.com
 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




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




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



 --
 Isura Dilhara Karunaratne
 Software Engineer

 Mob +94 772 254 810



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




 --
 Sewwandi Perera
 Software Engineer

 WSO2 Inc.; http://wso2.com
 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



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




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

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




 --
 Lakshman Udayakantha
 Software Engineer, WSO2
 Mobile: *0711241005*

 *lakshm...@wso2.com lakshm...@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




 --
 Jenananthan Yogendran
 *Software Engineer,*
 *WSO2 inc., http://wso2.com http://wso2.com*


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




 --
 Yasassri Ratnayake
 Software Engineer - QA
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware
 *Mobile : +94715933168 %2B94715933168*
 *Blog : 

Re: [Dev] Please commit CARBON-14929

2014-08-31 Thread Chamil Jeewantha
Hi Supun,

Any update on this?



On Fri, Aug 29, 2014 at 3:12 PM, Chamil Jeewantha cha...@wso2.com wrote:

 Hi Supun,

 I have re-attached the patch to the issue. Please proceed.

 Regards,
 Chamil


 On Fri, Aug 29, 2014 at 2:57 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Chamil,

 I had a chat with Sameera as well. Let's go ahead with the above
 approach.

 thanks,


 On Fri, Aug 29, 2014 at 2:37 PM, Chamil Jeewantha cha...@wso2.com
 wrote:

 Hi All,

 I'm adding org.wso2.carbon.bootstrap*.jar into patch0009. This jar
 should go into CARBON_HOME/bin

 So I think we can add a bin folder to the patch.zip and copy this jar to
 that folder. Theadd a step in README to copy it manually to
 CARBON_HOME/bin

 WDYT? Is there a better way of doing that?


 On Fri, Aug 29, 2014 at 1:49 PM, Chamil Jeewantha cha...@wso2.com
 wrote:

 Hi Supun,

 org.wso2.carbon.bootstrap*.jar does not go into the plugin directory.
 it goes to the CARBON_HOME/bin directory. Do we still need to add it to
 the patch zip?

 Regards,
 Chamil


 On Fri, Aug 29, 2014 at 12:34 PM, Supun Malinga sup...@wso2.com
 wrote:

 Hi Chamil,

 As discussed let's add the entries to include the built jar into patch
 zip as well.

 thanks,


 On Fri, Aug 29, 2014 at 12:29 PM, Chamil Jeewantha cha...@wso2.com
 wrote:

 $subject.

  https://wso2.org/jira/browse/CARBON-14929

 --
 K.D. Chamil Jeewantha
 Associate Technical Lead
 WSO2, Inc.;  http://wso2.com
 http://kdchamil.blogspot.com
 Mobile: +94716813892




 --
 Supun Malinga,

 Senior Software Engineer,
 WSO2 Inc.
 http://wso2.com
 email: sup...@wso2.com sup...@wso2.com
 mobile: +94 (0)71 56 91 321




 --
 K.D. Chamil Jeewantha
 Associate Technical Lead
 WSO2, Inc.;  http://wso2.com
 http://kdchamil.blogspot.com
 Mobile: +94716813892




 --
 K.D. Chamil Jeewantha
 Associate Technical Lead
 WSO2, Inc.;  http://wso2.com
 http://kdchamil.blogspot.com
 Mobile: +94716813892




 --
 Supun Malinga,

 Senior Software Engineer,
 WSO2 Inc.
 http://wso2.com
 email: sup...@wso2.com sup...@wso2.com
 mobile: +94 (0)71 56 91 321




 --
 K.D. Chamil Jeewantha
 Associate Technical Lead
 WSO2, Inc.;  http://wso2.com
 http://kdchamil.blogspot.com
 Mobile: +94716813892




-- 
K.D. Chamil Jeewantha
Associate Technical Lead
WSO2, Inc.;  http://wso2.com
http://kdchamil.blogspot.com
Mobile: +94716813892
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-31 Thread Manula Chathurika Thantriwatte
Congratulations !!!


On Mon, Sep 1, 2014 at 10:22 AM, Tharindu Edirisinghe tharin...@wso2.com
wrote:

 Congratulations Rajith !!!


 On Mon, Sep 1, 2014 at 10:05 AM, Pubudu Dissanayake pubu...@wso2.com
 wrote:

 Congratulations Rajith


 On Mon, Sep 1, 2014 at 10:01 AM, Thushara Ranawaka thusha...@wso2.com
 wrote:

 Congrats Rajith Aiya!


 On Mon, Sep 1, 2014 at 9:44 AM, Praneesha Chandrasiri 
 pranee...@wso2.com wrote:

 Congrats!!!


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

 Congrats Rajith!


 On Mon, Sep 1, 2014 at 9:25 AM, Dumidu Handakumbura dum...@wso2.com
 wrote:

 Congrats Rajith..


 On Mon, Sep 1, 2014 at 7:56 AM, Yasassri Ratnayake yasas...@wso2.com
  wrote:

 Congrats Rajith!!!


 On Mon, Sep 1, 2014 at 7:44 AM, Jenananthan Yogendran 
 jenanant...@wso2.com wrote:

 congrats Rajith


 On Fri, Aug 29, 2014 at 5:10 PM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 8:41 AM, Lakshman Udayakantha 
 lakshm...@wso2.com wrote:

 congratulations rajith...!!


 On Fri, Aug 29, 2014 at 8:35 AM, Niranda Perera nira...@wso2.com
  wrote:

 Congrats Rajith!


 On Fri, Aug 29, 2014 at 7:33 AM, Manoj Kumara ma...@wso2.com
 wrote:

 Congratulations Rajith !!!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Thu, Aug 28, 2014 at 10:00 PM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Rajith...!!!

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


 On Fri, Aug 29, 2014 at 1:51 AM, Sewwandi Perera 
 sewwa...@wso2.com wrote:

 Congratulations Rajith...!!!


 On Fri, Aug 29, 2014 at 7:07 AM, Isura Karunaratne 
 is...@wso2.com wrote:

 Congratz Rajith !!


 On Thursday, August 28, 2014, Gimantha Bandara 
 giman...@wso2.com wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:42 PM, Harsha Kumara 
 hars...@wso2.com wrote:

 Congratz Rajith!


 On Thu, Aug 28, 2014 at 10:31 PM, Thanuja Jayasinghe 
 than...@wso2.com wrote:

 Congratz rajith.!!!
 On 28 Aug 2014 22:24, Anjana Fernando anj...@wso2.com
 wrote:

  Hi,

 It's my pleasure to announce Rajith Vitharana as a WSO2
 committer. Rajith has done many valuable contributions to 
 BAM and the DSS
 products. Welcome aboard and keep up the good work! ..

 Cheers,
 Anjana.
 --
 *Anjana Fernando*
 Senior Technical Lead
 WSO2 Inc. | http://wso2.com
 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




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




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



 --
 Isura Dilhara Karunaratne
 Software Engineer

 Mob +94 772 254 810



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




 --
 Sewwandi Perera
 Software Engineer

 WSO2 Inc.; http://wso2.com
 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



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




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

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




 --
 Lakshman Udayakantha
 Software Engineer, WSO2
 Mobile: *0711241005*

 *lakshm...@wso2.com lakshm...@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




 --
 Jenananthan Yogendran
 *Software Engineer,*
 *WSO2 inc., http://wso2.com http://wso2.com*


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




 --
 Yasassri Ratnayake
 Software Engineer - QA
 WSO2 Inc ; 

Re: [Dev] Please merge pull request #3 for product-bps

2014-08-31 Thread Hasitha Aravinda
Hi Frizan,

We need to fix the following features for NDatasource.

   - org.wso2.carbon.attachment.mgt.server.feature
   - org.wso2.carbon.bpel.server.feature
   - org.wso2.carbon.humantask.server.feature

Also we need to remove old data-source dependencies from BPEL and Humantask
component as well.

Could you send the pull request to carbon-business-process after fixing
above tasks.
Thanks,
Hasitha.


On Sun, Aug 31, 2014 at 10:50 PM, Firzhan Naqash firz...@wso2.com wrote:


 Hi,

 Please review and merge the pull request[1], which is a fix for issue[2]




 [1] https://github.com/wso2-dev/product-bps/pull/3
 [2] https://wso2.org/jira/browse/BPS-185

 Thanks,

 Regards,
 Firzhan

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




-- 
Hasitha Aravinda,
Software Engineer,
WSO2 Inc.
Email: hasi...@wso2.com
Mobile: +94 71 8 210 200
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Please commit CARBON-14929

2014-08-31 Thread Chamil Jeewantha
Hi Geeth,

Supun ran the build  tests successfully in his local environment. Can you
please commit this patch since he is not available.

Regards,
Chamil


On Mon, Sep 1, 2014 at 10:23 AM, Chamil Jeewantha cha...@wso2.com wrote:

 Hi Supun,

 Any update on this?



 On Fri, Aug 29, 2014 at 3:12 PM, Chamil Jeewantha cha...@wso2.com wrote:

 Hi Supun,

 I have re-attached the patch to the issue. Please proceed.

 Regards,
 Chamil


 On Fri, Aug 29, 2014 at 2:57 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Chamil,

 I had a chat with Sameera as well. Let's go ahead with the above
 approach.

 thanks,


 On Fri, Aug 29, 2014 at 2:37 PM, Chamil Jeewantha cha...@wso2.com
 wrote:

 Hi All,

 I'm adding org.wso2.carbon.bootstrap*.jar into patch0009. This jar
 should go into CARBON_HOME/bin

 So I think we can add a bin folder to the patch.zip and copy this jar
 to that folder. Theadd a step in README to copy it manually to
 CARBON_HOME/bin

 WDYT? Is there a better way of doing that?


 On Fri, Aug 29, 2014 at 1:49 PM, Chamil Jeewantha cha...@wso2.com
 wrote:

 Hi Supun,

 org.wso2.carbon.bootstrap*.jar does not go into the plugin directory.
 it goes to the CARBON_HOME/bin directory. Do we still need to add it to
 the patch zip?

 Regards,
 Chamil


 On Fri, Aug 29, 2014 at 12:34 PM, Supun Malinga sup...@wso2.com
 wrote:

 Hi Chamil,

 As discussed let's add the entries to include the built jar into
 patch zip as well.

 thanks,


 On Fri, Aug 29, 2014 at 12:29 PM, Chamil Jeewantha cha...@wso2.com
 wrote:

 $subject.

  https://wso2.org/jira/browse/CARBON-14929

 --
 K.D. Chamil Jeewantha
 Associate Technical Lead
 WSO2, Inc.;  http://wso2.com
 http://kdchamil.blogspot.com
 Mobile: +94716813892




 --
 Supun Malinga,

 Senior Software Engineer,
 WSO2 Inc.
 http://wso2.com
 email: sup...@wso2.com sup...@wso2.com
 mobile: +94 (0)71 56 91 321




 --
 K.D. Chamil Jeewantha
 Associate Technical Lead
 WSO2, Inc.;  http://wso2.com
 http://kdchamil.blogspot.com
 Mobile: +94716813892




 --
 K.D. Chamil Jeewantha
 Associate Technical Lead
 WSO2, Inc.;  http://wso2.com
 http://kdchamil.blogspot.com
 Mobile: +94716813892




 --
 Supun Malinga,

 Senior Software Engineer,
 WSO2 Inc.
 http://wso2.com
 email: sup...@wso2.com sup...@wso2.com
 mobile: +94 (0)71 56 91 321




 --
 K.D. Chamil Jeewantha
 Associate Technical Lead
 WSO2, Inc.;  http://wso2.com
 http://kdchamil.blogspot.com
 Mobile: +94716813892




 --
 K.D. Chamil Jeewantha
 Associate Technical Lead
 WSO2, Inc.;  http://wso2.com
 http://kdchamil.blogspot.com
 Mobile: +94716813892




-- 
K.D. Chamil Jeewantha
Associate Technical Lead
WSO2, Inc.;  http://wso2.com
http://kdchamil.blogspot.com
Mobile: +94716813892
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Changing port values outside carbon.xml with port offset value

2014-08-31 Thread Nipuni Perera
Hi,

I could reproduce bind exceptions in jira issue [1] (for port 8200) with
dual channel invocation (tested with ESB sample 13) with two ESB servers
started with port offset. Port 8200 is used as the Reply-To address in both
servers and does not update with the port offset. Value for port
localMemberPort (defined in axis2.xml and used in cluster setup) is set
by user [2]. Does the port offset value should update ports in
axis2_client.xml (eg: transportReceiver port value) and axis2.xml (eg:
localMemberPort)?

[1] https://wso2.org/jira/browse/CARBON-13603
[2] https://wso2.org/jira/browse/CARBON-14406

Thanks,
Nipuni


On Fri, Aug 22, 2014 at 11:57 AM, Danushka Fernando danush...@wso2.com
wrote:

 Is it a real requirement to set carbon port offset to axis2 ports as well?
 Then it will no longer be a carbon offset AFAIU.

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


 On Fri, Aug 22, 2014 at 9:04 AM, Nipuni Perera nip...@wso2.com wrote:

 Hi,

 I am working on issues[1] and [2]. Does the port offset defined in
 carbon.xml, should affect to ports in axis2_client.xml and localMemberPort?.
 Port values defined in carbon.xml inside Ports tag (eg: LDAPServerPort)
 get updated with the offset value.

 CarbonUtils.getPortFromServerConfig(portName)

 Port values inside axis2_client.xml (eg: transportReceiver port value)
 and port localMemberPort (defined in axis2.xml and used in cluster setup)
 does not update with the offset value in carbon.xml.

 [1] https://wso2.org/jira/browse/CARBON-13603
 [2] https://wso2.org/jira/browse/CARBON-14406

 Thanks,
 Nipuni
 --
 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





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


Re: [Dev] OSGI bundle conflict when starting up APIM GIT latest.

2014-08-31 Thread Roshan Wijesena
Hi Ruwan,

As we discussed offline , I have done bit of changes to pull request and
herewith sent it again.

https://github.com/wso2-dev/carbon-apimgt/pull/6

Regards
Roshan


On Thu, Aug 28, 2014 at 10:32 AM, Roshan Wijesena ros...@wso2.com wrote:

 Hi Ruwan,

 Please merge below pull request, this will help to resolve above osgi
 conflict.

 https://github.com/wso2-dev/carbon-apimgt/pull/5

 Regards
 Roshan



 On Thu, Aug 21, 2014 at 11:35 AM, Roshan Wijesena ros...@wso2.com wrote:

 Hi Krishantha,

 We are working on a it. Still could  not find the root cause for this.
 will update you guys ASAP.

 Regards
 Roshan.


 On Thu, Aug 21, 2014 at 11:31 AM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi all,

 Is this startup problem sorted out. We gonna start writing auto tests
 for APIM. But this is a blocker at the moment.

 Thanks,
 Krishantha.


 On Sat, Aug 16, 2014 at 9:17 AM, Aruna Karunarathna ar...@wso2.com
 wrote:

 Hi Roshan,

 Can you check whether the same imported package version are being
 imported?.
 This looks like a osgi import-export version conflict or resolution
 error.

 Regards,
 Aruna


 On Fri, Aug 15, 2014 at 9:39 PM, Roshan Wijesena ros...@wso2.com
 wrote:

 Hi Devs,

 I am trying to start up APIM GIT build , that i have built recently.
 While doing that, I am getting following OSGI conflicts,

 osgi ss apim
 Framework is launched.

 id State   Bundle
 161 ACTIVE  org.wso2.carbon.apimgt.api_4.3.0.SNAPSHOT
 162 INSTALLED   org.wso2.carbon.apimgt.core_4.3.0.SNAPSHOT
 163 INSTALLED   org.wso2.carbon.apimgt.gateway_4.3.0.SNAPSHOT
 164 ACTIVE
  org.wso2.carbon.apimgt.handlers.security.stub_4.3.0.SNAPSHOT
 165 ACTIVE  org.wso2.carbon.apimgt.hostobjects_4.3.0.SNAPSHOT
 166 ACTIVE  org.wso2.carbon.apimgt.impl_4.3.0.SNAPSHOT
 167 ACTIVE  org.wso2.carbon.apimgt.keymgt_4.3.0.SNAPSHOT
 168 ACTIVE  org.wso2.carbon.apimgt.keymgt.client_4.3.0.SNAPSHOT
 169 ACTIVE  org.wso2.carbon.apimgt.keymgt.stub_4.3.0.SNAPSHOT
 170 ACTIVE
  org.wso2.carbon.apimgt.startup.publisher_4.3.0.SNAPSHOT
 171 ACTIVE  org.wso2.carbon.apimgt.usage.client_4.3.0.SNAPSHOT
 172 ACTIVE  org.wso2.carbon.apimgt.usage.publisher_4.3.0.SNAPSHOT

 osgi diag 163
 reference:file:../plugins/org.wso2.carbon.apimgt.gateway_4.3.0.SNAPSHOT.jar
 [163]
   *Package uses conflict: Import-Package:
 org.wso2.carbon.apimgt.impl; version=0.0.0*
 *  Package uses conflict: Import-Package:
 org.wso2.carbon.apimgt.impl.utils; version=0.0.0*
   Direct constraints which are unresolved:
 Missing optionally imported package javax.activation_1.1.0.
 Missing optionally imported package
 org.apache.http.client_4.1.1.wso2v1.
 Missing optionally imported package
 org.apache.http.conn_4.1.1.wso2v1.
 Missing optionally imported package
 org.apache.http.conn.scheme_4.1.1.wso2v1.
 Missing optionally imported package
 org.apache.http.conn.ssl_4.1.1.wso2v1.
 Missing optionally imported package
 org.apache.http.impl.client_4.1.1.wso2v1.
 Missing optionally imported package
 org.apache.http.impl.conn_4.1.1.wso2v1.
 Missing optionally imported package
 org.wso2.carbon.apimgt.gateway.handlers_0.0.0.
 Missing optionally imported package
 org.wso2.carbon.apimgt.gateway.handlers.common_0.0.0.
 Missing optionally imported package
 org.wso2.carbon.apimgt.gateway.handlers.ext_0.0.0.
 Missing optionally imported package
 org.wso2.carbon.apimgt.gateway.handlers.security_0.0.0.
 Missing optionally imported package
 org.wso2.carbon.apimgt.gateway.handlers.security.keys_0.0.0.
 Missing optionally imported package
 org.wso2.carbon.apimgt.gateway.handlers.security.oauth_0.0.0.
 Missing optionally imported package
 org.wso2.carbon.apimgt.gateway.handlers.security.service_0.0.0.
 Missing optionally imported package
 org.wso2.carbon.apimgt.gateway.handlers.security.thrift_0.0.0.
 Missing optionally imported package
 org.wso2.carbon.apimgt.gateway.handlers.throttling_0.0.0.
 Missing optionally imported package
 org.wso2.carbon.apimgt.gateway.mediators_0.0.0.


 what's wrong here?

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




 --

 * 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




 --
 Krishantha Samaraweera
 Senior Technical Lead - Test Automation
 Mobile: +94 77 7759918
 WSO2, Inc.; http://wso2.com/
 lean . enterprise . middlewear.




 --
 Roshan Wijesena.
 Senior Software Engineer-WSO2 Inc.
 Mobile: 

Re: [Dev] Please merge AS UI test pull request

2014-08-31 Thread Dimuthu De Lanerolle
Reminder !

Regards
Dimuthu


On Thu, Aug 21, 2014 at 8:35 PM, Dimuthu De Lanerolle dimut...@wso2.com
wrote:

 Hi AS Team,

 Pls merge the pull request for AS UI Tests :
 https://github.com/wso2-dev/product-as/pull/22

 Regards

 --
 Dimuthu De Lanerolle
 Software Engineer
 WSO2 Inc.
 lean . enterprise . middlewear.
 http://wso2.com/
 Tel. : +94 11 2145345  Fax : +94 11 2145300  email : dimut...@wso2.com




-- 
Dimuthu De Lanerolle
Software Engineer
WSO2 Inc.
lean . enterprise . middlewear.
http://wso2.com/
Tel. : +94 11 2145345  Fax : +94 11 2145300  email : dimut...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Cross browser test execution - UI tests using sauce labs

2014-08-31 Thread Dimuthu De Lanerolle
I have started seeking the possibility of the $Subject and will update the
progress in due course.

Regards

-- 
Dimuthu De Lanerolle
Software Engineer
WSO2 Inc.
lean . enterprise . middlewear.
http://wso2.com/
Tel. : +94 11 2145345  Fax : +94 11 2145300  email : dimut...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Mutual SSL work with java 7 and open jdk 6 but not with sun java 6

2014-08-31 Thread Waruna Perera
Hi,

Can you try to create SSLContext using SSLv3 instead of TLS? I had a
similar problem with mutual SSL and found out that SSLv2 and TLS have
compatibility issue in some forums. SSLv3 worked for me.

Thanks,


On Mon, Sep 1, 2014 at 10:21 AM, Jay janaka.n.ranathu...@gmail.com wrote:

 Dear All,

 When Braintree connector was tested on ESB with Java SDK 1.6.0_22 all the
 methods threw the following exception trace and failed.

 [2014-08-29 16:42:09,415] ERROR - CreateTransaction java.io.IOException:
 subject key, java.lang.NullPointerException
 com.braintreegateway.exceptions.UnexpectedException: java.io.IOException:
 subject key, java.lang.NullPointerException
 at com.braintreegateway.util.Http.getSSLSocketFactory(Http.java:156)
 at com.braintreegateway.util.Http.httpRequest(Http.java:80)
 at com.braintreegateway.util.Http.post(Http.java:60)
 at
 com.braintreegateway.TransactionGateway.sale(TransactionGateway.java:105)
 at

 org.wso2.carbon.connector.braintree.CreateTransaction.createTransaction(CreateTransaction.java:401)
 at

 org.wso2.carbon.connector.braintree.CreateTransaction.connect(CreateTransaction.java:75)
 at

 org.wso2.carbon.connector.core.AbstractConnector.mediate(AbstractConnector.java:32)
 at

 org.apache.synapse.mediators.ext.ClassMediator.mediate(ClassMediator.java:78)
 at

 org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:77)
 at

 org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:47)
 at

 org.apache.synapse.mediators.template.TemplateMediator.mediate(TemplateMediator.java:77)
 at

 org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:129)
 at

 org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:78)
 at

 org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:77)
 at

 org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:47)
 at

 org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:131)
 at

 org.apache.synapse.core.axis2.ProxyServiceMessageReceiver.receive(ProxyServiceMessageReceiver.java:166)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
 at

 org.apache.synapse.transport.passthru.ServerWorker.processNonEntityEnclosingRESTHandler(ServerWorker.java:344
 )
 at

 org.apache.synapse.transport.passthru.ServerWorker.processEntityEnclosingRequest(ServerWorker.java:385)
 at

 org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:183)
 at

 org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
 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)
 Caused by: java.security.cert.CertificateParsingException:
 java.io.IOException: subject key, java.lang.NullPointerException

 However the methods work perfectly fine when using Java SDK 1.7 and Open
 JDK
 1.6 (on Linux machines).

 It was also observed that the Braintree SDK works fine with direct calls
 when using all Java 6 and 7 even 5.

 The following method in the Braintree SDK is where the exception is being
 thrown from.

 Class com.braintreegateway.util.Http -

 private SSLSocketFactory getSSLSocketFactory() {
 try {
 KeyStore keyStore =
 KeyStore.getInstance(KeyStore.getDefaultType());
 keyStore.load(null);

 for (String certificateFilename : certificateFilenames) {
 CertificateFactory cf =
 CertificateFactory.getInstance(X.509);
 InputStream certStream =
 Http.class.getClassLoader().getResourceAsStream(certificateFilename);

 Collection? extends Certificate coll =
 cf.generateCertificates(certStream); // This is the line which throws the
 Exception
 for (Certificate cert : coll) {
 if (cert instanceof X509Certificate) {
   X509Certificate x509cert = (X509Certificate) cert;
   Principal principal = x509cert.getSubjectDN();
   String subject = principal.getName();
   keyStore.setCertificateEntry(subject, cert);
 }
 }
 }

 KeyManagerFactory kmf =
 KeyManagerFactory.getInstance(KeyManagerFactory.getDefaultAlgorithm());
 kmf.init(keyStore, null);
 TrustManagerFactory tmf =
 TrustManagerFactory.getInstance(TrustManagerFactory.getDefaultAlgorithm());
 tmf.init(keyStore);

 SSLContext sslContext = SSLContext.getInstance(TLS);
 sslContext.init((KeyManager[]) kmf.getKeyManagers(),
 tmf.getTrustManagers(), SecureRandom.getInstance(SHA1PRNG));

 return sslContext.getSocketFactory();
 } catch (Exception e) {
 throw new