[Dev] Retrieving Data from Multiple-RXT via GenericArtifactManager

2013-06-20 Thread Chan
Hi all,

For the mobile app store we have several artifact types (iOS, Android etc).
We want to know if there is a method to retrieve multiple asset types
(Since GenericArtifactManager requires artifact type given in constructor).

Thank you.
-- 
Chan (Dulitha Wijewantha)
Software Engineer - Mobile Development
WSO2Mobile
Lean.Enterprise.Mobileware
 * ~Email   duli...@wso2mobile.com*
*  ~Mobile +94712112165*
*  ~Website   dulithawijewantha.com
*
*  ~Blog blog.dulithawijewantha.comhttp://dulichan.github.io/chan/
*
*  ~Twitter @dulitharw https://twitter.com/dulitharw*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Moved javax.cache code to a separate javax.cache module under the kernel/core

2013-06-20 Thread Pulasthi Supun
Hi Azeez

Thanks for the quick change. we can now proceed on work related to caching
changes.

On Thu, Jun 20, 2013 at 1:38 AM, Afkham Azeez az...@wso2.com wrote:

 Earlier this code was in org.wso2.carbon.core. However, UserManager 
 Registry needs to use this new code, and those modules cannot take a
 dependency on org.wso2.carbon.core. So I have moved that code to a separate
 module.

 With this change since the javax.cache module is added as an dependency in
