Re: [Dev] [AppFactory] Clarification regarding auto build / deploy functionality

2015-03-11 Thread Chathurika De Silva
Hi Danushka

Thank you for the clarification. Reported a jira [1]

[1] https://wso2.org/jira/browse/APPFAC-3045

Thank You
Erandi

On Wed, Mar 11, 2015 at 11:04 AM, Danushka Fernando danush...@wso2.com
wrote:

 I think this is how it is implemented now. Since we have a different job
 for the fork, We will need to have different configuration for fork. Thanks
 for reporting. Please create a jira. We will decide when to fix this.

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

 On Wed, Mar 11, 2015 at 10:30 AM, Chathurika De Silva 
 chathuri...@wso2.com wrote:

 Hi

 Currently in App Factory, the fork repository as well as the main
 repository is affected by the auto build/deploy configuration. Is this the
 functional requirement?

 Thank You
 Erandi

 --
 *Chathurika Erandi*
 Software Engineer,
 WSO2 Inc.

 *E-mail:* chathuri...@wso2.com
 *Mobile: *+94714 328 612
 *Blog*: chathurikaerandi.blogspot.com

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





-- 
*Chathurika Erandi*
Software Engineer,
WSO2 Inc.

*E-mail:* chathuri...@wso2.com
*Mobile: *+94714 328 612
*Blog*: chathurikaerandi.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Puppet Master doesn't get certificate request from agent

2015-03-11 Thread Fasna Jifry
Tried them all, still can't fix the issue. The master isn't getting the
certificate request from client.

On Wed, Mar 11, 2015 at 10:35 AM, Danushka Fernando danush...@wso2.com
wrote:

 This more of a puppet labs question [1]. Did you went through puppet labs
 documents.
 [2] might help you to get it resolved.

 [1] https://puppetlabs.com/community/get-help
 [2] https://docs.puppetlabs.com/learning/agent_master_basic.html

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

 On Wed, Mar 11, 2015 at 8:45 AM, Fasna Jifry fa...@wso2.com wrote:

 Hi,


 I have a puppetmaster server and four puppet agent clients. Here I'm
 attaching my puppet.conf files and hosts in all node.

 When I call 'puppet cert list' in master, it returns nothing.

 But, when called with --all flags it returns the certificate of its own.

 I can able to ping puppetmaster from all agents. Also, telnet
 puppet.example.com 8140 is working.

 'puppet agent --test' on agents gives the following,

 Exiting; no certificate found and waitforcert is disabled

 How can I get the certificate requests to master from agents. Can anyone
 give me a solution to this problem?

 Attachments:
 [1] /etc/hosts
 [2] hostname
 [3] puppet.conf at master
 [4] puppet.conf at agents
 [5] puppet cert --list command output at Master
 [6] telnet to master from agents


 --Thanks

 Fathima Fasna
 Software Engineering Intern
 Mobile : +94 (0) 774267956
 fa...@wso2.com thili...@wso2.com

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





-- 
Fathima Fasna
Software Engineering Intern
Mobile : +94 (0) 774267956
fa...@wso2.com thili...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] javax.net.ssl.SSLException: java.net.SocketException: Invalid argument

2015-03-11 Thread Prasanna Dangalla
Hi Thushara,

I think it's the java version.

Use JDK 1.7.0_65 or a newer java version and check.

Thanks

On Wed, Mar 11, 2015 at 1:34 PM, Thushara Ranawaka thusha...@wso2.com
wrote:

 Hi,

 While running GReg integration tests(tests-metadata, tests-lifecycle) I'm
 having $subject exception and fail the tests completely. In my
 investigation I noticed that after test process ends still the greg server
 is up and running. Looks like the issue occurs due to this behaviour but I
 could find the root-cause. Can some on help me on this.

 Note: Im using Mac OSX, java 1.7_07

 INFO
  
 [org.wso2.carbon.integration.common.extensions.carbonserver.CarbonServerManager]
 - Shutting down server..
 INFO  [org.wso2.carbon.integration.common.utils.ClientConnectionUtil] -
 Successfully connected to the server on port 9443
 INFO  [org.apache.commons.httpclient.HttpMethodDirector] - I/O exception
 (org.apache.axis2.AxisFault) caught when processing request: Connection has
 been shutdown: javax.net.ssl.SSLException: java.net.SocketException:
 Invalid argument
 INFO  [org.apache.commons.httpclient.HttpMethodDirector] - Retrying request
 INFO  [org.apache.commons.httpclient.HttpMethodDirector] - I/O exception
 (org.apache.axis2.AxisFault) caught when processing request: Connection has
 been shutdown: javax.net.ssl.SSLException: java.net.SocketException:
 Invalid argument
 INFO  [org.apache.commons.httpclient.HttpMethodDirector] - Retrying request
 INFO  [org.apache.commons.httpclient.HttpMethodDirector] - I/O exception
 (org.apache.axis2.AxisFault) caught when processing request: Connection has
 been shutdown: javax.net.ssl.SSLException: java.net.SocketException:
 Invalid argument
 INFO  [org.apache.commons.httpclient.HttpMethodDirector] - Retrying request
 INFO  [org.apache.axis2.transport.http.HTTPSender] - Unable to sendViaPost
 to url[https://localhost:9443/services/ServerAdmin]
 org.apache.axis2.AxisFault: Connection has been shutdown:
 javax.net.ssl.SSLException: java.net.SocketException: Invalid argument
 at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
 at
 org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:78)
 at
 org.apache.axis2.transport.http.AxisRequestEntity.writeRequest(AxisRequestEntity.java:84)
 at
 org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:499)
 at
 org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2114)
 at
 org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)
 at
 org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
 at
 org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
 at
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
 at
 org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:630)
 at
 org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:195)
 at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
 at
 org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:451)
 at
 org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:278)
 at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
 at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:430)
 at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:225)
 at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
 at
 org.wso2.carbon.server.admin.stub.ServerAdminStub.shutdown(ServerAdminStub.java:712)
 at
 org.wso2.carbon.integration.common.admin.client.ServerAdminClient.shutdown(ServerAdminClient.java:61)
 at
 org.wso2.carbon.integration.common.extensions.carbonserver.CarbonServerManager.serverShutdown(CarbonServerManager.java:199)
 at
 org.wso2.carbon.integration.common.extensions.carbonserver.CarbonServerManager$1.run(CarbonServerManager.java:130)
 Caused by: com.ctc.wstx.exc.WstxIOException: Connection has been shutdown:
 javax.net.ssl.SSLException: java.net.SocketException: Invalid argument
 at
 com.ctc.wstx.sw.BaseStreamWriter.finishDocument(BaseStreamWriter.java:1692)
 at com.ctc.wstx.sw.BaseStreamWriter.close(BaseStreamWriter.java:288)
 at
 org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper.close(XMLStreamWriterWrapper.java:46)
 at
 org.apache.axiom.om.impl.MTOMXMLStreamWriter.close(MTOMXMLStreamWriter.java:188)
 at
 org.apache.axiom.om.impl.llom.OMSerializableImpl.serializeAndConsume(OMSerializableImpl.java:197)
 at
 org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:74)
 ... 20 more
 Caused by: javax.net.ssl.SSLException: Connection has been shutdown:
 javax.net.ssl.SSLException: java.net.SocketException: Invalid argument
 at 

[Dev] [App Factory] User home data is read from the backend after if last access time is over 1 minute

2015-03-11 Thread Gayan Dhanushka
Hi all,

I noticed $subject in the index page. Any particular reason for having this
? Since we have a cache for user home data, IMO we do not need this
anymore. Data from the back end can only be read initially.

Regards
Gayan

-- 
Gayan Dhanuska
Software Engineer
http://wso2.com/
Lean Enterprise Middleware

Mobile
071 666 2327

Office
Tel   : 94 11 214 5345
Fax  : 94 11 214 5300

Twitter : https://twitter.com/gayanlggd
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] javax.net.ssl.SSLException: java.net.SocketException: Invalid argument

2015-03-11 Thread Thushara Ranawaka
Hi,

While running GReg integration tests(tests-metadata, tests-lifecycle) I'm
having $subject exception and fail the tests completely. In my
investigation I noticed that after test process ends still the greg server
is up and running. Looks like the issue occurs due to this behaviour but I
could find the root-cause. Can some on help me on this.

Note: Im using Mac OSX, java 1.7_07

INFO
 
[org.wso2.carbon.integration.common.extensions.carbonserver.CarbonServerManager]
- Shutting down server..
INFO  [org.wso2.carbon.integration.common.utils.ClientConnectionUtil] -
Successfully connected to the server on port 9443
INFO  [org.apache.commons.httpclient.HttpMethodDirector] - I/O exception
(org.apache.axis2.AxisFault) caught when processing request: Connection has
been shutdown: javax.net.ssl.SSLException: java.net.SocketException:
Invalid argument
INFO  [org.apache.commons.httpclient.HttpMethodDirector] - Retrying request
INFO  [org.apache.commons.httpclient.HttpMethodDirector] - I/O exception
(org.apache.axis2.AxisFault) caught when processing request: Connection has
been shutdown: javax.net.ssl.SSLException: java.net.SocketException:
Invalid argument
INFO  [org.apache.commons.httpclient.HttpMethodDirector] - Retrying request
INFO  [org.apache.commons.httpclient.HttpMethodDirector] - I/O exception
(org.apache.axis2.AxisFault) caught when processing request: Connection has
been shutdown: javax.net.ssl.SSLException: java.net.SocketException:
Invalid argument
INFO  [org.apache.commons.httpclient.HttpMethodDirector] - Retrying request
INFO  [org.apache.axis2.transport.http.HTTPSender] - Unable to sendViaPost
to url[https://localhost:9443/services/ServerAdmin]
org.apache.axis2.AxisFault: Connection has been shutdown:
javax.net.ssl.SSLException: java.net.SocketException: Invalid argument
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at
org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:78)
at
org.apache.axis2.transport.http.AxisRequestEntity.writeRequest(AxisRequestEntity.java:84)
at
org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:499)
at
org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2114)
at
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)
at
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at
org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:630)
at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:195)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:451)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:278)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:430)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:225)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
at
org.wso2.carbon.server.admin.stub.ServerAdminStub.shutdown(ServerAdminStub.java:712)
at
org.wso2.carbon.integration.common.admin.client.ServerAdminClient.shutdown(ServerAdminClient.java:61)
at
org.wso2.carbon.integration.common.extensions.carbonserver.CarbonServerManager.serverShutdown(CarbonServerManager.java:199)
at
org.wso2.carbon.integration.common.extensions.carbonserver.CarbonServerManager$1.run(CarbonServerManager.java:130)
Caused by: com.ctc.wstx.exc.WstxIOException: Connection has been shutdown:
javax.net.ssl.SSLException: java.net.SocketException: Invalid argument
at
com.ctc.wstx.sw.BaseStreamWriter.finishDocument(BaseStreamWriter.java:1692)
at com.ctc.wstx.sw.BaseStreamWriter.close(BaseStreamWriter.java:288)
at
org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper.close(XMLStreamWriterWrapper.java:46)
at
org.apache.axiom.om.impl.MTOMXMLStreamWriter.close(MTOMXMLStreamWriter.java:188)
at
org.apache.axiom.om.impl.llom.OMSerializableImpl.serializeAndConsume(OMSerializableImpl.java:197)
at
org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:74)
... 20 more
Caused by: javax.net.ssl.SSLException: Connection has been shutdown:
javax.net.ssl.SSLException: java.net.SocketException: Invalid argument
at sun.security.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1492)
at sun.security.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1504)
at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:70)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at 

Re: [Dev] [App Factory] User home data is read from the backend after if last access time is over 1 minute

2015-03-11 Thread Gayan Dhanushka
Hi Danushka,

Thanks for the useful information. Yes. The cache is in the session. Me too
believe that the 1 minute time difference is too soon.

+1 for increasing it.

Regards
Gayan

On Wed, Mar 11, 2015 at 1:38 PM, Danushka Fernando danush...@wso2.com
wrote:

 I didn't check the code. However I guess cache is in session. Is that
 right? So say A logs in to AF and do whatever stuff. And B logs in to AF
 and create an application foo and add A to that foo application. Then there
 is no way to update the cache unless we read it from data layer time to
 time. If this is not the case picture in my head is wrong so please correct
 it.
 However 1 minute seems too soon.

1. Make it configurable
2. Increase it to somewhere like 10 - 15 minutes.

 WDYT?

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

 On Wed, Mar 11, 2015 at 1:13 PM, Gayan Dhanushka gay...@wso2.com wrote:

 Hi all,

 I noticed $subject in the index page. Any particular reason for having
 this ? Since we have a cache for user home data, IMO we do not need this
 anymore. Data from the back end can only be read initially.

 Regards
 Gayan

 --
 Gayan Dhanuska
 Software Engineer
 http://wso2.com/
 Lean Enterprise Middleware

 Mobile
 071 666 2327

 Office
 Tel   : 94 11 214 5345
 Fax  : 94 11 214 5300

 Twitter : https://twitter.com/gayanlggd





-- 
Gayan Dhanuska
Software Engineer
http://wso2.com/
Lean Enterprise Middleware

Mobile
071 666 2327

Office
Tel   : 94 11 214 5345
Fax  : 94 11 214 5300

Twitter : https://twitter.com/gayanlggd
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Jaggery] Try finally blocks with out a catch block

2015-03-11 Thread Mahesh Chinthaka
Hi all ,
I have been working on [1] and I found some codes written with try and
finally blocks without a catch block in the module layer of a jaggery app.

try {

} finally {

}

Is this ok ?
If so how the errors are caught and thrown, when it comes to exception
handling ?

[1] - https://wso2.org/jira/browse/APPFAC-2725

Thoughts are much appreciated.
Thanks.

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


Re: [Dev] Gsoc 2015 Project Proposal | Recommendation Solution for WSO2 Machine Learner

2015-03-11 Thread Nirmal Fernando
Thanks, we'll review this.

On Wed, Mar 11, 2015 at 1:08 PM, Buddhika Jayawardhana 
buddhika...@cse.mrt.ac.lk wrote:

 This is the draft of my project proposal. I would like to have your kind
 comments and advises to improve it.

 --
 *Buddhika Jayawardhana*
 Undergraduate | Department of Computer Science  Engineering
 University of Moratuwa
 *buddhika...@cse.mrt.ac.lk buddhika...@cse.mrt.ac.lk* | LinkedIn
 http://lk.linkedin.com/in/buddhikajay/




-- 

Thanks  regards,
Nirmal

Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Announce] WSO2 Committers += Asok Perera

2015-03-11 Thread Aiyadurai Rajeevan
Congrats Ashok :)

Thanks  Regards,
S.A.Rajeevan
Software Engineer WSO2 Inc
E-Mail: rajeev...@wso2.com | Mobile : +94776411636

On Tue, Mar 10, 2015 at 1:43 PM, Harsha Kumara hars...@wso2.com wrote:

 Congratulations Asok!

 On Tue, Mar 10, 2015 at 1:42 PM, Manoj Gunawardena man...@wso2.com
 wrote:

 Congratulations Asok.

 On Tue, Mar 10, 2015 at 11:22 AM, Damith Wickramasinghe dami...@wso2.com
  wrote:

 Congratzz  

 On Tue, Mar 10, 2015 at 10:58 AM, Dilan Udara Ariyaratne 
 dil...@wso2.com wrote:

 Congratz, Asok...


 *Dilan U. Ariyaratne*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 Mobile: +94775149066
 lean . enterprise . middleware

 On Tue, Mar 10, 2015 at 10:55 AM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Congratulations Asok ...!

 On Tue, Mar 10, 2015 at 10:54 AM, Inshaf Mahath ins...@wso2.com
 wrote:

 Congrats Asok!!

 On Tue, Mar 10, 2015 at 10:45 AM, Kevin Ratnasekera 
 djkevincr1...@gmail.com wrote:

 Congratulations Aiya !!!

 On Tue, Mar 10, 2015 at 10:36 AM, Inosh Perera ino...@wso2.com
 wrote:

 Congrats Asok!!

 On Tue, Mar 10, 2015 at 9:27 AM, Tharik Kanaka tha...@wso2.com
 wrote:

 Congratulations Asok.

 On Tue, Mar 10, 2015 at 9:25 AM, Lahiru Cooray lahi...@wso2.com
 wrote:

 Congratz Asok...

 On Tue, Mar 10, 2015 at 9:23 AM, Sameera Perera 
 samee...@wso2.com wrote:

 Hi all,

 It is with great pleasure that WSO2 welcomes Asok Perera as a
 WSO2 committer!

 Congratulations!

 --

 --

 *Sameera Perera*
 Director of Engineering
 gtalk: samee...@wso2.com
 Tel : 94 11 214 5345
 Fax :94 11 2145300
 *WSO2, Inc.* http://wso2.com/
 lean.enterprise.middleware



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




 --
 *Lahiru Cooray*
 Software Engineer
 WSO2, Inc.;http://wso2.com/
 lean.enterprise.middleware

 Mobile: +94 715 654154

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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




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

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



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




 --
 Inshaf Mahath
 Associate Software Engineer
 Mobile: +94775907181
 WSO2 Inc.
 Lean . Enterprise . Middleware


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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


 ___
 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




 --
 Software Engineer
 WSO2 Inc.; http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 lean.enterprise.middleware

 mobile: *+94728671315 %2B94728671315*


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




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

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




 --
 Harsha Kumara
 Software Engineer, WSO2 Inc.
 Mobile: +94775505618
 Blog:harshcreationz.blogspot.com

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


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


[Dev] [APPM] Improving usability on Application detail view - Publisher

2015-03-11 Thread Dakshika Jayathilaka
Hi Devs,

I'm working on $subject. Current UI having some usability issues.

Concerns:

1. to make consistent view, we need to add title on each page
2. IMO *Actions* needs to have proper separation
3. IMO *Actions* cannot be contained along with Application name
4. Description section showing incorrect information

Here is the proposed  detail view.

1. Application overview page


​
When you go to edit or copy view, you can see the cancel button in the
context bottom with other
related actions.

WDYT?

Thank you,

Regards,

*Dakshika Jayathilaka*
Software Engineer
WSO2, Inc.
lean.enterprise.middleware
0771100911
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Pull requests for CARBON-14871 and IDENTITY-2663

2015-03-11 Thread Kishanthan Thangarajah
Can we have an update on this please? This is a BLOCKER for the release.

On Sat, Mar 7, 2015 at 3:39 PM, Kishanthan Thangarajah kishant...@wso2.com
wrote:

 Hi IS Team/Gayashan,

 Can we get the PR for this fix for 4.4.0? This has been fixed for
 patch0009 and the fix is not merged with 4.3.0 or 4.4.0. This is again an
 L1 for 4.4.0 release.

 Thanks,
 Kishanthan.

 On Tue, Nov 4, 2014 at 9:53 PM, Gayashan Amarasinghe gayas...@wso2.com
 wrote:

 Kind reminder on this.

 Thanks.
 /Gayashan

 On Thu, Sep 11, 2014 at 11:37 AM, Gayashan Amarasinghe gayas...@wso2.com
  wrote:

 Hi Asela/IS team,

 Can you send pull request for [1] for carbon4-kernel. It would require
 applying fix for [2] as well. If some API changes were avoided when
 applying this to turing branch, they can be properly fixed now for 4.3.0
 release.

 [1] https://wso2.org/jira/browse/CARBON-14871
 [2] https://wso2.org/jira/browse/IDENTITY-2663

 Thanks.
 /Gayashan

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

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




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

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

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




 --
 *Kishanthan Thangarajah*
 Senior Software Engineer,
 Platform Technologies Team,
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - +94773426635
 Blog - *http://kishanthan.wordpress.com http://kishanthan.wordpress.com*
 Twitter - *http://twitter.com/kishanthan http://twitter.com/kishanthan*




-- 
*Kishanthan Thangarajah*
Senior Software Engineer,
Platform Technologies Team,
WSO2, Inc.
lean.enterprise.middleware

Mobile - +94773426635
Blog - *http://kishanthan.wordpress.com http://kishanthan.wordpress.com*
Twitter - *http://twitter.com/kishanthan http://twitter.com/kishanthan*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Correct way of setting dependencies import-packages in an Orbit Bundle

2015-03-11 Thread KasunG Gajasinghe
It's better to create three separate orbit bundles for the dependencies.
Please note that the groupId should be in this format -
org.wso2.orbit.upstream-groupId.

On Wed, Mar 11, 2015 at 2:31 PM, Danushka Fernando danush...@wso2.com
wrote:

 Refer to other osgi bundles. AFAIR what we do is add them as dependencies
 and import the packages needed for those libraries. We are not recommending
 to use dynamic imports as well. And we export the packages of the libraries.

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

 On Wed, Mar 11, 2015 at 2:24 PM, Supun Sethunga sup...@wso2.com wrote:

 Hi,

 Im in the process of creating an orbit bundle for Apache Spark-mllib
 1.2.1.
 Among the dependencies of mllib, there are three jars that are *not*
 *osgi/orbit* bundles (Refer [1] ).

 Thus, whats the correct way of importing these packages to the bundle? is
 it:
(A) Adding the three libraries as dependencies, and import them as
 private packages under Private-package in pom?
(B) OR, Creating another set of orbit bundles for those three
 dependent non-osgi jars and import them under Import-package in pom?

 OR is there any other way? Appreciate any clarification.

 [1]
 https://docs.google.com/a/wso2.com/spreadsheets/d/1PJKTeNS1zgQ1HbAsg5FQumiaPNKPYxpn2gEVS1v2TC0/edit#gid=0

 Thanks,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

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





-- 

*Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
email: kasung AT spamfree wso2.com
linked-in: http://lk.linkedin.com/in/gajasinghe
blog: http://kasunbg.org
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Securing keystorePass in catalina-server.xml with secure vault - CARBON-13743

2015-03-11 Thread Kishanthan Thangarajah
Hi Folks,

There is an issue with current support for $subject. Once we configure this
file using cipher-tool, we can see that the secret alias is being added to
it. But the value of keystorePass still remains as wso2carbon. This
should get changed to password.

Connector SSLEnabled=true URIEncoding=UTF-8 acceptCount=200
acceptorThreadCount=2 bindOnInit=false clientAuth=false
compressableMimeType=text/html,text/javascript,application/x-javascript,application/javascript,application/xml,text/css,application/xslt+xml,text/xsl,image/gif,image/jpg,image/jpeg
compression=on compressionMinSize=2048 connectionUploadTimeout=12
disableUploadTimeout=false enableLookups=false
keystoreFile=${carbon.home}/repository/resources/security/wso2carbon.jks
keystorePass=*wso2carbon* maxHttpHeaderSize=8192
maxKeepAliveRequests=200 maxThreads=250 minSpareThreads=50
noCompressionUserAgents=gozilla, traviata port=9443
protocol=org.apache.coyote.http11.Http11NioProtocol scheme=https
secure=true server=WSO2 Carbon Server sslProtocol=TLS
svns:secretAlias=Server.Service.Connector.keystorePasspassword/Connector

The actual reason is that this is the only file (may be the first one),
where we need to encrypt a value of an xml attribute. Other config files,
we had to encrypt the value of the xml node element.

@Niranjan, IIRC, you did some testing on this area right? Did we notice the
above?

Thanks,
Kishanthan.
-- 
*Kishanthan Thangarajah*
Senior Software Engineer,
Platform Technologies Team,
WSO2, Inc.
lean.enterprise.middleware

Mobile - +94773426635
Blog - *http://kishanthan.wordpress.com http://kishanthan.wordpress.com*
Twitter - *http://twitter.com/kishanthan http://twitter.com/kishanthan*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ashan Manathunga

2015-03-11 Thread Lasitha Wattaladeniya
Congratulations Ashan !

On Tue, Mar 10, 2015 at 10:21 PM, Shabir Mohamed sha...@wso2.com wrote:

 Congrats Bro!

 -
 *Shabir Mohamed*
 *Software Engineer*
 WSO2 Inc.; http://wso2.com
 Email: sha...@wso2.com ayy...@wso2.com
 Mobile: +94 77 3516019 | +94 71 6583393

 On Tue, Mar 10, 2015 at 9:19 PM, Kasun De Silva kas...@wso2.com wrote:

 Congratulations Ashan!!!

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

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


 On Tue, Mar 10, 2015 at 6:17 PM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Ashan !!!

 On Tue, Mar 10, 2015 at 6:12 PM, Chamin Dias cham...@wso2.com wrote:

 Congrats Ashan! :-)

 On Tue, Mar 10, 2015 at 1:17 PM, Lasantha Fernando lasan...@wso2.com
 wrote:

 Congratz Ashan!...

 On 10 March 2015 at 00:30, Malintha Adikari malin...@wso2.com wrote:

 Congratulations Ashan !

 On Tue, Mar 10, 2015 at 6:17 AM, Chamara Silva cham...@wso2.com
 wrote:

 Congratulations


 On Mon, Mar 9, 2015 at 11:28 AM, Isuruwan Herath isuru...@wso2.com
 wrote:

 Congratz Ashan!!!

 On Mon, Mar 9, 2015 at 9:16 AM, Malith Munasinghe mali...@wso2.com
  wrote:

 Congratulations Ashan!!!

 On Mon, Mar 9, 2015 at 9:08 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Ashan! :-)

 On Mon, Mar 9, 2015 at 9:06 AM, Vinod Kavinda vi...@wso2.com
 wrote:

 Congratulations Ashan!!

 On Mon, Mar 9, 2015 at 8:33 AM, Thilini Cooray 
 thili...@wso2.com wrote:

 Congrats, Ashan !

 On Sun, Mar 8, 2015 at 10:26 PM, Jagath Ariyananda 
 jag...@wso2.com wrote:

 Congratulations Ashan.

 On Fri, Mar 6, 2015 at 4:53 PM, Srisunmugaraja Paraparan 
 parapa...@wso2.com wrote:

 Congratz Ashan.

 On Fri, Mar 6, 2015 at 4:45 PM, Samisa Abeysinghe 
 sam...@wso2.com wrote:

 Hi All
 It's my pleasure to welcome Ashan as a WSO2 Committer.

 Ashan, welcome aboard and keep up the good work!

 Thanks,
 Samisa...


 Samisa Abeysinghe

 Vice President Delivery

 WSO2 Inc.
 http://wso2.com


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




 --
 Thanks  Regards
 --
 Srisunmugaraja Paraparan
 Software Engineer,
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email : parapa...@wso2.com, mobile : +94 77 0362151




 --
 Jagath Ariyananda
 Director - Support
 WSO2, Inc.
 Mobile:+94 714887531

 Disclaimer: This communication may contain privileged or other
 confidential information and is intended exclusively for the 
 addressee/s.
 If you are not the intended recipient/s, or believe that you may 
 have
 received this communication in error, please reply to the sender 
 indicating
 that fact and delete the copy you received and in addition, you 
 should not
 print, copy, retransmit, disseminate, or otherwise use the 
 information
 contained in this communication. Internet communications cannot be
 guaranteed to be timely, secure, error or virus-free. The sender 
 does not
 accept liability for any errors or omissions.

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




 --
 Best Regards,

 *Thilini Cooray*
 Software Engineer
 Mobile : +94 (0) 774 570 112 %2B94%20%280%29%20773%20451194
 E-mail : thili...@wso2.com

 WSO2 Inc. www.wso2.com
 lean.enterprise.middleware

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




 --
 Vinod Kavinda
 Software Engineer, *WSO2, Inc http://www.wso2.com.*
 Mobile : +94 (0) 712 415544
 vi...@wso2.com

 ___
 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




 --
 Malith Munasinghe | Software Engineer
 M: +94 (071) 9401122
 E: mali...@wso2.com
 W: http://wso2.com

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




 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296

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




 --
 Suminda Chamara Silva
 Associate Technical Lead
 WSO2 Inc.
 Mobile: +94718302858
 blog: http://chamaras.blogspot.com


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




 --
 *Malintha Adikari*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile: +94 71 2312958
 Blog:http://malinthas.blogspot.com
 Page:   http://about.me/malintha

 ___
 Dev mailing list
 

[Dev] Correct way of setting dependencies import-packages in an Orbit Bundle

2015-03-11 Thread Supun Sethunga
Hi,

Im in the process of creating an orbit bundle for Apache Spark-mllib 1.2.1.
Among the dependencies of mllib, there are three jars that are *not*
*osgi/orbit* bundles (Refer [1] ).

Thus, whats the correct way of importing these packages to the bundle? is
it:
   (A) Adding the three libraries as dependencies, and import them as
private packages under Private-package in pom?
   (B) OR, Creating another set of orbit bundles for those three dependent
non-osgi jars and import them under Import-package in pom?

OR is there any other way? Appreciate any clarification.

[1]
https://docs.google.com/a/wso2.com/spreadsheets/d/1PJKTeNS1zgQ1HbAsg5FQumiaPNKPYxpn2gEVS1v2TC0/edit#gid=0

Thanks,
Supun

-- 
*Supun Sethunga*
Software Engineer
WSO2, Inc.
lean | enterprise | middleware
Mobile : +94 716546324
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Correct way of setting dependencies import-packages in an Orbit Bundle

2015-03-11 Thread Supun Sethunga
Hi Kasun,

I excluded all possible libraries which are optional (logging and testing
libs). But scalanlp.breeze_2.10 is used in Spark-mllib for Linear
Algebraic operations. Hence won't be able to exclude it. So it seems I have
to create orbit bundles for scalanlp.breeze_2.10 as well as any non-osgi
dependencies (which are not optional) of breeze_2.10.

Thanks for the clarification.

Regards,
Supun

On Wed, Mar 11, 2015 at 3:03 PM, KasunG Gajasinghe kas...@wso2.com wrote:


 If a jar has unrelated dependencies, then those should go into separate
 bundles. One example is the membrane-soa and asm jars we were trying to
 osgify. We have separated these and released as two separate orbit bundles.

 And you don't have to include all the dependencies. Identify the optional
 dependencies, and if you don't require those optional dependencies, then
 don't include them.

 On Wed, Mar 11, 2015 at 2:57 PM, Supun Sethunga sup...@wso2.com wrote:

 Hi Kasun,

 Then again the problem is, one of the three non-osgi jars: org.scalanlp
 » breeze_2.10 has dependencies for another set of non-osgi jars, and so
 on. This grows in a tree manner :)

 Please note that the groupId should be in this format -
 org.wso2.orbit.upstream-groupId.

 Noted.

 @Harsha :  Yes, Scala-lang package is available as OSGI. But the spark
 ones (spark-mllib, spark-streaming)  are not available as osgi bundles.

 Thanks,
 Supun.

 On Wed, Mar 11, 2015 at 2:48 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Yes better to have orbit bundle and did you check whether those
 dependencies available as OSGi in public ? I think there should be for
 scala libraries.


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

 *Lean . Enterprise . Middleware*


 On Wed, Mar 11, 2015 at 2:15 AM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 It's better to create three separate orbit bundles for the
 dependencies. Please note that the groupId should be in this format -
 org.wso2.orbit.upstream-groupId.

 On Wed, Mar 11, 2015 at 2:31 PM, Danushka Fernando danush...@wso2.com
 wrote:

 Refer to other osgi bundles. AFAIR what we do is add them as
 dependencies and import the packages needed for those libraries. We are 
 not
 recommending to use dynamic imports as well. And we export the packages of
 the libraries.

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

 On Wed, Mar 11, 2015 at 2:24 PM, Supun Sethunga sup...@wso2.com
 wrote:

 Hi,

 Im in the process of creating an orbit bundle for Apache Spark-mllib
 1.2.1.
 Among the dependencies of mllib, there are three jars that are *not*
 *osgi/orbit* bundles (Refer [1] ).

 Thus, whats the correct way of importing these packages to the
 bundle? is it:
(A) Adding the three libraries as dependencies, and import them as
 private packages under Private-package in pom?
(B) OR, Creating another set of orbit bundles for those three
 dependent non-osgi jars and import them under Import-package in pom?

 OR is there any other way? Appreciate any clarification.

 [1]
 https://docs.google.com/a/wso2.com/spreadsheets/d/1PJKTeNS1zgQ1HbAsg5FQumiaPNKPYxpn2gEVS1v2TC0/edit#gid=0

 Thanks,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

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





 --

 *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
 email: kasung AT spamfree wso2.com
 linked-in: http://lk.linkedin.com/in/gajasinghe
 blog: http://kasunbg.org



 ___
 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




 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 http://wso2.com/
 lean | enterprise | middleware
 Mobile : +94 716546324




 --

 *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
 email: kasung AT spamfree wso2.com
 linked-in: http://lk.linkedin.com/in/gajasinghe
 blog: http://kasunbg.org






-- 
*Supun Sethunga*
Software Engineer
WSO2, Inc.
http://wso2.com/
lean | enterprise | middleware
Mobile : +94 716546324
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APPM] Improving usability on Application detail view - Publisher

2015-03-11 Thread Ruwan Yatawara
+1

Thanks and Regards,

Ruwan Yatawara

Senior Software Engineer,
WSO2 Inc.

email : ruw...@wso2.com
mobile : +94 77 9110413
blog : http://thoughts.ruwan-ace.com/
www: :http://wso2.com


On Wed, Mar 11, 2015 at 2:19 PM, Dhanuka De Silva dhanu...@wso2.com wrote:

 +1

 Edit and Copy actions are clearly separated form the rest (Documentation
 and Overview) and are well aligned with the context of Application

 On Wed, Mar 11, 2015 at 2:10 PM, Dakshika Jayathilaka daksh...@wso2.com
 wrote:

 Hi Devs,

 I'm working on $subject. Current UI having some usability issues.

 Concerns:

 1. to make consistent view, we need to add title on each page
 2. IMO *Actions* needs to have proper separation
 3. IMO *Actions* cannot be contained along with Application name
 4. Description section showing incorrect information

 Here is the proposed  detail view.

 1. Application overview page


 ​
 When you go to edit or copy view, you can see the cancel button in the
 context bottom with other
 related actions.

 WDYT?

 Thank you,

 Regards,

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




 --
 Dhanuka De Silva
 m: +94 773 887816
 e: dhanu...@wso2.com
 w: http://www.wso2.com

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


Re: [Dev] Correct way of setting dependencies import-packages in an Orbit Bundle

2015-03-11 Thread Danushka Fernando
Refer to other osgi bundles. AFAIR what we do is add them as dependencies
and import the packages needed for those libraries. We are not recommending
to use dynamic imports as well. And we export the packages of the libraries.

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

On Wed, Mar 11, 2015 at 2:24 PM, Supun Sethunga sup...@wso2.com wrote:

 Hi,

 Im in the process of creating an orbit bundle for Apache Spark-mllib
 1.2.1.
 Among the dependencies of mllib, there are three jars that are *not*
 *osgi/orbit* bundles (Refer [1] ).

 Thus, whats the correct way of importing these packages to the bundle? is
 it:
(A) Adding the three libraries as dependencies, and import them as
 private packages under Private-package in pom?
(B) OR, Creating another set of orbit bundles for those three dependent
 non-osgi jars and import them under Import-package in pom?

 OR is there any other way? Appreciate any clarification.

 [1]
 https://docs.google.com/a/wso2.com/spreadsheets/d/1PJKTeNS1zgQ1HbAsg5FQumiaPNKPYxpn2gEVS1v2TC0/edit#gid=0

 Thanks,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 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] [APPM] Improving usability on Application detail view - Publisher

2015-03-11 Thread Lahiru Cooray
+1

On Wed, Mar 11, 2015 at 2:10 PM, Dakshika Jayathilaka daksh...@wso2.com
wrote:

 Hi Devs,

 I'm working on $subject. Current UI having some usability issues.

 Concerns:

 1. to make consistent view, we need to add title on each page
 2. IMO *Actions* needs to have proper separation
 3. IMO *Actions* cannot be contained along with Application name
 4. Description section showing incorrect information

 Here is the proposed  detail view.

 1. Application overview page


 ​
 When you go to edit or copy view, you can see the cancel button in the
 context bottom with other
 related actions.

 WDYT?

 Thank you,

 Regards,

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

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




-- 
*Lahiru Cooray*
Software Engineer
WSO2, Inc.;http://wso2.com/
lean.enterprise.middleware

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


Re: [Dev] [APPM] Improving usability on Application detail view - Publisher

2015-03-11 Thread Dhanuka De Silva
+1

Edit and Copy actions are clearly separated form the rest (Documentation
and Overview) and are well aligned with the context of Application

On Wed, Mar 11, 2015 at 2:10 PM, Dakshika Jayathilaka daksh...@wso2.com
wrote:

 Hi Devs,

 I'm working on $subject. Current UI having some usability issues.

 Concerns:

 1. to make consistent view, we need to add title on each page
 2. IMO *Actions* needs to have proper separation
 3. IMO *Actions* cannot be contained along with Application name
 4. Description section showing incorrect information

 Here is the proposed  detail view.

 1. Application overview page


 ​
 When you go to edit or copy view, you can see the cancel button in the
 context bottom with other
 related actions.

 WDYT?

 Thank you,

 Regards,

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




-- 
Dhanuka De Silva
m: +94 773 887816
e: dhanu...@wso2.com
w: http://www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [MDM] Where are we saving the operation responses?

2015-03-11 Thread Dilshan Edirisuriya
Agreed with Dulithas comment. Last time we faced an issue like this when it
comes to applications. In the application list query it sends the list of
application as plist output. We can store the entire payload response as it
is but it is inefficient to query by any application name keyword or bundle
id.

Regards,

Dilshan

On Wed, Mar 11, 2015 at 9:58 AM, Inosh Perera ino...@wso2.com wrote:

 Hi all,

 Is this table essentially store key-value pairs with a reference to the
 operations table? Since operations can have different properties(keys)?

 Regards,
 Inosh

 On Wed, Mar 11, 2015 at 8:58 AM, Dulitha Wijewantha duli...@wso2.com
 wrote:

 +1, we need a response table. But after getting the response, we have to
 decompose that and get the information out of it and update relevant table.
 For example, current applications should be in a different table. Otherwise
 we have to scan across the response table, obtain the last record and
 perform in text searches. Same goes for device properties, if the SIM card
 got updated, the device table in the plugin db has to be updated.

 Cheers~

 On Wed, Mar 11, 2015 at 8:36 AM, Harshan Liyanage hars...@wso2.com
 wrote:

 Agreed. We need to have a place to store incoming messages. WDYT about
 having a separate table having a foreign-key reference to operation table?
 So that we could save the responses for each operation there. Since it is a
 different table, the load on operation table will reduce at peak times.

 Lakshitha Harshan
 Software Engineer
 Mobile: *+94724423048*
 Email: hars...@wso2.com
 Blog : http://harshanliyanage.blogspot.com/
 *WSO2, Inc. :** wso2.com http://wso2.com/*
 lean.enterprise.middleware.

 On Wed, Mar 11, 2015 at 6:30 AM, Kasun Dananjaya Delgolla 
 kas...@wso2.com wrote:

 It's simillar in Android's case as well. Aren't we have to store reply
 payloads and retrieve data from it when loading device data? Earlier we
 handled it using a field in the notification table.
 On Mar 10, 2015 5:46 PM, Dilshan Edirisuriya dils...@wso2.com
 wrote:

 Hi

 In iOS some operation corresponds to a operation response. Like
 application list, device operations etc. has a response which has a list 
 of
 applications, list of device properties etc. Right now I only see a status
 being changed upon getting an operation response. Hence how do we track 
 the
 operation responses?

 Regards,

 Dilshan

 --
 Dilshan Edirisuriya
 Senior Software Engineer - WSO2
 Mob: + 94 777878905
 http://wso2.com/
 https://www.linkedin.com/profile/view?id=50486426





 --
 Dulitha Wijewantha (Chan)
 Software Engineer - Mobile Development
 WSO2 Inc
 Lean.Enterprise.Middleware
  * ~Email   duli...@wso2.com duli...@wso2mobile.com*
 *  ~Mobile +94712112165 %2B94712112165*
 *  ~Website   dulitha.me http://dulitha.me*
 *  ~Twitter @dulitharw https://twitter.com/dulitharw*
   *~Github @dulichan https://github.com/dulichan*
   *~SO @chan http://stackoverflow.com/users/813471/chan*




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




-- 
Dilshan Edirisuriya
Senior Software Engineer - WSO2
Mob: + 94 777878905
http://wso2.com/
https://www.linkedin.com/profile/view?id=50486426
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] APIM token generation error

2015-03-11 Thread Waruna Perera
Hi,

Worked it after syncing with the master repo.

Thanks,

On Wed, Mar 11, 2015 at 1:41 PM, Nuwan Dias nuw...@wso2.com wrote:

 Hi Waruna,

 I just tried this with a pack I built now. It doesn't throw any errors for
 me. Token generation and regeneration are both work fine.

 Thanks,
 NuwanD.

 On Wed, Mar 11, 2015 at 1:17 PM, Waruna Perera waru...@wso2.com wrote:

 Hi,

 When we tried to run test cases in the latest code following error
 occurred. I even tried it manually with the built pack and error is coming
 for token generation.

 Caused by: org.wso2.carbon.apimgt.impl.workflow.WorkflowException: Error
 occured when updating the status of the Application creation process
 INFO
  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - at
 org.wso2.carbon.apimgt.impl.workflow.ApplicationRegistrationSimpleWorkflowExecutor.complete(ApplicationRegistrationSimpleWorkflowExecutor.java:85)
 INFO
  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - at
 org.wso2.carbon.apimgt.impl.workflow.ApplicationRegistrationSimpleWorkflowExecutor.execute(ApplicationRegistrationSimpleWorkflowExecutor.java:58)
 INFO
  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - at
 org.wso2.carbon.apimgt.impl.APIConsumerImpl.requestApprovalForApplicationRegistration(APIConsumerImpl.java:1762)
 INFO
  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - ...
 63 more
 INFO
  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] -
 Caused by: org.wso2.carbon.apimgt.api.APIManagementException: Error
 occurred while creating an Application Registration Entry for Application :
 APILifeCycleTestAPI-application
 INFO
  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - at
 org.wso2.carbon.apimgt.impl.dao.ApiMgtDAO.handleException(ApiMgtDAO.java:5851)
 INFO
  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - at
 org.wso2.carbon.apimgt.impl.dao.ApiMgtDAO.createApplicationRegistrationEntry(ApiMgtDAO.java:287)
 INFO
  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - at
 org.wso2.carbon.apimgt.impl.workflow.ApplicationRegistrationSimpleWorkflowExecutor.complete(ApplicationRegistrationSimpleWorkflowExecutor.java:80)
 INFO
  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - ...
 65 more
 INFO
  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] -
 Caused by: org.h2.jdbc.JdbcSQLException: Column TOKEN_SCOPE not found;
 SQL statement:
 INFO
  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] -
 INSERT INTO  AM_APPLICATION_REGISTRATION
 (SUBSCRIBER_ID,WF_REF,APP_ID,TOKEN_TYPE,ALLOWED_DOMAINS,VALIDITY_PERIOD,TOKEN_SCOPE)
   VALUES(?,?,?,?,?,?,?) [42122-140

 any changes cause for this?

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




 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729




-- 
Waruna Perera
Senior Software Engineer - Test Automation
Mobile: +94 77 3867037
WSO2, Inc.; http://wso2.com/
lean . enterprise . middlewear.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [MDM] Where are we saving the operation responses?

2015-03-11 Thread Kasun Dananjaya Delgolla
But isn't it more inefficient to re-process it?

On Wed, Mar 11, 2015 at 2:34 PM, Dilshan Edirisuriya dils...@wso2.com
wrote:

 Agreed with Dulithas comment. Last time we faced an issue like this when
 it comes to applications. In the application list query it sends the list
 of application as plist output. We can store the entire payload response as
 it is but it is inefficient to query by any application name keyword or
 bundle id.

 Regards,

 Dilshan

 On Wed, Mar 11, 2015 at 9:58 AM, Inosh Perera ino...@wso2.com wrote:

 Hi all,

 Is this table essentially store key-value pairs with a reference to the
 operations table? Since operations can have different properties(keys)?

 Regards,
 Inosh

 On Wed, Mar 11, 2015 at 8:58 AM, Dulitha Wijewantha duli...@wso2.com
 wrote:

 +1, we need a response table. But after getting the response, we have to
 decompose that and get the information out of it and update relevant table.
 For example, current applications should be in a different table. Otherwise
 we have to scan across the response table, obtain the last record and
 perform in text searches. Same goes for device properties, if the SIM card
 got updated, the device table in the plugin db has to be updated.

 Cheers~

 On Wed, Mar 11, 2015 at 8:36 AM, Harshan Liyanage hars...@wso2.com
 wrote:

 Agreed. We need to have a place to store incoming messages. WDYT about
 having a separate table having a foreign-key reference to operation table?
 So that we could save the responses for each operation there. Since it is a
 different table, the load on operation table will reduce at peak times.

 Lakshitha Harshan
 Software Engineer
 Mobile: *+94724423048*
 Email: hars...@wso2.com
 Blog : http://harshanliyanage.blogspot.com/
 *WSO2, Inc. :** wso2.com http://wso2.com/*
 lean.enterprise.middleware.

 On Wed, Mar 11, 2015 at 6:30 AM, Kasun Dananjaya Delgolla 
 kas...@wso2.com wrote:

 It's simillar in Android's case as well. Aren't we have to store reply
 payloads and retrieve data from it when loading device data? Earlier we
 handled it using a field in the notification table.
 On Mar 10, 2015 5:46 PM, Dilshan Edirisuriya dils...@wso2.com
 wrote:

 Hi

 In iOS some operation corresponds to a operation response. Like
 application list, device operations etc. has a response which has a list 
 of
 applications, list of device properties etc. Right now I only see a 
 status
 being changed upon getting an operation response. Hence how do we track 
 the
 operation responses?

 Regards,

 Dilshan

 --
 Dilshan Edirisuriya
 Senior Software Engineer - WSO2
 Mob: + 94 777878905
 http://wso2.com/
 https://www.linkedin.com/profile/view?id=50486426





 --
 Dulitha Wijewantha (Chan)
 Software Engineer - Mobile Development
 WSO2 Inc
 Lean.Enterprise.Middleware
  * ~Email   duli...@wso2.com duli...@wso2mobile.com*
 *  ~Mobile +94712112165 %2B94712112165*
 *  ~Website   dulitha.me http://dulitha.me*
 *  ~Twitter @dulitharw https://twitter.com/dulitharw*
   *~Github @dulichan https://github.com/dulichan*
   *~SO @chan http://stackoverflow.com/users/813471/chan*




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




 --
 Dilshan Edirisuriya
 Senior Software Engineer - WSO2
 Mob: + 94 777878905
 http://wso2.com/
 https://www.linkedin.com/profile/view?id=50486426




-- 
Kasun Dananjaya Delgolla

Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
Tel:  +94 11 214 5345
Fax: +94 11 2145300
Mob: + 94 771 771 015
Blog: http://kddcodingparadise.blogspot.com
Linkedin: *http://lk.linkedin.com/in/kasundananjaya
http://lk.linkedin.com/in/kasundananjaya*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC 2015

2015-03-11 Thread Anuruddha Premalal
Hi Dulitha,

Thank you for reaching out. We'll have a hangout session to have
introductions and future plans. I'll send the invitations before the end of
the week.

Apache CLI is a java based framework which requires a JVM to run, and it
raise a resource utilization concern.

You can look in to cloud foundry CLI[1] which is written in GO[2] to get an
idea or use it as a reference app.

[1] https://github.com/cloudfoundry/cli
[2] https://golang.org/

Regards,
Anuruddha

On Wed, Mar 11, 2015 at 9:12 PM, Dulitha Kularathne 
dulithameth...@gmail.com wrote:

 Hi!!

 Regarding the App factory command line tool project.
 I have figured out that I can use the following libraries for the
 mentioned tasks.

 To handle the command line interactions -Apache CLLI library
 To handle the client side requests -Apache commons Http client

 Any comments would be much appreciated.
 Thanks.




-- 
*Anuruddha Premalal*
Software Eng. | WSO2 Inc.
Mobile : +94710461070
Web site : www.regilandvalley.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Vijitha Ekanayake
Congratulations Dinesh !!!

On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva chama...@wso2.com
 wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2 Committer.
 @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




-- 
Vijitha Ekanayake
Software Engineer*, *WSO2, Inc.; http://wso2.com/
Mobile : +94 777 24 73 39 | +94 718 74 44 08
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [AppFactory] Storing data related to JIRA project access

2015-03-11 Thread Anuruddha Premalal
Hi Fathima,

Please find my comments inline.

On Tue, Mar 10, 2015 at 9:56 AM, Fathima Dilhasha dilha...@wso2.com wrote:

 Hi,

 In order to allow OAuth access to an existing project we need to create an 
 *Application
 Link *for a JIRA instance, specifying AppFactory as a trusted consumer.

 To achieve above, JIRA requires a *consumer key and a public key*.

 Do these consumer key and public key need to be unique for each
 application?
 Or is it okay if I use the same consumer key and public key for all
 applications ?

 It's good to go with a single consumer key and public key, otherwise there
is a usability concern in configuring the issue tracker for AF. As you
mentioned use of this key combination is to tell jira that AF is a trusted
consumer and i don't see a need of having separate keys for apps.

I think it's better to use the same keys as these keys do not introduce any
 security issues by being common and having separate keys introduces
 redundancy.


+1

Your feedback on this is highly appreciated.
 Thanks.

 Regards,
 Dilhasha


 *M.N.F. Dilhasha*
 Software Engineering Intern | *WSO2 Lanka*

 email   :
 *dilha...@wso2.com dilha...@wso2.com*mobile : +94 77 8449321



Regards,
-- 
*Anuruddha Premalal*
Software Eng. | WSO2 Inc.
Mobile : +94710461070
Web site : www.regilandvalley.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [AppFactory] Storing data related to JIRA project access

2015-03-11 Thread Fathima Dilhasha
Hi Anuruddha,

Thanks for the feedback.

Regards,
Dilhasha

*M.N.F. Dilhasha*
Software Engineering Intern | *WSO2 Lanka*

email   :
*dilha...@wso2.com dilha...@wso2.com*mobile : +94 77 8449321

On Thu, Mar 12, 2015 at 8:53 AM, Anuruddha Premalal anurud...@wso2.com
wrote:

 Hi Fathima,

 Please find my comments inline.

 On Tue, Mar 10, 2015 at 9:56 AM, Fathima Dilhasha dilha...@wso2.com
 wrote:

 Hi,

 In order to allow OAuth access to an existing project we need to create
 an *Application Link *for a JIRA instance, specifying AppFactory as a
 trusted consumer.

 To achieve above, JIRA requires a *consumer key and a public key*.

 Do these consumer key and public key need to be unique for each
 application?
 Or is it okay if I use the same consumer key and public key for all
 applications ?

 It's good to go with a single consumer key and public key, otherwise
 there is a usability concern in configuring the issue tracker for AF. As
 you mentioned use of this key combination is to tell jira that AF is a
 trusted consumer and i don't see a need of having separate keys for apps.

 I think it's better to use the same keys as these keys do not introduce
 any security issues by being common and having separate keys introduces
 redundancy.


 +1

 Your feedback on this is highly appreciated.
 Thanks.

 Regards,
 Dilhasha


 *M.N.F. Dilhasha*
 Software Engineering Intern | *WSO2 Lanka*

 email   :
 *dilha...@wso2.com dilha...@wso2.com*mobile : +94 77 8449321



 Regards,
 --
 *Anuruddha Premalal*
 Software Eng. | WSO2 Inc.
 Mobile : +94710461070
 Web site : www.regilandvalley.com


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


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Thusitha Thilina Dayaratne
Congratulations Dinesh ..!

On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya lasit...@wso2.com
wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva chama...@wso2.com
 wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2 Committer.
 @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




-- 
Thusitha Dayaratne
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

Mobile  +94712756809
Blog  alokayasoya.blogspot.com
Abouthttp://about.me/thusithathilina
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Chanuka Dissanayake
Congratulations Dinesh..!

On Thu, Mar 12, 2015 at 9:40 AM, Thusitha Thilina Dayaratne 
thusit...@wso2.com wrote:

 Congratulations Dinesh ..!

 On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya lasit...@wso2.com
 wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva chama...@wso2.com
 wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2 Committer.
 @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




-- 
Chanuka Dissanayake
*Software Engineer | **WSO2 Inc.*; http://wso2.com

Mobile: +94 71 33 63 596
Email: chan...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Abimaran Kugathasan
Congrats!

On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2 Committer. @Dinesh,
 congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

http://stackoverflow.com/users/515034
http://lk.linkedin.com/in/abimaran  http://www.lkabimaran.blogspot.com/
https://github.com/abimaran  https://twitter.com/abimaran
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Lasitha Wattaladeniya
Congratulations Dinesh :) !

On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake vijit...@wso2.com
wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva chama...@wso2.com
 wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan abima...@wso2.com
  wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2 Committer.
 @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




-- 
Lasitha Wattaladeniya
Software Engineer
WSO2, Inc. | http://wso2.com
lean. enterprise. middleware

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


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Thilini Cooray
Congratulations, Dinesh.

On Thu, Mar 12, 2015 at 9:42 AM, Chanuka Dissanayake chan...@wso2.com
wrote:

 Congratulations Dinesh..!

 On Thu, Mar 12, 2015 at 9:40 AM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Congratulations Dinesh ..!

 On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya lasit...@wso2.com
  wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva chama...@wso2.com
  wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com
 wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2 Committer.
 @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




 --
 Chanuka Dissanayake
 *Software Engineer | **WSO2 Inc.*; http://wso2.com

 Mobile: +94 71 33 63 596
 Email: chan...@wso2.com

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




-- 
Best Regards,

*Thilini Cooray*
Software Engineer
Mobile : +94 (0) 774 570 112 %2B94%20%280%29%20773%20451194
E-mail : thili...@wso2.com

WSO2 Inc. www.wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Milinda Perera
Congratulations Dinesh ...

On Thu, Mar 12, 2015 at 9:42 AM, Chanuka Dissanayake chan...@wso2.com
wrote:

 Congratulations Dinesh..!

 On Thu, Mar 12, 2015 at 9:40 AM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Congratulations Dinesh ..!

 On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya lasit...@wso2.com
  wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva chama...@wso2.com
  wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com
 wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2 Committer.
 @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




 --
 Chanuka Dissanayake
 *Software Engineer | **WSO2 Inc.*; http://wso2.com

 Mobile: +94 71 33 63 596
 Email: chan...@wso2.com

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




-- 
Milinda Perera
Software Engineer;
WSO2 Inc. http://wso2.com ,
Mobile: (+94) 714 115 032
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] APIM token generation error

2015-03-11 Thread Waruna Perera
Hi,

When we tried to run test cases in the latest code following error
occurred. I even tried it manually with the built pack and error is coming
for token generation.

Caused by: org.wso2.carbon.apimgt.impl.workflow.WorkflowException: Error
occured when updating the status of the Application creation process
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.apimgt.impl.workflow.ApplicationRegistrationSimpleWorkflowExecutor.complete(ApplicationRegistrationSimpleWorkflowExecutor.java:85)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.apimgt.impl.workflow.ApplicationRegistrationSimpleWorkflowExecutor.execute(ApplicationRegistrationSimpleWorkflowExecutor.java:58)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.apimgt.impl.APIConsumerImpl.requestApprovalForApplicationRegistration(APIConsumerImpl.java:1762)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- ... 63 more
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- Caused by: org.wso2.carbon.apimgt.api.APIManagementException: Error
occurred while creating an Application Registration Entry for Application :
APILifeCycleTestAPI-application
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.apimgt.impl.dao.ApiMgtDAO.handleException(ApiMgtDAO.java:5851)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.apimgt.impl.dao.ApiMgtDAO.createApplicationRegistrationEntry(ApiMgtDAO.java:287)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.apimgt.impl.workflow.ApplicationRegistrationSimpleWorkflowExecutor.complete(ApplicationRegistrationSimpleWorkflowExecutor.java:80)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- ... 65 more
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- Caused by: org.h2.jdbc.JdbcSQLException: Column TOKEN_SCOPE not found;
SQL statement:
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- INSERT INTO  AM_APPLICATION_REGISTRATION
(SUBSCRIBER_ID,WF_REF,APP_ID,TOKEN_TYPE,ALLOWED_DOMAINS,VALIDITY_PERIOD,TOKEN_SCOPE)
  VALUES(?,?,?,?,?,?,?) [42122-140

any changes cause for this?

-- 
Waruna Perera
Senior Software Engineer - Test Automation
Mobile: +94 77 3867037
WSO2, Inc.; http://wso2.com/
lean . enterprise . middlewear.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [App Factory] User home data is read from the backend after if last access time is over 1 minute

2015-03-11 Thread Danushka Fernando
I didn't check the code. However I guess cache is in session. Is that
right? So say A logs in to AF and do whatever stuff. And B logs in to AF
and create an application foo and add A to that foo application. Then there
is no way to update the cache unless we read it from data layer time to
time. If this is not the case picture in my head is wrong so please correct
it.
However 1 minute seems too soon.

   1. Make it configurable
   2. Increase it to somewhere like 10 - 15 minutes.

WDYT?

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

On Wed, Mar 11, 2015 at 1:13 PM, Gayan Dhanushka gay...@wso2.com wrote:

 Hi all,

 I noticed $subject in the index page. Any particular reason for having
 this ? Since we have a cache for user home data, IMO we do not need this
 anymore. Data from the back end can only be read initially.

 Regards
 Gayan

 --
 Gayan Dhanuska
 Software Engineer
 http://wso2.com/
 Lean Enterprise Middleware

 Mobile
 071 666 2327

 Office
 Tel   : 94 11 214 5345
 Fax  : 94 11 214 5300

 Twitter : https://twitter.com/gayanlggd

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


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Jagath Sisirakumara Ariyarathne
Congratulations Dinesh!...

On Thu, Mar 12, 2015 at 9:45 AM, Thilini Cooray thili...@wso2.com wrote:

 Congratulations, Dinesh.

 On Thu, Mar 12, 2015 at 9:42 AM, Chanuka Dissanayake chan...@wso2.com
 wrote:

 Congratulations Dinesh..!

 On Thu, Mar 12, 2015 at 9:40 AM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Congratulations Dinesh ..!

 On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com
 wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva 
 chama...@wso2.com wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com
 wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2 Committer.
 @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




 --
 Chanuka Dissanayake
 *Software Engineer | **WSO2 Inc.*; http://wso2.com

 Mobile: +94 71 33 63 596
 Email: chan...@wso2.com

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




 --
 Best Regards,

 *Thilini Cooray*
 Software Engineer
 Mobile : +94 (0) 774 570 112 %2B94%20%280%29%20773%20451194
 E-mail : thili...@wso2.com

 WSO2 Inc. www.wso2.com
 lean.enterprise.middleware

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




-- 
Jagath Ariyarathne
Technical Lead
WSO2 Inc.  http://wso2.com/
Email: jaga...@wso2.com
Mob  : +94 77 386 7048
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Kasun De Silva
Congratz !!!

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

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


On Thu, Mar 12, 2015 at 10:03 AM, Niranda Perera nira...@wso2.com wrote:

 Congrats machan! :-)

 On Thu, Mar 12, 2015 at 10:01 AM, Jerad Rutnam je...@wso2.com wrote:

 Congratulations Dinesh! :)

 On Thu, Mar 12, 2015 at 9:51 AM, Madusanka Premaratne 
 madusan...@wso2.com wrote:

 Congrats Dinesh.!!!

 On Thu, Mar 12, 2015 at 9:45 AM, Thilini Cooray thili...@wso2.com
 wrote:

 Congratulations, Dinesh.

 On Thu, Mar 12, 2015 at 9:42 AM, Chanuka Dissanayake chan...@wso2.com
 wrote:

 Congratulations Dinesh..!

 On Thu, Mar 12, 2015 at 9:40 AM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Congratulations Dinesh ..!

 On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake 
 vijit...@wso2.com wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com
 wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala 
 ravin...@wso2.com wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva 
 chama...@wso2.com wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com
 wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2
 Committer. @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




 --
 Chanuka Dissanayake
 *Software Engineer | **WSO2 Inc.*; http://wso2.com

 Mobile: +94 71 33 63 596
 Email: chan...@wso2.com

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




 --
 Best Regards,

 *Thilini Cooray*
 Software Engineer
 Mobile : +94 (0) 774 570 112 %2B94%20%280%29%20773%20451194
 E-mail : thili...@wso2.com

 WSO2 Inc. www.wso2.com
 lean.enterprise.middleware

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




 --
 *Madusanka Premaratne* | Associate Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 835 70 73| Work: +94 112 145 345
 Email: madusan...@wso2.com | Web: www.wso2.com

 [image: Facebook] https://www.facebook.com/rmmpremaratne [image:
 Twitter] 

Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Tharindu Edirisinghe
Congratulations Dinesh !!

On Thu, Mar 12, 2015 at 10:20 AM, Tharindu Dharmarathna tharin...@wso2.com
wrote:

 Congratz dinesh ! .

 On Thu, Mar 12, 2015 at 10:18 AM, Asok Perera as...@wso2.com wrote:

 Congratz Dinesh !

 *Asok Aravinda Perera*
 Software Engineer
 WSO2, Inc.;http://wso2.com/
 http://www.google.com/url?q=http%3A%2F%2Fwso2.com%2Fsa=Dsntz=1usg=AFQjCNGJuLRux6KkJwXKVUCYOtEsNCmIAQ
 lean.enterprise.middleware

 Mobile: +94722241032

 On Thu, Mar 12, 2015 at 10:05 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratz !!!

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

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


 On Thu, Mar 12, 2015 at 10:03 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats machan! :-)

 On Thu, Mar 12, 2015 at 10:01 AM, Jerad Rutnam je...@wso2.com wrote:

 Congratulations Dinesh! :)

 On Thu, Mar 12, 2015 at 9:51 AM, Madusanka Premaratne 
 madusan...@wso2.com wrote:

 Congrats Dinesh.!!!

 On Thu, Mar 12, 2015 at 9:45 AM, Thilini Cooray thili...@wso2.com
 wrote:

 Congratulations, Dinesh.

 On Thu, Mar 12, 2015 at 9:42 AM, Chanuka Dissanayake 
 chan...@wso2.com wrote:

 Congratulations Dinesh..!

 On Thu, Mar 12, 2015 at 9:40 AM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Congratulations Dinesh ..!

 On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake 
 vijit...@wso2.com wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com
 wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala 
 ravin...@wso2.com wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva 
 chama...@wso2.com wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com
  wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2
 Committer. @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




 --
 Chanuka Dissanayake
 *Software Engineer | **WSO2 Inc.*; http://wso2.com

 Mobile: +94 71 33 63 596
 Email: chan...@wso2.com

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




 --
 Best Regards,

 *Thilini Cooray*
 Software Engineer
 Mobile : +94 (0) 774 570 112 %2B94%20%280%29%20773%20451194
 E-mail 

Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Kalpa Welivitigoda
Congratulations Dinesh!

On Thu, Mar 12, 2015 at 10:22 AM, Tharindu Edirisinghe tharin...@wso2.com
wrote:

 Congratulations Dinesh !!

 On Thu, Mar 12, 2015 at 10:20 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congratz dinesh ! .

 On Thu, Mar 12, 2015 at 10:18 AM, Asok Perera as...@wso2.com wrote:

 Congratz Dinesh !

 *Asok Aravinda Perera*
 Software Engineer
 WSO2, Inc.;http://wso2.com/
 http://www.google.com/url?q=http%3A%2F%2Fwso2.com%2Fsa=Dsntz=1usg=AFQjCNGJuLRux6KkJwXKVUCYOtEsNCmIAQ
 lean.enterprise.middleware

 Mobile: +94722241032

 On Thu, Mar 12, 2015 at 10:05 AM, Kasun De Silva kas...@wso2.com
 wrote:

 Congratz !!!

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

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


 On Thu, Mar 12, 2015 at 10:03 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats machan! :-)

 On Thu, Mar 12, 2015 at 10:01 AM, Jerad Rutnam je...@wso2.com wrote:

 Congratulations Dinesh! :)

 On Thu, Mar 12, 2015 at 9:51 AM, Madusanka Premaratne 
 madusan...@wso2.com wrote:

 Congrats Dinesh.!!!

 On Thu, Mar 12, 2015 at 9:45 AM, Thilini Cooray thili...@wso2.com
 wrote:

 Congratulations, Dinesh.

 On Thu, Mar 12, 2015 at 9:42 AM, Chanuka Dissanayake 
 chan...@wso2.com wrote:

 Congratulations Dinesh..!

 On Thu, Mar 12, 2015 at 9:40 AM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Congratulations Dinesh ..!

 On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake 
 vijit...@wso2.com wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com
  wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala 
 ravin...@wso2.com wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva 
 chama...@wso2.com wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias 
 nuw...@wso2.com wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2
 Committer. @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




 --
 Chanuka Dissanayake
 *Software Engineer | **WSO2 Inc.*; http://wso2.com

 Mobile: +94 71 33 63 596
 Email: chan...@wso2.com

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




 --
 Best 

[Dev] Developer Studio 4.0.0 concerns

2015-03-11 Thread Awanthika Senarath
Hi all,

I observed that in developer studio 4.0.0 we cannot create a project when
we are not connected to the network, project creation fails, and log files
contain error message saying project could not be found in location 1q2w3e.

It gives a user message saying git connection failed hence cannot create
project

Also when the network connection is not there the startup time of developer
studio 4.0.0 is noticeably high

It appears as if the project saving process of eclipse che involves network
connection, IMO we should decouple this in developer studio 4.0.0 because
otherwise the whole concept of having the desktop IDE is lost.

WDYT?

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


Re: [Dev] [GSoC-2015] Proposal 3: ESB - Netty transport enhancements

2015-03-11 Thread Achintha Reemal
Hi Isuru,

Will it be possible to have a little discussion on how Netty Transport for
Pass-thru has being implemented, as it would help me grasp the intentions
behind the project deliverables.

Regards

On Tue, Mar 10, 2015 at 1:58 PM, Isuru Ranawaka isu...@wso2.com wrote:

 Hi Achintha,

 You can find source code from [1]

 [1]https://github.com/isururanawaka/wso2-synapse/tree/nettytransport

 On Tue, Mar 10, 2015 at 1:55 PM, Achintha Reemal achin...@wso2.com
 wrote:

 Hi Isuru,

 I have followed the articles that you have provided and gained a general
 level of understanding on how the message flow works.To get an idea on how
 the current Netty transport is being implemented, where can I find the
 source of this implementation?.

 Regards,

 On Tue, Mar 3, 2015 at 8:39 PM, Achintha Reemal achin...@wso2.com
 wrote:

 Hi Isuru,

 Thank you for the resources.

 Regards,


 On Tue, Mar 3, 2015 at 5:50 PM, Isuru Ranawaka isu...@wso2.com wrote:

 Hi Achintha,

 Thanks for your interest in this project and as a start you need to
 understand the ESB architecture and mesage flow in pass through transport.
 For that you can read below resource and feel free to ask any question
 regarding this.

 [1]
 http://wso2.com/library/articles/2013/12/demystifying-wso2-esb-pass-through-transport-part-i/
 [2] http://isurur.blogspot.com/2014/07/wso2-esb-message-flow.html

 Thanks
 IsuruR


 On Tue, Mar 3, 2015 at 5:38 PM, Achintha Reemal achin...@wso2.com
 wrote:

 Hi,

 I am Achintha Reemal, an Undergraduate from Department of Computer
 Science and Engineering, University of Moratuwa. I'm currently working as
 an Intern at WSO2.

 I am interested in the following proposal [1]
 https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal7:User-ManagedAccess%28UMA%29ProfileforOAuth2
  and
 look forward to contribute for its development.

 [1]
 https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal3:ESB-Nettytransportenhancements

 Regards,
 --
 *G.H.Achintha Reemal*
 *BSc Eng Undergraduate| Department of Computer Science  Engineering |
 University of Moratuwa*
 *Intern Software Engineer**| WSO2 Lanka (Pvt) Ltd.*
 *Blog|** rimmythepaperclip.blogspot.com
 http://rimmythepaperclip.blogspot.com*
 *Twitter|* @rimmynuts(A.Reemal)
 *LinkedIn|* lk.linkedin.com/in/achinthareemal/
 *Mobile| *0715471301

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




 --
 Best Regards
 Isuru Ranawaka
 M: +94714629880
 Blog : http://isurur.blogspot.com/




 --
 *G.H.Achintha Reemal*
 *BSc Eng Undergraduate| Department of Computer Science  Engineering |
 University of Moratuwa*
 *Intern Software Engineer**| WSO2 Lanka (Pvt) Ltd.*
 *Blog|** rimmythepaperclip.blogspot.com
 http://rimmythepaperclip.blogspot.com*
 *Twitter|* @rimmynuts(A.Reemal)
 *LinkedIn|* lk.linkedin.com/in/achinthareemal/
 *Mobile| *0715471301




 --
 *G.H.Achintha Reemal*
 *BSc Eng Undergraduate| Department of Computer Science  Engineering |
 University of Moratuwa*
 *Intern Software Engineer**| WSO2 Lanka (Pvt) Ltd.*
 *Blog|** rimmythepaperclip.blogspot.com
 http://rimmythepaperclip.blogspot.com*
 *Twitter|* @rimmynuts(A.Reemal)
 *LinkedIn|* lk.linkedin.com/in/achinthareemal/
 *Mobile| *0715471301




 --
 Best Regards
 Isuru Ranawaka
 M: +94714629880
 Blog : http://isurur.blogspot.com/




-- 
*G.H.Achintha Reemal*
*BSc Eng Undergraduate| Department of Computer Science  Engineering |
University of Moratuwa*
*Intern Software Engineer**| WSO2 Lanka (Pvt) Ltd.*
*Blog|** rimmythepaperclip.blogspot.com
http://rimmythepaperclip.blogspot.com*
*Twitter|* @rimmynuts(A.Reemal)
*LinkedIn|* lk.linkedin.com/in/achinthareemal/
*Mobile| *0715471301
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Roshan Wijesena
Congratulations!!

On Thu, Mar 12, 2015 at 9:45 AM, Thilini Cooray thili...@wso2.com wrote:

 Congratulations, Dinesh.

 On Thu, Mar 12, 2015 at 9:42 AM, Chanuka Dissanayake chan...@wso2.com
 wrote:

 Congratulations Dinesh..!

 On Thu, Mar 12, 2015 at 9:40 AM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Congratulations Dinesh ..!

 On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com
 wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva 
 chama...@wso2.com wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com
 wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2 Committer.
 @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




 --
 Chanuka Dissanayake
 *Software Engineer | **WSO2 Inc.*; http://wso2.com

 Mobile: +94 71 33 63 596
 Email: chan...@wso2.com

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




 --
 Best Regards,

 *Thilini Cooray*
 Software Engineer
 Mobile : +94 (0) 774 570 112 %2B94%20%280%29%20773%20451194
 E-mail : thili...@wso2.com

 WSO2 Inc. www.wso2.com
 lean.enterprise.middleware

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




-- 
Roshan Wijesena.
Senior Software Engineer-WSO2 Inc.
Mobile: *+94719154640*
Email: ros...@wso2.com
*WSO2, Inc. :** wso2.com http://wso2.com/*
lean.enterprise.middleware.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Madusanka Premaratne
Congrats Dinesh.!!!

On Thu, Mar 12, 2015 at 9:45 AM, Thilini Cooray thili...@wso2.com wrote:

 Congratulations, Dinesh.

 On Thu, Mar 12, 2015 at 9:42 AM, Chanuka Dissanayake chan...@wso2.com
 wrote:

 Congratulations Dinesh..!

 On Thu, Mar 12, 2015 at 9:40 AM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Congratulations Dinesh ..!

 On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com
 wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva 
 chama...@wso2.com wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com
 wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2 Committer.
 @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




 --
 Chanuka Dissanayake
 *Software Engineer | **WSO2 Inc.*; http://wso2.com

 Mobile: +94 71 33 63 596
 Email: chan...@wso2.com

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




 --
 Best Regards,

 *Thilini Cooray*
 Software Engineer
 Mobile : +94 (0) 774 570 112 %2B94%20%280%29%20773%20451194
 E-mail : thili...@wso2.com

 WSO2 Inc. www.wso2.com
 lean.enterprise.middleware

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




-- 
*Madusanka Premaratne* | Associate Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 835 70 73| Work: +94 112 145 345
Email: madusan...@wso2.com | Web: www.wso2.com

[image: Facebook] https://www.facebook.com/rmmpremaratne [image: Twitter]
https://twitter.com/rmmpremaratne [image: Google Plus]
https://plus.google.com/u/0/+MadusankaPremaratnemaduz/about/p/pub [image:
Linkedin] http://lk.linkedin.com/in/madusanka/ [image: Instagram]
http://instagram.com/madusankapremaratne [image: Skype]
http://@rmmpremaratne
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Jerad Rutnam
Congratulations Dinesh! :)

On Thu, Mar 12, 2015 at 9:51 AM, Madusanka Premaratne madusan...@wso2.com
wrote:

 Congrats Dinesh.!!!

 On Thu, Mar 12, 2015 at 9:45 AM, Thilini Cooray thili...@wso2.com wrote:

 Congratulations, Dinesh.

 On Thu, Mar 12, 2015 at 9:42 AM, Chanuka Dissanayake chan...@wso2.com
 wrote:

 Congratulations Dinesh..!

 On Thu, Mar 12, 2015 at 9:40 AM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Congratulations Dinesh ..!

 On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com
 wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
  wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva 
 chama...@wso2.com wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com
 wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2
 Committer. @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




 --
 Chanuka Dissanayake
 *Software Engineer | **WSO2 Inc.*; http://wso2.com

 Mobile: +94 71 33 63 596
 Email: chan...@wso2.com

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




 --
 Best Regards,

 *Thilini Cooray*
 Software Engineer
 Mobile : +94 (0) 774 570 112 %2B94%20%280%29%20773%20451194
 E-mail : thili...@wso2.com

 WSO2 Inc. www.wso2.com
 lean.enterprise.middleware

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




 --
 *Madusanka Premaratne* | Associate Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 835 70 73| Work: +94 112 145 345
 Email: madusan...@wso2.com | Web: www.wso2.com

 [image: Facebook] https://www.facebook.com/rmmpremaratne [image:
 Twitter] https://twitter.com/rmmpremaratne [image: Google Plus]
 https://plus.google.com/u/0/+MadusankaPremaratnemaduz/about/p/pub [image:
 Linkedin] http://lk.linkedin.com/in/madusanka/ [image: Instagram]
 http://instagram.com/madusankapremaratne [image: Skype]
 http://@rmmpremaratne


 ___
 Dev mailing list
 

Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Niranda Perera
Congrats machan! :-)

On Thu, Mar 12, 2015 at 10:01 AM, Jerad Rutnam je...@wso2.com wrote:

 Congratulations Dinesh! :)

 On Thu, Mar 12, 2015 at 9:51 AM, Madusanka Premaratne madusan...@wso2.com
  wrote:

 Congrats Dinesh.!!!

 On Thu, Mar 12, 2015 at 9:45 AM, Thilini Cooray thili...@wso2.com
 wrote:

 Congratulations, Dinesh.

 On Thu, Mar 12, 2015 at 9:42 AM, Chanuka Dissanayake chan...@wso2.com
 wrote:

 Congratulations Dinesh..!

 On Thu, Mar 12, 2015 at 9:40 AM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Congratulations Dinesh ..!

 On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake vijit...@wso2.com
  wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com
 wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala 
 ravin...@wso2.com wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva 
 chama...@wso2.com wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com
 wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2
 Committer. @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




 --
 Chanuka Dissanayake
 *Software Engineer | **WSO2 Inc.*; http://wso2.com

 Mobile: +94 71 33 63 596
 Email: chan...@wso2.com

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




 --
 Best Regards,

 *Thilini Cooray*
 Software Engineer
 Mobile : +94 (0) 774 570 112 %2B94%20%280%29%20773%20451194
 E-mail : thili...@wso2.com

 WSO2 Inc. www.wso2.com
 lean.enterprise.middleware

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




 --
 *Madusanka Premaratne* | Associate Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 835 70 73| Work: +94 112 145 345
 Email: madusan...@wso2.com | Web: www.wso2.com

 [image: Facebook] https://www.facebook.com/rmmpremaratne [image:
 Twitter] https://twitter.com/rmmpremaratne [image: Google Plus]
 https://plus.google.com/u/0/+MadusankaPremaratnemaduz/about/p/pub [image:
 Linkedin] http://lk.linkedin.com/in/madusanka/ [image: Instagram]
 http://instagram.com/madusankapremaratne [image: 

Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Maheeka Jayasuriya
Congratulations Dinesh !

Maheeka Jayasuriya
Software Engineer
Mobile : +9450661

On Thu, Mar 12, 2015 at 10:20 AM, Tharindu Dharmarathna tharin...@wso2.com
wrote:

 Congratz dinesh ! .

 On Thu, Mar 12, 2015 at 10:18 AM, Asok Perera as...@wso2.com wrote:

 Congratz Dinesh !

 *Asok Aravinda Perera*
 Software Engineer
 WSO2, Inc.;http://wso2.com/
 http://www.google.com/url?q=http%3A%2F%2Fwso2.com%2Fsa=Dsntz=1usg=AFQjCNGJuLRux6KkJwXKVUCYOtEsNCmIAQ
 lean.enterprise.middleware

 Mobile: +94722241032

 On Thu, Mar 12, 2015 at 10:05 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratz !!!

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

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


 On Thu, Mar 12, 2015 at 10:03 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats machan! :-)

 On Thu, Mar 12, 2015 at 10:01 AM, Jerad Rutnam je...@wso2.com wrote:

 Congratulations Dinesh! :)

 On Thu, Mar 12, 2015 at 9:51 AM, Madusanka Premaratne 
 madusan...@wso2.com wrote:

 Congrats Dinesh.!!!

 On Thu, Mar 12, 2015 at 9:45 AM, Thilini Cooray thili...@wso2.com
 wrote:

 Congratulations, Dinesh.

 On Thu, Mar 12, 2015 at 9:42 AM, Chanuka Dissanayake 
 chan...@wso2.com wrote:

 Congratulations Dinesh..!

 On Thu, Mar 12, 2015 at 9:40 AM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Congratulations Dinesh ..!

 On Thu, Mar 12, 2015 at 8:59 AM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Congratulations Dinesh :) !

 On Thu, Mar 12, 2015 at 8:53 AM, Vijitha Ekanayake 
 vijit...@wso2.com wrote:

 Congratulations Dinesh !!!

 On Thu, Mar 12, 2015 at 8:41 AM, Tharik Kanaka tha...@wso2.com
 wrote:

 Congratulations Dinesh

 On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala 
 ravin...@wso2.com wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva 
 chama...@wso2.com wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan 
 abima...@wso2.com wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com
  wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2
 Committer. @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

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




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

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




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




 --
 Chanuka Dissanayake
 *Software Engineer | **WSO2 Inc.*; http://wso2.com

 Mobile: +94 71 33 63 596
 Email: chan...@wso2.com

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




 --
 Best Regards,

 *Thilini Cooray*
 Software Engineer
 Mobile : 

[Dev] Password recovery without captcha

2015-03-11 Thread Sameera Jayaratna
Hi,

For ES we are considering the password recovery process configurable such
that it may or may not include a captcha validation.
i.e We will be providing a configuration to maintain if the captcha is
enabled or not. Depending on that the flow will differ.

According to [1] captcha is necessary to continue the flow. Is there a way
to remove captcha from the flow?

Thank you,
Sameera

[1] https://docs.wso2.com/display/IS450/Recover+with+Notification

-- 



*Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

*lean . enterprise . middleware |  http://wso2.com http://wso2.com *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2 Private PaaS

2015-03-11 Thread Imesh Gunaratne
Hi Heshan,

The problem with export command has occurred due to missing double quotes:
export MAVEN_OPTS=-Xms512m -Xmx1536m -XX:MaxPermSize=512m
-XX:ReservedCodeCacheSize=256m

Yesterday I uploaded Stratos 4.1.0-beta-kubernetes-v6 distribution to
Apache dist and updated the getting started guide. Now you can try it
without building from source:
https://gist.github.com/imesh/b8f81fac8de39183a504

Thanks

On Mon, Mar 9, 2015 at 1:12 PM, Heshan Jayasinghe shanu...@gmail.com
wrote:

 hi Imesh,
 i try to export maven using following line it says this identifiers are
 not valid
 https://gist.github.com/imesh/b8f81fac8de39183a504

 export MAVEN_OPTS=-Xms512m -Xmx1536m -XX:MaxPermSize=512m 
 -XX:ReservedCodeCacheSize=256m

 -bash: export: `-Xmx1536m': not a valid identifier

 -bash: export: `-XX:MaxPermSize=512m': not a valid identifier

 -bash: export: `-XX:ReservedCodeCacheSize=256m': not a valid identifier

 then i try to setup a kuberntes 0.11.0 cluster using Vagrant.I use
 following URL to that
 https://github.com/pires/kubernetes-vagrant-coreos-cluster

 I installed home-brew and install Wget fleetclt etcdtl and then i stuck
 in following point.
 Download the *kubectl* binary into */usr/local/bin*, which should be
 (and most probably is) set in your shell's *$PATH*...
 ./kubLocalSetup install
 I could't find and any kublocalSetup file in use/local/bin (mac) or in my
 default folder.I searched Kubeclt binary to download but i didn't
 find Kubeclt binary.

 So I stop it from that point and start setup in another way using
 following guide.

 https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Install+Stratos+with+Kubernetes+in+a+Testing+Environment
 I clone and setup kubernetes-vagrant-setup and then I start the kubernates
 cluster by navigating to vagrant (1st one done)

 heshans-mbp:kubernetes-vagrant-setup heshanjayasinghe$ vagrant up

 /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/lib/vagrant/pre-rubygems.rb:31:
 warning: Insecure world writable dir /usr/local in PATH, mode 040777

 /opt/vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/runtime.rb:222:
 warning: Insecure world writable dir /usr/local in PATH, mode 040777

 Bringing machine 'master' up with 'virtualbox' provider...

 Bringing machine 'node-01' up with 'virtualbox' provider...

 == master: Checking if box 'coreos-alpha' is up to date...

 == master: VirtualBox VM is already running.

 == node-01: Checking if box 'coreos-alpha' is up to date...

 == node-01: VirtualBox VM is already running.
 after that vagrant ssh master command work well but (2nd one done)
 kubecfg list minions and sudo systemctl restart controller-manager
  commands not working.(3/4 not working)
 but docker pull gurpartap/redis command worked (5th one done)
 then i go to cd
 STRATOS-SOURCE-HOME/components/org.apache.stratos.kubernetes.client/ (6th
 one done)
 but mvn test -o -Plive command not working (7th one not working)
 do you see any mistake here?please help me to solved this problem.
 I am new to WSO2 product so  there some problems come when setup those
 thing.I am really sorry if I disturbing you.I do a research on billing
 system too.i found some resources.now I want to integrate these details in
 to one project.

 I really like to have a face to face meeting with you about this project
 then i can get clear understanding and I can start my writing my proposal
 with suitable techonologycal stuff.i am free on tomorrow morning and day
 after tomorrow morning and evening.if you can spend few minutes for me
 please be kind enough to reply me.
 thank you.
 reagrds,
 Heshan jayasinghe


 On Sun, Mar 8, 2015 at 10:29 PM, Heshan Jayasinghe shanu...@gmail.com
 wrote:


 -- Forwarded message --
 From: Heshan Jayasinghe shanu...@gmail.com
 Date: Sun, Mar 8, 2015 at 10:16 PM
 Subject: Fwd: [Dev] GSOC2015:Google Wallet based Billing System for WSO2
 Private PaaS
 To: ru...@extrogene.lk




 -- Forwarded message --
 From: Imesh Gunaratne im...@wso2.com
 Date: Sat, Mar 7, 2015 at 5:13 PM
 Subject: Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2
 Private PaaS
 To: Heshan Jayasinghe shanu...@gmail.com
 Cc: WSO2 Developers' List dev@wso2.org


 Hi Heshan,

 We are planning to use this product on WSO2 Private PaaS 4.1.0 which will
 be built using Apache Stratos 4.1.0 + WSO2 product cartridges.

 You could try Stratos 4.1.0 by referring following getting started guides:
 https://gist.github.com/imesh/b8f81fac8de39183a504

 https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Stratos+Alpha+Developer+Preview

 Usage statistics of the PaaS are published to BAM via the following class:

 https://github.com/apache/stratos/blob/master/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/statistics/publisher/BAMUsageDataPublisher.java

 To refer the usage statistics RDBMS structure, please download and
 extract the following file (use unzip):

 

Re: [Dev] [GSoC-2015] Proposal 06: AppFactory - Command Line Tool

2015-03-11 Thread Dimithri Abeygunawardane
Hi Anuruddha,

Thanks. Looking forward to know more about the project.

Regards,
Dimithri.

On Thu, Mar 12, 2015 at 11:04 AM, Anuruddha Premalal anurud...@wso2.com
wrote:

 Hi Dmithri,

 Thank you for showing interest in the project. I'll schedule a hangout
 session to have introductions and discuss about future plans, will send the
 invitation by the end of this week.

 As a start you can look in to cloudfoundry CLI[1] to get an idea. Also
 another possibility is using nodejs; do a small research on that aspect as
 well.

 [1] https://github.com/cloudfoundry/cli


 On Fri, Mar 6, 2015 at 9:20 AM, Dimithri Abeygunawardane 
 dimith...@wso2.com wrote:

 Hi,

 I'm Dimithri Abeygunawardane from Department of Computer Science and
 Engineering, University of Moratuwa. Currently I am an intern at WSO2.

 I went through the GSoC 2015 proposal list and interested in the above
 proposal[1
 https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal6:AppFactory-CommandLineTool],
 and I'll be glad to contribute for the project.

 Please let me know if we could have a discussion on $subject.

 [1].
  
 https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal6:AppFactory-CommandLineTool
 https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal6:AppFactory-CommandLineTool

 Regards,
 Dimithri
 --
 Dimithri Abeygunawardane
 Software Engineering Intern
 Mobile : 0717 695 522
 dimith...@wso2.com

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


 Regards,
 --
 *Anuruddha Premalal*
 Software Eng. | WSO2 Inc.
 Mobile : +94710461070
 Web site : www.regilandvalley.com




-- 
Dimithri Abeygunawardane
Software Engineering Intern
Mobile : 0717 695 522
dimith...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Chamalee De Silva
congrats!

On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan abima...@wso2.com
wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2 Committer.
 @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




-- 

Chamalee De Silva

Software Engineer | WSO2

E:chama...@wso2.com nirosh...@wso2.com
M :0711540738| http://wso2.com http://wso2.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Aspect Intermittently disappearing in tenant mode

2015-03-11 Thread Ruwan Yatawara
Hi All,

We are facing an issue [1],[2] in which the sometimes the Aspect (Life
cycle for asset types) gets lost in the tenant mode. We have observed this
happening intermittently, only in tenant mode though and a restart of the
pack usually solves the problem. I heard from SameeraM that a similar issue
was fixed in carbon 4.3, for the record we are still on carbon 4.2.
Appreciate if somebody could point out a fix/approach to fix this.

Error :

ERROR - GovernanceArtifactImpl Error in associating lifecycle for the
artifact. id: a1954c0e-a67e-46b4-ae28-1b063d816a1f, path:
/appmgt/applicationdata/provider/admin-AT-test.com/AppT01/1.0/webapp.
org.wso2.carbon.registry.core.exceptions.RegistryException: Couldn't
find aspectName 'WebAppLifeCycle'
at 
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.associateAspect(EmbeddedRegistry.java:2428)
at 
org.wso2.carbon.registry.core.caching.CacheBackedRegistry.associateAspect(CacheBackedRegistry.java:416)
at 
org.wso2.carbon.registry.core.session.UserRegistry.associateAspectInternal(UserRegistry.java:1904)
at 
org.wso2.carbon.registry.core.session.UserRegistry.access$3800(UserRegistry.java:60)
at 
org.wso2.carbon.registry.core.session.UserRegistry$39.run(UserRegistry.java:1876)
at 
org.wso2.carbon.registry.core.session.UserRegistry$39.run(UserRegistry.java:1873)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.wso2.carbon.registry.core.session.UserRegistry.associateAspect(UserRegistry.java:1873)
at 
org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifactImpl.attachLifecycle(GovernanceArtifactImpl.java:276)
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.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
at 
org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)
at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
at 
org.mozilla.javascript.gen.artifacts_17._c_anonymous_19(artifacts:257)
at org.mozilla.javascript.gen.artifacts_17.call(artifacts)
at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
at 
org.jaggeryjs.rhino.publisher.modules.ext.scripts.c5._c_anonymous_2(/publisher/modules/ext/scripts/asset.lifecycle.action.save.js:47)
at 
org.jaggeryjs.rhino.publisher.modules.ext.scripts.c5.call(/publisher/modules/ext/scripts/asset.lifecycle.action.save.js)
at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
at 
org.jaggeryjs.rhino.publisher.modules.ext.core.c2._c_anonymous_14(/publisher/modules/ext/core/extension.core.js:235)
at 
org.jaggeryjs.rhino.publisher.modules.ext.core.c2.call(/publisher/modules/ext/core/extension.core.js)
at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
at 
org.jaggeryjs.rhino.publisher.modules.ext.core.c3._c_anonymous_10(/publisher/modules/ext/core/extension.management.js:161)
at 
org.jaggeryjs.rhino.publisher.modules.ext.core.c3.call(/publisher/modules/ext/core/extension.management.js)
at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
at 
org.jaggeryjs.rhino.publisher.modules.ext.core.c3._c_anonymous_8(/publisher/modules/ext/core/extension.management.js:111)
at 
org.jaggeryjs.rhino.publisher.modules.ext.core.c3.call(/publisher/modules/ext/core/extension.management.js)
at 
org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:85)
at 
org.jaggeryjs.rhino.publisher.assets.default.c1._c_anonymous_8(/publisher/assets/default/asset.jag:303)
at 
org.jaggeryjs.rhino.publisher.assets.default.c1.call(/publisher/assets/default/asset.jag)
at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
at 
org.jaggeryjs.rhino.publisher.modules.c4._c_anonymous_12(/publisher/modules/router-g.js:183)
at 
org.jaggeryjs.rhino.publisher.modules.c4.call(/publisher/modules/router-g.js)
at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
at 
org.jaggeryjs.rhino.publisher.assets.default.c1._c_anonymous_1(/publisher/assets/default/asset.jag:578)
at 
org.jaggeryjs.rhino.publisher.assets.default.c1.call(/publisher/assets/default/asset.jag)
at 
org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at 
org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
at 

Re: [Dev] Securing keystorePass in catalina-server.xml with secure vault - CARBON-13743

2015-03-11 Thread Kishanthan Thangarajah
On Wed, Mar 11, 2015 at 10:07 PM, Niranjan Karunanandham niran...@wso2.com
wrote:

 Hi Kishanthan,

 The value that was in the catalina-server.xml for keystorePass will not be
 removed after running the cipher tool. The cipher tool will encrypt the
 value in cipher-text.properties and insert  svns:secretAlias=Server.
 Service.Connector.keystorePasspassword/Connector to
 catalina-server.xml.


But the above is wrong, because the value password should be replaced on
the xml attribute - keystorePass. This is a limitation with the current
cipher-tool. This has to be improved.


 When the server starts the value for keystorePass will be retrieved from
 the cipher-text.properties (encrypted value) and not which is there in the
 catalina-server.xml.


Yes, this is currently working but the only concern is what you have
mentioned below.


 If required, the value in the catalina-server.xml can be removed:

 Connector SSLEnabled=true URIEncoding=UTF-8 acceptCount=200
 acceptorThreadCount=2 bindOnInit=false clientAuth=false
 compressableMimeType=text/html,text/javascript,application/x-javascript,
 application/javascript,application/xml,text/css,
 application/xslt+xml,text/xsl,image/gif,image/jpg,image/jpeg
 compression=on compressionMinSize=2048 connectionUploadTimeout=12
 disableUploadTimeout=false enableLookups=false
 keystoreFile=${carbon.home}/repository/resources/security/wso2carbon.jks
 *keystorePass=*** maxHttpHeaderSize=8192 maxKeepAliveRequests=200
 maxThreads=250 minSpareThreads=50 noCompressionUserAgents=gozilla,
 traviata port=9443 protocol=org.apache.coyote.http11.Http11NioProtocol
 scheme=https secure=true server=WSO2 Carbon Server sslProtocol=TLS
 svns:secretAlias=Server.Service.Connector.keystorePasspassword/
 Connector

 Shall we mention this in the carbon 4.3.0 doc?


IMO, we need to fix this properly with the new cipher-tool version :
https://wso2.org/jira/browse/WSAS-1917



 Regards,
 Nira


 On Wed, Mar 11, 2015 at 1:53 AM, Kishanthan Thangarajah 
 kishant...@wso2.com wrote:

 Hi Folks,

 There is an issue with current support for $subject. Once we configure
 this file using cipher-tool, we can see that the secret alias is being
 added to it. But the value of keystorePass still remains as wso2carbon.
 This should get changed to password.

 Connector SSLEnabled=true URIEncoding=UTF-8 acceptCount=200
 acceptorThreadCount=2 bindOnInit=false clientAuth=false
 compressableMimeType=text/html,text/javascript,application/x-javascript,application/javascript,application/xml,text/css,application/xslt+xml,text/xsl,image/gif,image/jpg,image/jpeg
 compression=on compressionMinSize=2048 connectionUploadTimeout=12
 disableUploadTimeout=false enableLookups=false
 keystoreFile=${carbon.home}/repository/resources/security/wso2carbon.jks
 keystorePass=*wso2carbon* maxHttpHeaderSize=8192
 maxKeepAliveRequests=200 maxThreads=250 minSpareThreads=50
 noCompressionUserAgents=gozilla, traviata port=9443
 protocol=org.apache.coyote.http11.Http11NioProtocol scheme=https
 secure=true server=WSO2 Carbon Server sslProtocol=TLS
 svns:secretAlias=Server.Service.Connector.keystorePasspassword/Connector

 The actual reason is that this is the only file (may be the first one),
 where we need to encrypt a value of an xml attribute. Other config files,
 we had to encrypt the value of the xml node element.

 @Niranjan, IIRC, you did some testing on this area right? Did we notice
 the above?

 Thanks,
 Kishanthan.
 --
 *Kishanthan Thangarajah*
 Senior Software Engineer,
 Platform Technologies Team,
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - +94773426635
 Blog - *http://kishanthan.wordpress.com
 http://kishanthan.wordpress.com*
 Twitter - *http://twitter.com/kishanthan http://twitter.com/kishanthan*




 --

 *Niranjan Karunanandham*
 Senior Software Engineer - WSO2 Inc.
 WSO2 Inc.: http://www.wso2.com




-- 
*Kishanthan Thangarajah*
Senior Software Engineer,
Platform Technologies Team,
WSO2, Inc.
lean.enterprise.middleware

Mobile - +94773426635
Blog - *http://kishanthan.wordpress.com http://kishanthan.wordpress.com*
Twitter - *http://twitter.com/kishanthan http://twitter.com/kishanthan*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC-2015] AppFactory - Command Line Tool

2015-03-11 Thread Anuruddha Premalal
Hi Fathima,

Thank you for your interest in the project. I'll schedule a hangout session
to have introductions and discuss about future plans, will send the
invitation by the end of this week.

As a start you can look in to cloudfoundry CLI[1] to get an idea.

[1] https://github.com/cloudfoundry/cli

Regards,
Anuruddha.

On Fri, Mar 6, 2015 at 9:08 AM, Fathima Dilhasha dilha...@wso2.com wrote:

 Hi,

 I am Fathima Dilhasha, an undergraduate from Department of Computer
 Science and Engineering, University of Moratuwa.

 I am interested in contributing for proposal [6]
 https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal6:AppFactory-CommandLineTool
  and I
 am looking forward to discuss further regarding the requirements. Please
 let me know if we could have a discussion on $Subject.

 [6]
 https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal6:AppFactory-CommandLineTool


 Thanks.

 Regards,
 Dilhasha

 *M.N.F. Dilhasha*
 Software Engineering Intern | *WSO2 Lanka*

 email   :
 *dilha...@wso2.com dilha...@wso2.com*mobile : +94 77 8449321




-- 
*Anuruddha Premalal*
Software Eng. | WSO2 Inc.
Mobile : +94710461070
Web site : www.regilandvalley.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dinesh J Weerakkody

2015-03-11 Thread Tharik Kanaka
Congratulations Dinesh

On Thu, Mar 12, 2015 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com wrote:

 Congratulations Dinesh !

 On Thu, Mar 12, 2015 at 8:30 AM, Chamalee De Silva chama...@wso2.com
 wrote:

 congrats!

 On Thu, Mar 12, 2015 at 8:24 AM, Abimaran Kugathasan abima...@wso2.com
 wrote:

 Congrats!

 On Thu, Mar 12, 2015 at 8:17 AM, Nuwan Dias nuw...@wso2.com wrote:

 Hi,

 It is with great pleasure we welcome DineshW as a WSO2 Committer.
 @Dinesh, congratulations and keep up the good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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

 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




 --

 Chamalee De Silva

 Software Engineer | WSO2

 E:chama...@wso2.com nirosh...@wso2.com
 M :0711540738| http://wso2.com http://wso2.com/

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




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


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




-- 

*Tharik Kanaka* | Associate Software Engineer

WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

Email: tha...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC-2015] AppFactory - Command Line Tool

2015-03-11 Thread Fathima Dilhasha
Hi,
Thank you for the response Anuruddha. I'll go through that CLI.
Looking forward to hearing from you.

Thanks.
Regards,
Dilhasha
On 12 Mar 2015 08:34, Anuruddha Premalal anurud...@wso2.com wrote:

 Hi Fathima,

 Thank you for your interest in the project. I'll schedule a hangout
 session to have introductions and discuss about future plans, will send the
 invitation by the end of this week.

 As a start you can look in to cloudfoundry CLI[1] to get an idea.

 [1] https://github.com/cloudfoundry/cli

 Regards,
 Anuruddha.

 On Fri, Mar 6, 2015 at 9:08 AM, Fathima Dilhasha dilha...@wso2.com
 wrote:

 Hi,

 I am Fathima Dilhasha, an undergraduate from Department of Computer
 Science and Engineering, University of Moratuwa.

 I am interested in contributing for proposal [6]
 https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal6:AppFactory-CommandLineTool
  and I
 am looking forward to discuss further regarding the requirements. Please
 let me know if we could have a discussion on $Subject.

 [6]
 https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal6:AppFactory-CommandLineTool


 Thanks.

 Regards,
 Dilhasha

 *M.N.F. Dilhasha*
 Software Engineering Intern | *WSO2 Lanka*

 email   :
 *dilha...@wso2.com dilha...@wso2.com*mobile : +94 77 8449321




 --
 *Anuruddha Premalal*
 Software Eng. | WSO2 Inc.
 Mobile : +94710461070
 Web site : www.regilandvalley.com


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