org.wso2.carbon.utils the UserManager  Registry will automatically get
javax.cache because org.wso2.carbon.utils is a dependency of both the
modules.

 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/**
 email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
 blog: **http://blog.afkham.org* http://blog.afkham.org*
 twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*



Regards,
Pulasthi
-- 
--
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] Retrieving Data from Multiple-RXT via GenericArtifactManager

2013-06-20 Thread Eranda Sooriyabandara
Hi Dulitha,


On Thu, Jun 20, 2013 at 12:50 PM, Chan duli...@wso2mobile.com wrote:

 Hi all,

 For the mobile app store we have several artifact types (iOS, Android etc).
 We want to know if there is a method to retrieve multiple asset types
 (Since GenericArtifactManager requires artifact type given in constructor).


There was a mathod to retrieve all artifacts,
GovernanceUtils.getAllArtifacts(), but we removed it from 4.6.0 onwards
since the cost of this method is high and there is no point of retrieving
artifacts which related to multiple artifact types.  So what we recommend
here is to make GenericArtifactManager for each artifacttype, so you won't
able to filter out iOS, Androd etc...

thanks
Eranda





 Thank you.
 --
 Chan (Dulitha Wijewantha)
 Software Engineer - Mobile Development
 WSO2Mobile
 Lean.Enterprise.Mobileware
  * ~Email   duli...@wso2mobile.com*
 *  ~Mobile +94712112165*
 *  ~Website   dulithawijewantha.com
 *
 *  ~Blog blog.dulithawijewantha.comhttp://dulichan.github.io/chan/
 *
 *  ~Twitter @dulitharw https://twitter.com/dulitharw*




-- 
*Eranda Sooriyabandara
*Senior Software Engineer;
Integration Technologies Team;
WSO2 Inc.; http://wso2.com
Lean . Enterprise . Middleware

E-mail: eranda AT wso2.com
Mobile: +94 716 472 816
Linked-In: http://www.linkedin.com/in/erandasooriyabandara
Blog: http://emsooriyabandara.blogspot.com/



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


Re: [Dev] Retrieving Data from Multiple-RXT via GenericArtifactManager

2013-06-20 Thread Pulasthi Supun
Hi Dulitha

To add to eranda's answer. I think
GovernanceUtils.findGovernanceArtifactConfigurations [1] method will come
help to some extent you can get all the configurations using this and then
find the asset type by getting governanceArtifactConfiguration.getKey() and
use that to create the GenericArtifactManager.



[1]
http://wso2.com/project/registry/4.1.1/docs/apidocs/governance/org/wso2/carbon/governance/api/util/GovernanceUtils.html#findGovernanceArtifactConfigurations(org.wso2.carbon.registry.core.Registry)

Regards,
Pulasthi


On Thu, Jun 20, 2013 at 1:08 PM, Eranda Sooriyabandara era...@wso2.comwrote:

 Hi Dulitha,


 On Thu, Jun 20, 2013 at 12:50 PM, Chan duli...@wso2mobile.com wrote:

 Hi all,

 For the mobile app store we have several artifact types (iOS, Android etc).
 We want to know if there is a method to retrieve multiple asset types
 (Since GenericArtifactManager requires artifact type given in constructor).


 There was a mathod to retrieve all artifacts,
 GovernanceUtils.getAllArtifacts(), but we removed it from 4.6.0 onwards
 since the cost of this method is high and there is no point of retrieving
 artifacts which related to multiple artifact types.  So what we recommend
 here is to make GenericArtifactManager for each artifacttype, so you won't
 able to filter out iOS, Androd etc...

 thanks
 Eranda





 Thank you.
 --
 Chan (Dulitha Wijewantha)
 Software Engineer - Mobile Development
 WSO2Mobile
 Lean.Enterprise.Mobileware
  * ~Email   duli...@wso2mobile.com*
 *  ~Mobile +94712112165*
 *  ~Website   dulithawijewantha.com
 *
 *  ~Blog blog.dulithawijewantha.comhttp://dulichan.github.io/chan/
 *
 *  ~Twitter @dulitharw https://twitter.com/dulitharw*




 --
 *Eranda Sooriyabandara
 *Senior Software Engineer;
 Integration Technologies Team;
 WSO2 Inc.; http://wso2.com
 Lean . Enterprise . Middleware

 E-mail: eranda AT wso2.com
 Mobile: +94 716 472 816
 Linked-In: http://www.linkedin.com/in/erandasooriyabandara
 Blog: http://emsooriyabandara.blogspot.com/



 *
 *

 ___
 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


[Dev] Rampart integration test failure in trunk

2013-06-20 Thread Malith Dhanushka
Hi all,

I am getting following Rampart integration test failure in platform trunk
on r175725. Please have a look.

INFO: Verification successful for URI #Id-90818290
Jun 20, 2013 5:20:19 PM org.apache.axis2.engine.AxisEngine receive
SEVERE: Expected encrypted part missing
org.apache.axis2.AxisFault: Expected encrypted part missing
at
org.apache.rampart.handler.RampartReceiver.setFaultCodeAndThrowAxisFault(RampartReceiver.java:180)
 at
org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:99)
at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
 at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
at
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
 at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:296)
at
org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
 at
org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
at
org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
 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: org.apache.rampart.RampartException: Expected encrypted part
missing
at
org.apache.rampart.PolicyBasedResultsValidator.validateEncrSig(PolicyBasedResultsValidator.java:288)
 at
org.apache.rampart.PolicyBasedResultsValidator.validate(PolicyBasedResultsValidator.java:151)
at org.apache.rampart.RampartEngine.process(RampartEngine.java:439)
 at
org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:92)
... 12 more
Jun 20, 2013 5:20:19 PM org.apache.xml.security.signature.Reference verify
INFO: Verification successful for URI #Id-254773892
Jun 20, 2013 5:20:19 PM org.apache.axis2.engine.AxisEngine receive
SEVERE: Unexpected encrypted data found, no encryption required
org.apache.axis2.AxisFault: Unexpected encrypted data found, no encryption
required
at
org.apache.rampart.handler.RampartReceiver.setFaultCodeAndThrowAxisFault(RampartReceiver.java:180)
 at
org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:99)
at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
 at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:356)
 at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:413)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:224)
 at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:554)
 at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:530)
[SimpleHTTPServer] Stop called
at org.apache.rampart.RampartTest.testWithPolicy(RampartTest.java:129)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
 at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
 at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
 at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
 at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
 at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
 at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
 at

[Dev] Fwd: Different values for member bin address/port advertised address/port

2013-06-20 Thread Afkham Azeez
In Hazelcast, there is no way to set the member bind port  member
advertised port to 2 different values. However, we can set two different
values for bind address  advertised address. Is this going to cause any
issues when we use Hazelcast with Stratos 2?

Azeez

-- Forwarded message --
From: Mehmet Dogan meh...@hazelcast.com
Date: Thu, Jun 20, 2013 at 5:43 PM
Subject: Re: Different values for member bin address/port advertised
address/port
To: hazelc...@googlegroups.com


You can set a different address to use as identity than actual bind address
using *NetworkConfig.setPublicAddress(String address).*
But there is no way of using different port than bind port.

@mmdogan



On Thu, Jun 20, 2013 at 2:03 PM, Afkham Azeez afk...@gmail.com wrote:

 Hi,
 In my Hazelcast setup, I want the member bind port to be different from
 the port it advertises. This is because of a NATed environment we deploy
 our server which uses Hazelcast. So the bind port  address should be
 different from port  address it advertises. How can this be done with
 Hazelcast? We are creating Hazelcast instances programmatically.

 Thanks
 Azeez

 --
 You received this message because you are subscribed to the Google Groups
 Hazelcast group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to hazelcast+unsubscr...@googlegroups.com.
 To post to this group, send email to hazelc...@googlegroups.com.
 Visit this group at http://groups.google.com/group/hazelcast.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
You received this message because you are subscribed to the Google Groups
Hazelcast group.
To unsubscribe from this group and stop receiving emails from it, send an
email to hazelcast+unsubscr...@googlegroups.com.
To post to this group, send email to hazelc...@googlegroups.com.
Visit this group at http://groups.google.com/group/hazelcast.
For more options, visit https://groups.google.com/groups/opt_out.





-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* http://www.apache.org/**
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] org.wso2.carbon.core.ui.feature.group cannot satisfy dependency org.eclipse.equinox.jsp.jasper

2013-06-20 Thread Subash Chaturanga
Hi
I am getting this when building GREG P2. Any idea why ?

Installing org.wso2.carbon.apimgt.server.lite.feature.group 4.2.0.SNAPSHOT.
Installation failed.
Cannot complete the install because one or more required items could not be
found.
 Software being installed: WSO2 Carbon - Registry UI Menu for Governance
Feature 4.2.0.SNAPSHOT
(org.wso2.carbon.registry.ui.menu.governance.feature.group 4.2.0.SNAPSHOT)
 Missing requirement: Jasper Jsp Support Bundle 1.0.400.v20120522-2049
(org.eclipse.equinox.jsp.jasper 1.0.400.v20120522-2049) requires 'package
org.osgi.framework 1.3.0' but it could not be found
 Cannot satisfy dependency:
  From: WSO2 Carbon - Carbon UI Feature 4.2.0.SNAPSHOT
(org.wso2.carbon.core.ui.feature.group 4.2.0.SNAPSHOT)
  To: org.eclipse.equinox.jsp.jasper [1.0.400.v20120522-2049]
 Cannot satisfy dependency:
  From: WSO2 Carbon - Registry UI Menu for Governance Feature
4.2.0.SNAPSHOT (org.wso2.carbon.registry.ui.menu.governance.feature.group
4.2.0.SNAPSHOT)
  To: org.wso2.carbon.core.ui.feature.group [4.2.0.SNAPSHOT,4.3.0)
Application failed, log file location:
/home/subash/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1371731822263.log

[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 33.035s
[INFO] Finished at: Thu Jun 20 18:07:19 IST 2013
[INFO] Final Memory: 10M/490M
[INFO]

[ERROR] Failed to execute goal
org.wso2.maven:carbon-p2-plugin:1.5.2-SNAPSHOT:p2-profile-gen
(3-p2-profile-generation) on project governance-profile-gen: P2 publisher
return code was 13 - [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


-- 
Thanks
/subash

*Subash Chaturanga*
Senior Software Engineer :Integration TG; WSO2 Inc. http://wso2.com

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


Re: [Dev] [AS] [MB] Complexities in integrating AS with MB as JMS Transport is enabled for all the deployed services

2013-06-20 Thread Srinath Perera
Hi Shammi,

I thought we fixed the dynamic queue case by doing a explicit call from the
client to create the queue. Need to get this fixed in this release.

--Srinath


On Thu, Jun 20, 2013 at 10:38 AM, Ishara Premadasa ish...@wso2.com wrote:

 Hi Shammi,

 Thanks for this information. As the App Server 5.1.1 which comes with
 newly changed JMS transport library is not released yet, i patched the
 axis2-transport-jms_1.1.0.wso2v7 into AS 5.1.0 and now the integrations
 works fine. However sample REST, JS services etc. still needs to be changed
 in the services.xml file.

 I have added the documentation in to [1] with explaining the necessary
 configuration details.

 Thanks!
 Ishara

 [1]  http://docs.wso2.org/wiki/display/MB210/Integrating+WSO2+AS


 On Wed, Jun 19, 2013 at 1:21 PM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi Ishara,

 Yes, We are unable to support dynamic queues with AMQP 0-91 version.
 Because of that problem we have solved this issue in a different way.[1].
 If you get the latest JMS transport library in to the App Server, it should
 fix the problem of defining queue name in the jndi.properties file of the
 server. We have
 discussed this problem and the feasible solution in the mail thread ESB
 and MB integration

 Thanks
 Shammi

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



 On Wed, Jun 19, 2013 at 1:07 PM, Ishara Premadasa ish...@wso2.comwrote:

 Hi,

 I am trying to integrate MB 2.1.0 with AS 5.1.0 in order to enable a
 sample service deployed in App Server to be subscribed and receive messages
 from a queue/topic registered in MB [1]. However when doing this there are
 practical limitations in this scenario which makes it not useful to
 integrate MB with App Server.

 As WSO2 MB currently do not have dynamic Queues/Topics support, it can't
 dynamically create destinations when they are not defined in the JNDI
 Initial Context. Once the JMS transport is enabled in App Server it tries
 to create a JMS Queue for each deployed service in AS at the start up. As
 there are no jms queues defined in jndi.properties file for these start up
 services (except for the sample service which we going to use with MB) App
 Server fails to start in this case and loops the following error in the
 console.

 [2013-06-19 12:49:39,965]  INFO
 {org.apache.axis2.transport.jms.ServiceTaskManager} -  Task manager for
 service : JavaScriptStubGeneratorService [re-]initialized
 [2013-06-19 12:49:39,985]  WARN
 {org.apache.axis2.transport.jms.JMSUtils} -  Cannot locate destination :
 JavaScriptStubGeneratorService
 [2013-06-19 12:49:39,993] ERROR
 {org.apache.axis2.transport.base.threads.NativeWorkerPool} -  Uncaught
 exception
 java.lang.UnsupportedOperationException: The new addressing based sytanx
 is not supported for AMQP 0-8/0-9 versions
 at
 org.wso2.andes.client.AMQSession_0_8.handleAddressBasedDestination(AMQSession_0_8.java:572)
 at
 org.wso2.andes.client.AMQSession.registerConsumer(AMQSession.java:2838)
 at org.wso2.andes.client.AMQSession.access$500(AMQSession.java:117)
 at org.wso2.andes.client.AMQSession$4.execute(AMQSession.java:2031)
 at org.wso2.andes.client.AMQSession$4.execute(AMQSession.java:1997)
 at
 org.wso2.andes.client.AMQConnectionDelegate_8_0.executeRetrySupport(AMQConnectionDelegate_8_0.java:305)
 at
 org.wso2.andes.client.AMQConnection.executeRetrySupport(AMQConnection.java:621)
 at
 org.wso2.andes.client.failover.FailoverRetrySupport.execute(FailoverRetrySupport.java:102)
 at
 org.wso2.andes.client.AMQSession.createConsumerImpl(AMQSession.java:1995)
 at
 org.wso2.andes.client.AMQSession.createConsumer(AMQSession.java:993)
 at
 org.apache.axis2.transport.jms.JMSUtils.createConsumer(JMSUtils.java:642)
 at
 org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.createConsumer(ServiceTaskManager.java:871)
 at
 org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.getMessageConsumer(ServiceTaskManager.java:741)
 at
 org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.receiveMessage(ServiceTaskManager.java:498)
 at
 org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.run(ServiceTaskManager.java:420)
 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)



 Therefore if we are going to integrate MB into AS need to do one of the
 below two configuration options.

 1. Go through all other deployed services in AS and modify the
 services.xml file in order to only listen via http,https transports.
 2. Go through all other deployed services in AS and add a corresponding
 queue name to jndi.properties file with each service name.

 Any option of this two is not feasible and not acceptable in 

Re: [Dev] How to prevent an App calling System.exit() in MT mode?

2013-06-20 Thread Afkham Azeez
We have protected the system using Java Security Manager, and it is
configured with policies which does not allow such calls.

Azeez


On Thu, Jun 20, 2013 at 8:44 PM, Vijayaratha Vijayasingam
rat...@wso2.comwrote:

 Hi all;
 We allow tenants to deploy their applications in  AS..
 Say, if an application calls system.exit(), it will affect the server and
 other tenants will face issue.
 What is the mechanism we have in place, to avoid such calls?

 It seems a valid MT concern raised here[1]

 http://stackoverflow.com/questions/17211354/how-to-prevent-a-web-app-from-calling-system-exit-in-wso2

 Thanks
 --
 -Ratha
 mobile: (+94)755906608




-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* http://www.apache.org/**
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to prevent an App calling System.exit() in MT mode?

2013-06-20 Thread Kasun Gajasinghe
This is a common need that is not just related to WSO2 AS. This can be
prevented by using the Security Manager [1] that is provided with Java
runtime. I believe Stratos already uses this but not the stand-alone
products. This can be done programatically too.

[1]
http://docs.oracle.com/javase/tutorial/essential/environment/security.html
[2] http://jroller.com/ethdsy/entry/disabling_system_exit


On Thu, Jun 20, 2013 at 11:14 AM, Vijayaratha Vijayasingam
rat...@wso2.comwrote:

 Hi all;
 We allow tenants to deploy their applications in  AS..
 Say, if an application calls system.exit(), it will affect the server and
 other tenants will face issue.
 What is the mechanism we have in place, to avoid such calls?

 It seems a valid MT concern raised here[1]

 http://stackoverflow.com/questions/17211354/how-to-prevent-a-web-app-from-calling-system-exit-in-wso2

 Thanks
 --
 -Ratha
 mobile: (+94)755906608

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




-- 
*Kasun Gajasinghe*
Software Engineer;
Development Technologies Team, WSO2 Inc.; http://wso2.com

 ,
*email: **kasung AT spamfree wso2.com

** cell: **+94 (77) 678-0813*
*linked-in: *http://lk.linkedin.com/in/gajasinghe

*
*
*blog: **http://kasunbg.org* http://kasunbg.org

*
twitter: **http://twitter.com/kasunbg* http://twitter.com/kasunbg

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


[Dev] Profiling of MB 2.1.0 Beta

2013-06-20 Thread Malinga Purnasiri
Hi,

After the MB 2.1.0 Beta; performance test released, we realized that we
need to increase the numbers to further more. So after chatting with
Srinath and team mates, I spent sometime to profile the MB with JProfiler.

After looking at the *hotspots* and *VM Telemetry Views* found following
issues in the MB.

*** Message Expiration logic takes more time to execute and transfer the
results. This is simply due to slice query results count set to max_int.
*
*
*** Some executor pools had just 50 hard - coded limits. So when testing
with parallel publishers and subscribers system fail to perform.

Following is new performance numbers after the required changes

 Q Paradigm
Message Size : 1K
# of Producers : 20
# of Consumers : 250
# of Queues : 10
# of Messages : 50,000


Old Results : TPS is ~ 600 to 750
New Results : TPS is ~ 1300 to 1600


@Asanka Please we need to conduct comprehensive performance test by varying
factors like message size, # of producers 

@Srinath As we discussed I will add this test suite to MB code base so when
building the system we can ship this with the MB pack. So anytime we can
run this without much hassle.

Any thoughts on how we can increase this numbers, improve the test suite
further more 

-- 
Malinga Pathmal,
Technical Lead, WSO2, Inc. : http://wso2.com/
Phone : (+94) 715335898
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [AS] [MB] Complexities in integrating AS with MB as JMS Transport is enabled for all the deployed services

2013-06-20 Thread Shammi Jayasinghe
Hi Srinath,

As i pointed out in the issue [1] i have fixed it as discussed and
committed to svn. Here there problem is , The fix will be available with AS
5.1.1 and if we are using the released version , we ll have to use a
patched jms transport library.

Thanks
Shammi

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


On Thu, Jun 20, 2013 at 7:54 PM, Srinath Perera srin...@wso2.com wrote:

 Hi Shammi,

 I thought we fixed the dynamic queue case by doing a explicit call from
 the client to create the queue. Need to get this fixed in this release.

 --Srinath


 On Thu, Jun 20, 2013 at 10:38 AM, Ishara Premadasa ish...@wso2.comwrote:

 Hi Shammi,

 Thanks for this information. As the App Server 5.1.1 which comes with
 newly changed JMS transport library is not released yet, i patched the
 axis2-transport-jms_1.1.0.wso2v7 into AS 5.1.0 and now the integrations
 works fine. However sample REST, JS services etc. still needs to be changed
 in the services.xml file.

 I have added the documentation in to [1] with explaining the necessary
 configuration details.

 Thanks!
 Ishara

 [1]  http://docs.wso2.org/wiki/display/MB210/Integrating+WSO2+AS


 On Wed, Jun 19, 2013 at 1:21 PM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi Ishara,

 Yes, We are unable to support dynamic queues with AMQP 0-91 version.
 Because of that problem we have solved this issue in a different way.[1].
 If you get the latest JMS transport library in to the App Server, it should
 fix the problem of defining queue name in the jndi.properties file of the
 server. We have
 discussed this problem and the feasible solution in the mail thread ESB
 and MB integration

 Thanks
 Shammi

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



 On Wed, Jun 19, 2013 at 1:07 PM, Ishara Premadasa ish...@wso2.comwrote:

 Hi,

 I am trying to integrate MB 2.1.0 with AS 5.1.0 in order to enable a
 sample service deployed in App Server to be subscribed and receive messages
 from a queue/topic registered in MB [1]. However when doing this there are
 practical limitations in this scenario which makes it not useful to
 integrate MB with App Server.

 As WSO2 MB currently do not have dynamic Queues/Topics support, it
 can't dynamically create destinations when they are not defined in the JNDI
 Initial Context. Once the JMS transport is enabled in App Server it tries
 to create a JMS Queue for each deployed service in AS at the start up. As
 there are no jms queues defined in jndi.properties file for these start up
 services (except for the sample service which we going to use with MB) App
 Server fails to start in this case and loops the following error in the
 console.

 [2013-06-19 12:49:39,965]  INFO
 {org.apache.axis2.transport.jms.ServiceTaskManager} -  Task manager for
 service : JavaScriptStubGeneratorService [re-]initialized
 [2013-06-19 12:49:39,985]  WARN
 {org.apache.axis2.transport.jms.JMSUtils} -  Cannot locate destination :
 JavaScriptStubGeneratorService
 [2013-06-19 12:49:39,993] ERROR
 {org.apache.axis2.transport.base.threads.NativeWorkerPool} -  Uncaught
 exception
 java.lang.UnsupportedOperationException: The new addressing based
 sytanx is not supported for AMQP 0-8/0-9 versions
 at
 org.wso2.andes.client.AMQSession_0_8.handleAddressBasedDestination(AMQSession_0_8.java:572)
 at
 org.wso2.andes.client.AMQSession.registerConsumer(AMQSession.java:2838)
 at org.wso2.andes.client.AMQSession.access$500(AMQSession.java:117)
 at org.wso2.andes.client.AMQSession$4.execute(AMQSession.java:2031)
 at org.wso2.andes.client.AMQSession$4.execute(AMQSession.java:1997)
 at
 org.wso2.andes.client.AMQConnectionDelegate_8_0.executeRetrySupport(AMQConnectionDelegate_8_0.java:305)
 at
 org.wso2.andes.client.AMQConnection.executeRetrySupport(AMQConnection.java:621)
 at
 org.wso2.andes.client.failover.FailoverRetrySupport.execute(FailoverRetrySupport.java:102)
 at
 org.wso2.andes.client.AMQSession.createConsumerImpl(AMQSession.java:1995)
 at
 org.wso2.andes.client.AMQSession.createConsumer(AMQSession.java:993)
 at
 org.apache.axis2.transport.jms.JMSUtils.createConsumer(JMSUtils.java:642)
 at
 org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.createConsumer(ServiceTaskManager.java:871)
 at
 org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.getMessageConsumer(ServiceTaskManager.java:741)
 at
 org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.receiveMessage(ServiceTaskManager.java:498)
 at
 org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.run(ServiceTaskManager.java:420)
 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)



 Therefore if we are going to integrate MB 

[Dev] categorizing samples in AS docs

2013-06-20 Thread Supun Malinga
Hi All,

We have increasing number of sample in AS now. Once j2ee things are done,
there will be even more. So as its already confusing to directly say from
above, which sample is which, I propose categorize the samples and put them
under each category.

We do need to discuss and select the categories. For eg: it can be like,
j2ee samples, web application samples, axis2 services samples, jaggery
samples, mashup samples, data-services samples, etc.
But there can be situations this separation won't be clear cut. So we need
to discuss and figure this out.

WDYT?.

[1] http://docs.wso2.org/wiki/display/AS510/Samples

thanks,
-- 
Supun Malinga,

Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com sup...@wso2.com
mobile - 071 56 91 321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Profiling of MB 2.1.0 Beta

2013-06-20 Thread Srinath Perera
Hi Malinga,

We need to also test with several MB2 nodes. 2, 4, and 8. Those nodes are
big and we can run multiple MB in each node.

Lets chat.

--Srinath


On Thu, Jun 20, 2013 at 9:28 PM, Malinga Purnasiri malin...@wso2.comwrote:

 Hi,

 After the MB 2.1.0 Beta; performance test released, we realized that we
 need to increase the numbers to further more. So after chatting with
 Srinath and team mates, I spent sometime to profile the MB with JProfiler.

 After looking at the *hotspots* and *VM Telemetry Views* found following
 issues in the MB.

 *** Message Expiration logic takes more time to execute and transfer the
 results. This is simply due to slice query results count set to max_int.
 *
 *
 *** Some executor pools had just 50 hard - coded limits. So when testing
 with parallel publishers and subscribers system fail to perform.

 Following is new performance numbers after the required changes

  Q Paradigm
 Message Size : 1K
 # of Producers : 20
 # of Consumers : 250
 # of Queues : 10
 # of Messages : 50,000


 Old Results : TPS is ~ 600 to 750
 New Results : TPS is ~ 1300 to 1600
 

 @Asanka Please we need to conduct comprehensive performance test by
 varying factors like message size, # of producers 

 @Srinath As we discussed I will add this test suite to MB code base so
 when building the system we can ship this with the MB pack. So anytime we
 can run this without much hassle.

 Any thoughts on how we can increase this numbers, improve the test suite
 further more 

 --
 Malinga Pathmal,
 Technical Lead, WSO2, Inc. : http://wso2.com/
 Phone : (+94) 715335898




-- 

Srinath Perera, Ph.D.
  Director, Research, WSO2 Inc.
  Visiting Faculty, University of Moratuwa
  Member, Apache Software Foundation
  Research Scientist, Lanka Software Foundation
  Blog: http://srinathsview.blogspot.com/
  Photos: http://www.flickr.com/photos/hemapani/
   Phone: 0772360902
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] categorizing samples in AS docs

2013-06-20 Thread Afkham Azeez
+1. Great suggestion.

Azeez


On Fri, Jun 21, 2013 at 7:15 AM, Supun Malinga sup...@wso2.com wrote:

 Hi All,

 We have increasing number of sample in AS now. Once j2ee things are done,
 there will be even more. So as its already confusing to directly say from
 above, which sample is which, I propose categorize the samples and put them
 under each category.

 We do need to discuss and select the categories. For eg: it can be like,
 j2ee samples, web application samples, axis2 services samples, jaggery
 samples, mashup samples, data-services samples, etc.
 But there can be situations this separation won't be clear cut. So we need
 to discuss and figure this out.

 WDYT?.

 [1] http://docs.wso2.org/wiki/display/AS510/Samples

 thanks,
 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321

 --
 You received this message because you are subscribed to the Google Groups
 WSO2 Documentation group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to documentation+unsubscr...@wso2.com.
 For more options, visit
 https://groups.google.com/a/wso2.com/groups/opt_out.






-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* http://www.apache.org/**
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Profiling of MB 2.1.0 Beta

2013-06-20 Thread Malinga Purnasiri
Will chat and write a test plan for this today.


On Fri, Jun 21, 2013 at 8:35 AM, Srinath Perera srin...@wso2.com wrote:

 Hi Malinga,

 We need to also test with several MB2 nodes. 2, 4, and 8. Those nodes are
 big and we can run multiple MB in each node.

 Lets chat.

 --Srinath


 On Thu, Jun 20, 2013 at 9:28 PM, Malinga Purnasiri malin...@wso2.comwrote:

 Hi,

 After the MB 2.1.0 Beta; performance test released, we realized that we
 need to increase the numbers to further more. So after chatting with
 Srinath and team mates, I spent sometime to profile the MB with JProfiler.

 After looking at the *hotspots* and *VM Telemetry Views* found following
 issues in the MB.

 *** Message Expiration logic takes more time to execute and transfer the
 results. This is simply due to slice query results count set to max_int.
 *
 *
 *** Some executor pools had just 50 hard - coded limits. So when testing
 with parallel publishers and subscribers system fail to perform.

 Following is new performance numbers after the required changes

  Q Paradigm
 Message Size : 1K
 # of Producers : 20
 # of Consumers : 250
 # of Queues : 10
 # of Messages : 50,000


 Old Results : TPS is ~ 600 to 750
 New Results : TPS is ~ 1300 to 1600
 

 @Asanka Please we need to conduct comprehensive performance test by
 varying factors like message size, # of producers 

 @Srinath As we discussed I will add this test suite to MB code base so
 when building the system we can ship this with the MB pack. So anytime we
 can run this without much hassle.

 Any thoughts on how we can increase this numbers, improve the test suite
 further more 

 --
 Malinga Pathmal,
 Technical Lead, WSO2, Inc. : http://wso2.com/
 Phone : (+94) 715335898




 --
 
 Srinath Perera, Ph.D.
   Director, Research, WSO2 Inc.
   Visiting Faculty, University of Moratuwa
   Member, Apache Software Foundation
   Research Scientist, Lanka Software Foundation
   Blog: http://srinathsview.blogspot.com/
   Photos: http://www.flickr.com/photos/hemapani/
Phone: 0772360902




-- 
Malinga Pathmal,
Technical Lead, WSO2, Inc. : http://wso2.com/
Phone : (+94) 715335898
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] org.wso2.carbon.core.ui.feature.group cannot satisfy dependency org.eclipse.equinox.jsp.jasper

2013-06-20 Thread Subash Chaturanga
I took an update on kernel and built again incase I am missing something.
But this fails in a clean repo. Have any body able to build a clean
repo product in trunk and start the server successfully ? Or any one who
came across with a similar ?

On Thu, Jun 20, 2013 at 6:12 PM, Subash Chaturanga sub...@wso2.com wrote:

 Hi
 I am getting this when building GREG P2. Any idea why ?

 Installing org.wso2.carbon.apimgt.server.lite.feature.group 4.2.0.SNAPSHOT.
 Installation failed.
 Cannot complete the install because one or more required items could not
 be found.
  Software being installed: WSO2 Carbon - Registry UI Menu for Governance
 Feature 4.2.0.SNAPSHOT
 (org.wso2.carbon.registry.ui.menu.governance.feature.group 4.2.0.SNAPSHOT)
  Missing requirement: Jasper Jsp Support Bundle 1.0.400.v20120522-2049
 (org.eclipse.equinox.jsp.jasper 1.0.400.v20120522-2049) requires 'package
 org.osgi.framework 1.3.0' but it could not be found
  Cannot satisfy dependency:
   From: WSO2 Carbon - Carbon UI Feature 4.2.0.SNAPSHOT
 (org.wso2.carbon.core.ui.feature.group 4.2.0.SNAPSHOT)
   To: org.eclipse.equinox.jsp.jasper [1.0.400.v20120522-2049]
  Cannot satisfy dependency:
   From: WSO2 Carbon - Registry UI Menu for Governance Feature
 4.2.0.SNAPSHOT (org.wso2.carbon.registry.ui.menu.governance.feature.group
 4.2.0.SNAPSHOT)
   To: org.wso2.carbon.core.ui.feature.group [4.2.0.SNAPSHOT,4.3.0)
 Application failed, log file location:
 /home/subash/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1371731822263.log

 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 33.035s
 [INFO] Finished at: Thu Jun 20 18:07:19 IST 2013
 [INFO] Final Memory: 10M/490M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.wso2.maven:carbon-p2-plugin:1.5.2-SNAPSHOT:p2-profile-gen
 (3-p2-profile-generation) on project governance-profile-gen: P2 publisher
 return code was 13 - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer :Integration TG; WSO2 Inc. http://wso2.com

 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware




-- 
Thanks
/subash

*Subash Chaturanga*
Senior Software Engineer :Integration TG; WSO2 Inc. http://wso2.com

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


[Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Shammi Jayasinghe
Hi,

Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

Ishara has been an excellent contributor for MB 2.1.0 and other related
projects over the last few months and gave a great help on releasing Alpha,
Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

Ishara, welcome aboard and keep up the good work.


-- 
Best Regards,*

Shammi Jayasinghe*
Associate Tech Lead
WSO2, Inc.; http://wso2.com,
mobile: +94 71 4493085
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Pushpalanka Jayawardhana
Congratulation Isha.. !!!

Pushpalanka Jayawardhana

Software Engineer

WSO2 Lanka (pvt) Ltd
[image: 
Facebook]http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.facebook.com%2Fpushpalanka
[image:
Twitter]http://s.wisestamp.com/links?url=http%3A%2F%2Ftwitter.com%2FPushpalanka
[image:
LinkedIn]http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.linkedin.com%2Fprofile%2Fview%3Fid%3D75175642%26trk%3Dtab_pro
[image:
Blogger]http://s.wisestamp.com/links?url=http%3A%2F%2Fpushpalankajaya.blogspot.com%2F
[image:
SlideShare]http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.slideshare.net%2FPushpalanka
Mobile: +94779716248
http://s.wisestamp.com/links?url=http%3A%2F%2Fr1.wisestamp.com%2Fr%2Flanding%3Fu%3Dc984892c0c4ca423%26v%3D3.13.2%26t%3D1361257731639%26promo%3D10%26dest%3Dhttp%253A%252F%252Fwww.wisestamp.com%252Femail-install%253Futm_source%253Dextension%2526utm_medium%253Demail%2526utm_campaign%253Dpromo_10



On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.com wrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


 ___
 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 += Ishara Premadasa

2013-06-20 Thread Gihan Anuruddha
Congratulation Ishara !!!


On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.com wrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




-- 
---
W.G. Gihan Anuruddha
Senior Software Engineer | WSO2, Inc.
M: +94772272595
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Sumedha Kodithuwakku
Congratz Ishara...!

On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.com wrote:

 Congratulation Ishara !!!


 On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




 --
 ---
 W.G. Gihan Anuruddha
 Senior Software Engineer | WSO2, Inc.
 M: +94772272595

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




-- 
*Sumedha Kodithuwakku*
Software Engineer
WSO2 Inc. : wso2.com
lean . enterprise . middleware
Mobile : +94718081124
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Malith Dhanushka
Congratz Ishara...

On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.com wrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




-- 
Malith Dhanushka

Engineer - Data Technologies
*WSO2, Inc. : wso2.com*
lean.enterprise.middleware.

*Blog* :  mmalithh.blogspot.com
*Linked-i*n  :   http://lk.linkedin.com/in/malithd
*Twitter* :   https://twitter.com/MalithWD
*Mobile*  : +94 716 506 693
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Susankha Nirmala
Congratulations 


On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.com wrote:

 Congratulation Ishara !!!


 On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




 --
 ---
 W.G. Gihan Anuruddha
 Senior Software Engineer | WSO2, Inc.
 M: +94772272595

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Chanika Geeganage
Congratzzz Ishara 


On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.com wrote:

 Congratulation Ishara !!!


 On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




 --
 ---
 W.G. Gihan Anuruddha
 Senior Software Engineer | WSO2, Inc.
 M: +94772272595

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




-- 
Best Regards..

Chanika Geeganage
Software Engineer
WSO2, Inc.; http://wso2.com

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


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Balakrishnan Gokulakrishnan
Congratulations Ishara!!

On 21 June 2013 10:21, Shammi Jayasinghe sha...@wso2.com wrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




-- 
*Balakrishnan Gokulakrishnan*
Software Engineer,
WSO2, Inc.; http://wso2.com

Twitter:  http://twitter.com/gokulbs
Mobile: +94775935789
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Bhathiya Jayasekara
Congratulations ishara!


On Fri, Jun 21, 2013 at 10:47 AM, Chanika Geeganage chan...@wso2.comwrote:

 Congratzzz Ishara 


 On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.com wrote:

 Congratulation Ishara !!!


  On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




 --
 ---
 W.G. Gihan Anuruddha
 Senior Software Engineer | WSO2, Inc.
 M: +94772272595

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




 --
 Best Regards..

 Chanika Geeganage
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Mobile: +94773522586

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




-- 
*Bhathiya Jayasekara*
*Software Engineer,*
*WSO2 inc., http://wso2.com*
*
*
*Phone: +94715478185*
*LinkedIn: http://www.linkedin.com/in/bhathiyaj*
*Twitter: https://twitter.com/bhathiyax*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Tanya Madurapperuma
Congratz isha !!!


On Fri, Jun 21, 2013 at 10:57 AM, Manoj Kumara ma...@wso2.com wrote:

 Congratulations Ishara !!!

 Best Regards..


 Manoj Kumara
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Twitter:  http://twitter.com/ManKuma
 Mobile: +94713448188


 On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


 ___
 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




-- 
Tanya Madurapperuma

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


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Malinga Purnasiri
Congratulations Ishara!!


On Fri, Jun 21, 2013 at 11:00 AM, Bhathiya Jayasekara bhath...@wso2.comwrote:

 Congratulations ishara!


 On Fri, Jun 21, 2013 at 10:47 AM, Chanika Geeganage chan...@wso2.comwrote:

 Congratzzz Ishara 


 On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.com wrote:

 Congratulation Ishara !!!


  On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




 --
 ---
 W.G. Gihan Anuruddha
 Senior Software Engineer | WSO2, Inc.
 M: +94772272595

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




 --
 Best Regards..

 Chanika Geeganage
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Mobile: +94773522586

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




 --
 *Bhathiya Jayasekara*
 *Software Engineer,*
 *WSO2 inc., http://wso2.com*
 *
 *
 *Phone: +94715478185*
 *LinkedIn: http://www.linkedin.com/in/bhathiyaj*
 *Twitter: https://twitter.com/bhathiyax*

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




-- 
Malinga Pathmal,
Technical Lead, WSO2, Inc. : http://wso2.com/
Phone : (+94) 715335898
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Name this Thread, and why we need this?

2013-06-20 Thread Srinath Perera
java.lang.Thread.sleep(long)
org.wso2.carbon.registry.core.utils.LogWriter.logWrite() (line: 115)
org.wso2.carbon.registry.core.utils.LogWriter.run() (line: 90)

Also, Please verify that this thread is needed



-- 

Srinath Perera, Ph.D.
  Director, Research, WSO2 Inc.
  Visiting Faculty, University of Moratuwa
  Member, Apache Software Foundation
  Research Scientist, Lanka Software Foundation
  Blog: http://srinathsview.blogspot.com/
  Photos: http://www.flickr.com/photos/hemapani/
   Phone: 0772360902
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Lasantha Fernando
Congratz Ishara... :-)

On 21 June 2013 11:00, Bhathiya Jayasekara bhath...@wso2.com wrote:

 Congratulations ishara!


 On Fri, Jun 21, 2013 at 10:47 AM, Chanika Geeganage chan...@wso2.comwrote:

 Congratzzz Ishara 


 On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.com wrote:

 Congratulation Ishara !!!


  On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




 --
 ---
 W.G. Gihan Anuruddha
 Senior Software Engineer | WSO2, Inc.
 M: +94772272595

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




 --
 Best Regards..

 Chanika Geeganage
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Mobile: +94773522586

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




 --
 *Bhathiya Jayasekara*
 *Software Engineer,*
 *WSO2 inc., http://wso2.com*
 *
 *
 *Phone: +94715478185*
 *LinkedIn: http://www.linkedin.com/in/bhathiyaj*
 *Twitter: https://twitter.com/bhathiyax*

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




-- 
*Lasantha Fernando*
Software Engineer - Data Technologies Team
WSO2 Inc. http://wso2.com

email: lasan...@wso2.com
mobile: (+94) 71 5247551
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Dulanja Liyanage
Congratulations Ishara! :)


On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.com wrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




-- 
Dulanja Liyanage
Senior Software Engineer - WSO2 Inc.
M: +94776764717
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Asanka Vithanage
Congratulations Ishara!!!


On Fri, Jun 21, 2013 at 11:10 AM, Dulanja Liyanage dula...@wso2.com wrote:

 Congratulations Ishara! :)


 On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




 --
 Dulanja Liyanage
 Senior Software Engineer - WSO2 Inc.
 M: +94776764717

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




-- 
Asanka Vithanage
Senior Software Engineer -QA
Mobile: +94 0716286708
Email: asan...@wso2.com
WSO2 Inc. www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Rajeev Sampath
Congrats!


On Fri, Jun 21, 2013 at 11:02 AM, Malinga Purnasiri malin...@wso2.comwrote:

 Congratulations Ishara!!


 On Fri, Jun 21, 2013 at 11:00 AM, Bhathiya Jayasekara 
 bhath...@wso2.comwrote:

 Congratulations ishara!


 On Fri, Jun 21, 2013 at 10:47 AM, Chanika Geeganage chan...@wso2.comwrote:

 Congratzzz Ishara 


 On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.comwrote:

 Congratulation Ishara !!!


  On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe 
 sha...@wso2.comwrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other
 related projects over the last few months and gave a great help on
 releasing Alpha, Beta and RC1 of MB 2.1.0. Thank you very much  for all
 your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




 --
 ---
 W.G. Gihan Anuruddha
 Senior Software Engineer | WSO2, Inc.
 M: +94772272595

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




 --
 Best Regards..

 Chanika Geeganage
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Mobile: +94773522586

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




 --
 *Bhathiya Jayasekara*
 *Software Engineer,*
 *WSO2 inc., http://wso2.com*
 *
 *
 *Phone: +94715478185*
 *LinkedIn: http://www.linkedin.com/in/bhathiyaj*
 *Twitter: https://twitter.com/bhathiyax*

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




 --
 Malinga Pathmal,
 Technical Lead, WSO2, Inc. : http://wso2.com/
 Phone : (+94) 715335898

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




-- 
Rajeev Sampath
Senior Software Engineer
WSO2, Inc.; http://www.wso2.com.

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


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Isuru Perera
Congratulations Ishara!


On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.com wrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other related
 projects over the last few months and gave a great help on releasing Alpha,
 Beta and RC1 of MB 2.1.0. Thank you very much  for all your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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




-- 
Isuru Perera
Senior Software Engineer | WSO2, Inc. | http://wso2.com/
Lean . Enterprise . Middleware

Twitter: http://twitter.com/chrishantha | LinkedIn:
http://lk.linkedin.com/in/chrishantha/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev