Re: [Dev] IS application-authentication.xml required for application management feature

2014-12-02 Thread Chan
* -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulitha.me http://dulitha.me* * ~Twitter @dulitharw https://twitter.com/dulitharw* *~Github

[Dev] Act-as scenario bug fix for SAMLTokenIssuer [Rampart]

2014-11-05 Thread Chan
Hi guys, There is a bug in the SAMLTokenIssuer class in rampart-trust module. I am attaching the svn diff for the fix. Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com

Re: [Dev] Act-as scenario bug fix for SAMLTokenIssuer [Rampart]

2014-11-05 Thread Chan
Adding the correct Ishara On Wed, Nov 5, 2014 at 3:06 PM, Chan duli...@wso2.com wrote: Hi guys, There is a bug in the SAMLTokenIssuer class in rampart-trust module. I am attaching the svn diff for the fix. Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2

Re: [Dev] EMM OAuth Implementation - Android - Storing Consumer Secret

2014-11-05 Thread Chan
, Apr 17, 2014 at 12:20 PM, Chan duli...@wso2.com wrote: +1 to the idea since basic auth will be first used to obtain the consumer secret. But we might have to change the flow from how it usually work. Cheers~ On Thu, Apr 17, 2014 at 12:17 PM, Kasun Dananjaya Delgolla kas...@wso2.com

Re: [Dev] WSO2 Committers += Niranjan Karunanandham

2014-11-04 Thread Chan
*Office* : +94 112 145 345 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Mobileware * ~Email duli...@wso2.com

[Dev] Access a properties file inside an AAR service

2014-10-31 Thread Chan
the path but it's correct. I also saw this mail thread [1]. It doesn't have a conclusion for the problem. [1] - http://mail-archives.apache.org/mod_mbox/axis-java-user/200812.mbox/%3c20978881.p...@talk.nabble.com%3E Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc

Re: [Dev] Access a properties file inside an AAR service

2014-10-31 Thread Chan
​Solved it. Had to remove the .getClassLoader() :)​ On Fri, Oct 31, 2014 at 1:23 PM, Chan duli...@wso2.com wrote: Hi guys, I want access a properties file packed inside an AAR service (HelloService/resources/client.properties). I have tried below - InputStream stream

Re: [Dev] Front-end framework to use

2014-10-21 Thread Chan
apps.Please have a chat with Dulitha (Chan) as the mobile team has written a few views in angular. *Reference* [1] http://backbonejs.org/ [2] https://angularjs.org/ Thank You, Sameera On Tue, Oct 21, 2014 at 11:06 AM, CD Athuraliya chathur...@wso2.com wrote: Hi all, Thanks a lot

Re: [Dev] Front-end framework to use

2014-10-21 Thread Chan
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 Tue, Oct 21, 2014 at 2:33 PM, CD Athuraliya chathur...@wso2.com wrote: Hi Chan, Thanks a lot

Re: [Dev] jaggery file upload

2014-10-07 Thread Chan
. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com

Re: [Dev] jaggery file upload

2014-10-07 Thread Chan
= datasetService.getDatasetUploadingDir(); var file = request.getFile(uploadDataset); * file.saveAs(uploadingDir+/+file.getName());* file gets saved under deployment directory. We need to upload the file into some other directory on the server.. On Tue, Oct 7, 2014 at 11:44 AM, Chan duli...@wso2

Re: [Dev] jaggery file upload

2014-10-07 Thread Chan
a File object. (File path is relative to the Jaggery application context root) shouldn't it allow saving to any location.. On Tue, Oct 7, 2014 at 12:11 PM, Chan duli...@wso2.com wrote: Hi Lochana, Exactly. The correct method to store files is to use a separate file service (S3) or use HDFS

Re: [Dev] Is it possible to separate org.wso2.emm.feature into sub features ?

2014-10-01 Thread Chan
-- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulitha.me http://dulitha.me* * ~Twitter @dulitharw https://twitter.com/dulitharw

Re: [Dev] Making Realtime Dashboards

2014-09-27 Thread Chan
write your own jaggery file to pull data from Cassandra, in which case, non-availability of support for Cassandra from UES gadget-gen tool will not be an issue. I had an offline chat with Chan and it seems that he will anyway be writing his own jaggery service to pull data from a datasource

Re: [Dev] [WSO2-MB] Subscription Listener Model

2014-09-27 Thread Chan
*cell:* *+94 719363063* *blog: **abeykoon.blogspot.com* http://abeykoon.blogspot.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc

Re: [Dev] Making Realtime Dashboards

2014-09-26 Thread Chan
? @Dilini what was the strategy used on the DEBS dashboard? (Jaggery version we are using is 0.9.0.ALPHA4.wso2v3) Cheers~ On Fri, Sep 26, 2014 at 11:25 AM, Lasantha Fernando lasan...@wso2.com wrote: Hi Chan, You can't poll data from Cassandra as yet for the real-time dashboard. Polling from RDBMS

[Dev] Making Realtime Dashboards

2014-09-25 Thread Chan
Hi guys, How do we make realtime dashboards for data. Currently the data is Published to the Event Receiver (thus persisted to BAM). Do we poll cassandra from the dashboard to show realtime dashboards? Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc

[Dev] License for Python Agent

2014-09-24 Thread Chan
~​ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulitha.me http://dulitha.me* * ~Twitter @dulitharw https://twitter.com/dulitharw* *~Github

Re: [Dev] WSO2 Committers += Harshan Liyanage

2014-09-17 Thread Chan
. *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 -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development

[Dev] Exposing hardware as resources

2014-09-17 Thread Chan
} } } } ​WDYT?​ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulitha.me http://dulitha.me* * ~Twitter @dulitharw https://twitter.com

Re: [Dev] Exposing hardware as resources

2014-09-17 Thread Chan
} Paul On 18 September 2014 05:51, Chan duli...@wso2.com wrote: The idea is to expose a hardware resource as an API. What an API requires is a URI and parameters. With this assumption - we can define below URI for the device operations API - {device-id}/{resource}/{operation}?param=param

Re: [Dev] Please merge pull request for EMM tests-ui-integration module

2014-09-10 Thread Chan
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile

[Dev] Change of a component name in EMM develop

2014-09-10 Thread Chan
-otherwise the app uploading functionality will be broken. Cheers~ [1] - https://github.com/wso2-dev/product-emm/tree/develop/modules/components [2] - https://github.com/wso2-dev/product-emm/tree/master/modules/components -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc

Re: [Dev] Getting a WSO2 GSoC project for University Assignment

2014-09-08 Thread Chan
Shanmugarajah who was the assigned mentor for the project and also looking forward for your help and advice along the way. Thanks, Chethiya Edirisinghe, Undergraduate, Dept. of Computer Science and Engineering, University of Moratuwa. -- Chan (Dulitha Wijewantha) Software Engineer

Re: [Dev] How to write tests for dynamically changing contents?

2014-09-08 Thread Chan
Premaratne,* Associate Software Engineer, WSO2 Inc. | http://wso2.com | lean.enterprise.middleware Mobile : +94 71 835 70 73 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software

[Dev] Datasources view in Storage Server give null pointer

2014-09-06 Thread Chan
) ... 92 more ​Cheers~​ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulitha.me http://dulitha.me* * ~Twitter @dulitharw https

Re: [Dev] What does 'Create Datasource' do in WSO2 SS

2014-08-24 Thread Chan
: Hi Chan, Darshana is correct. The datasources you create in UI is stored in /_system/config/repository/components/org.wso2.carbon.ndatasource/location in registry. It does the same thing what Datasource UI [1] does. [1] https://docs.wso2.com/display/SS110/RDBMS+Datasources Thanks

[Dev] Fwd: Question about Jaggery with EMM

2014-08-24 Thread Chan
wrong ? Thanks. Gabriel Garcia. -- *Dulitha R. Wijewantha** Software Engineer* Tel: 94112793140 | Mobile: 94712112165 dulit...@gmail.com | http://dulithawijewantha.com -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Mobileware * ~Email duli

[Dev] What does 'Create Datasource' do in WSO2 SS

2014-08-22 Thread Chan
Hi guys, I tried to find what it means in the docs [1] but it's not clear. What does Create Datasource mean? Does it create an entry in the master-datasources.xml? [image: Inline image 1] [1] - https://docs.wso2.com/display/SS110/Creating+Databases ​Cheers~​ -- Chan (Dulitha Wijewantha

Re: [Dev] Jaggery - Extracting an uploaded .zip file

2014-07-30 Thread Chan
/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulitha.me http://dulitha.me* * ~Twitter @dulitharw https

Re: [Dev] Android agent registration issue

2014-07-06 Thread Chan
something wrong on server side. I have tried with latest GIT src and built the agent. Thanks Mir ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development

[Dev] VPP implementation for EMM

2014-06-29 Thread Chan
implement app licenses in one shot for this feature and be done with it :) ) @Dilshan can you describe what need to be implemented in iOS MDM layer to support this? ​Cheers~​ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email

[Dev] Stratos root app in products

2014-06-24 Thread Chan
Hi Guys, I found that stratos root app is copied in bin.xml in some products [1]. Do we need to have a stratos root app in EMM as well? Cheers~ [1] - https://github.com/wso2/product-bps/tree/master/modules/distribution/lib/home -- Chan (Dulitha Wijewantha) Software Engineer - Mobile

Re: [Dev] MQTT Adaptor for CEP

2014-06-23 Thread Chan
://twitter.com/suhothayan | linked-in: http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan* -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile

Re: [Dev] [EMM] Adding Oracle database support to EMM

2014-06-19 Thread Chan
an integration test, once server start up is successful with oracle. Thank you, Inosh -- Inosh Perera Software Engineer, WSO2 Inc. Tel: 0785293686 -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli

Re: [Dev] EMM Android Agent Improvements

2014-06-17 Thread Chan
Tel : 94 11 214 5345 Fax :94 11 2145300 *WSO2, Inc.* http://wso2.com/ lean.enterprise.middleware -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.wso2.com M: +94 777 749 661 http:/// -- Chan (Dulitha Wijewantha) Software Engineer - Mobile

Re: [Dev] Proper Guide on RESTful API designing

2014-06-12 Thread Chan
/product/1449310508/ 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 -- Chan (Dulitha Wijewantha) Software

[Dev] Carbon 5 and REST

2014-06-06 Thread Chan
Hi Kishanthan/Sameera, I have a question about C5. Will JAX-RS be the default implementation for C5 APIs? For example can we call Admin services with RESTfully? Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli

Re: [Dev] [Architecture] Introducing JSR-223 into Jaggery along with Nashorn Support

2014-06-02 Thread Chan
___ Architecture mailing list architect...@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile

Re: [Dev] API versions in EMM

2014-05-30 Thread Chan
777878905 http://wso2.com/ ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli

Re: [Dev] Invalid Authorization Grant on IS 5.0.0 with authorization code grant type

2014-05-30 Thread Chan
Thanks Darshana. It works when sending the same redirect_uri. On Thu, May 29, 2014 at 6:58 PM, Darshana Gunawardana darsh...@wso2.com wrote: Hi Chan, Between two requests, redirect_uri got changed.. Can you please try calling token endpoint using the same redirect_uri used to get

[Dev] Invalid Authorization Grant on IS 5.0.0 with authorization code grant type

2014-05-29 Thread Chan
=TGD7VTCPaE9cfNpM19fm9un2J3Ea* I am getting { - error: invalid_grant, - error_description: Provided Authorization Grant is invalid. } What could the problem be? Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email

Re: [Dev] Cannot find function address in object - EMM server startup issue

2014-05-25 Thread Chan
dils...@wso2.com wrote: Hi Chan, I get the following error in emm code base. Chan I believe you have not merged carbon.server.address to the working code base. [2014-05-26 01:07:40,335] ERROR {org.jaggeryjs.jaggery.core.manager.WebAppManager} - org.mozilla.javascript.EcmaError: TypeError

Re: [Dev] Required changes in EMM Android Agent

2014-05-20 Thread Chan
http://lk.linkedin.com/in/kasundananjaya* -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulitha.me http://dulitha.me* * ~Twitter

Re: [Dev] Sugarcane release

2014-05-12 Thread Chan
. [1] https://github.com/wso2/jaggery-extensions On Mon, May 12, 2014 at 6:24 PM, Sagara Gunathunga sag...@wso2.comwrote: On Mon, May 12, 2014 at 6:14 PM, Chan duli...@wso2.com wrote: Hi folks, We are using sugarcane[1] testing framework for unit tests. It's currently not released. Can

[Dev] Please merge PR to jaggery-extension

2014-05-12 Thread Chan
https://github.com/wso2/jaggery-extensions/pull/5 Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulitha.me http://dulitha.me

[Dev] Please respond to Github issue on android client

2014-05-12 Thread Chan
Hi Kasun, Please look into https://github.com/wso2/MDM-Android-Agent/issues/6 . Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website

Re: [Dev] Please merge PR to jaggery-extension

2014-05-12 Thread Chan
Hi Ruchira, I have refactored the parameters. Please take a look at the same PR. I'll keep a note to follow the lower camelcase next time. Cheers~ On Tue, May 13, 2014 at 1:01 AM, Ruchira Wageesha ruch...@wso2.com wrote: Hi Chan, Could you please redo the pull request by updating

Re: [Dev] Testing startup scripts for EMM in jaggery-test

2014-05-05 Thread Chan
On Mon, May 5, 2014 at 8:49 AM, Ruchira Wageesha ruch...@wso2.com wrote: On Mon, May 5, 2014 at 7:58 AM, Chan duli...@wso2.com wrote: Hi folks, I am trying to test the hostname and ports using jaggery-test for EMM startup scripts. Below is the code I would like to test - var conf

Re: [Dev] Not obtaining the server port depending on proxy -Enterprise Store

2014-05-05 Thread Chan
.​ /Ruchira On Mon, May 5, 2014 at 8:07 AM, Chan duli...@wso2.com wrote: Hi folks, In the app.js in store [1] - the ports 9763 and 9443 are hardcoded. The ports is determined by variety of factors including proxies if used. I did a contribution to jaggery few months back on this [2] which can be used

[Dev] Change password for users in EMM

2014-05-05 Thread Chan
to it. Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulitha.me http://dulitha.me* * ~Twitter @dulitharw https://twitter.com

Re: [Dev] Meeting Notes on EMM Carbon

2014-05-04 Thread Chan
server. We have seen org.wso2.carbon:org.wso2.carbon.core.feature:4.2.0 and org.wso2.carbon:org.wso2.carbon.core.runtime.feature:4.2.0 in most of other products but it differs sometimes. WDYT ? On Tue, Apr 29, 2014 at 10:47 PM, Chan duli...@wso2.com wrote: Hi folks, We had a meeting today

[Dev] Testing startup scripts for EMM in jaggery-test

2014-05-04 Thread Chan
().toString(); ​How do we test such scenarios regarding carbon.xml files? For example whether changes to the hostname field is carbon.xml is ​reflected. Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli

[Dev] Not obtaining the server port depending on proxy -Enterprise Store

2014-05-04 Thread Chan
://github.com/wso2/jaggery-extensions/blob/master/carbon/module/scripts/server/server.js#L93 -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website

[Dev] Meeting Notes on EMM Carbon

2014-04-29 Thread Chan
feature related files - Use bin.xml to copy product related files - Get proper changes of files (axis2.xml) done by other teams to EMM - Not going to use Carbon Profiles since emm_service app is a deployment artifact Please add anything if I missed. ​Cheers~​ -- Chan (Dulitha Wijewantha

Re: [Dev] Configuration location for jaggery apps

2014-04-20 Thread Chan
Software Engineer Development Technologies WSO2 Inc. : http://wso2.com *Mobile*: +94774066336 *Blog*: http://madhukaudantha.blogspot.com/ ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha

[Dev] The refactoring branch

2014-04-19 Thread Chan
Hi folks, The refactoring branch is on github dev [1]. If you are not familiar with the Git flow model - please search the @architecture list. [1] - https://github.com/wso2-dev/product-emm/tree/feature/backend-refactor ​Cheers~​ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile

Re: [Dev] The refactoring branch

2014-04-19 Thread Chan
Will remove. I am going to use bfg [1] for it as specified by Github [2]. [1] - http://rtyley.github.io/bfg-repo-cleaner/ [2] - https://help.github.com/articles/remove-sensitive-data On Sat, Apr 19, 2014 at 4:59 PM, Niranjan Karunanandham niran...@wso2.comwrote: @chan: delete the ios jars

Re: [Dev] The refactoring branch

2014-04-19 Thread Chan
Device Service? or emm service ? On Sat, Apr 19, 2014 at 5:34 PM, Niranjan Karunanandham niran...@wso2.comwrote: Ok... btw think we need to come up with another name instead of emm_be for the backend emm jaggery app.. On 19 Apr 2014 17:24, Chan duli...@wso2.com wrote: Will remove. I am

Re: [Dev] EMM OAuth Implementation - Android - Storing Consumer Secret

2014-04-17 Thread Chan
11 214 5345 Fax: +94 11 2145300 Mob: + 94 777 997 850 Blog: http://kddcodingparadise.blogspot.com Linkedin: *http://lk.linkedin.com/in/kasundananjaya http://lk.linkedin.com/in/kasundananjaya* -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile

Re: [Dev] Update on APIM integration for EMM

2014-04-16 Thread Chan
Gunawardana Software Engineer; WSO2 Inc.; http://wso2.com/ Email: ga...@wso2.com Mobile: +94 (71) 8020933 Blog: http://gayanj2ee.blogspot.com/ ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha

Re: [Dev] Branches and workflow for jaggery

2014-04-09 Thread Chan
with fixes to specific branches and this would be a nightmare for migration from one version to another. On Thu, Apr 3, 2014 at 4:44 PM, Chan duli...@wso2.com wrote: Yeah - I agree with most of your points. The current situation of Jaggery is that when somebody wants to release their product, they get

Re: [Dev] Branches and workflow for jaggery

2014-04-03 Thread Chan
to commit to a tag since it abusing the purpose. (But you can create a branch from a tag and use it as the bug fix branch) Thank you On Thu, Apr 3, 2014 at 1:01 AM, Chan duli...@wso2.com wrote: We do indeed support older releases. Git provides a cool feature for this called tagging. We tag

Re: [Dev] Branches and workflow for jaggery

2014-04-02 Thread Chan
deleting feature branches might not be a big deal since we can create a branch from a tag when a bug fix for a release is needed ) On Wed, Apr 2, 2014 at 11:08 AM, Chan duli...@wso2.com wrote: Hi Rushmin, There will be 2 permanent branches - master - develop When we work

[Dev] Branches and workflow for jaggery

2014-04-01 Thread Chan
think we can sort out most of these troubles with git flow. WDYT? [1] - https://github.com/wso2/jaggery/branches Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile

[Dev] H2 Database support for EMM

2014-04-01 Thread Chan
://github.com/wso2-dev/product-emm Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulitha.me http://dulitha.me* * ~Twitter

Re: [Dev] Branches and workflow for jaggery

2014-04-01 Thread Chan
There will be 2 permanent branches - master - develop On Tue, Apr 1, 2014 at 9:30 PM, Rushmin Fernando rush...@wso2.com wrote: Hi Chan, Do you mean that there are obsolete release branches which should be deleted, after tagging the tips of them ? Thanks /rushmin On Tue, Apr 1

Re: [Dev] Branches and workflow for jaggery

2014-04-01 Thread Chan
- we merge the release branch to master and develop branch. We tag the master branch with release name. Cheers~ (My previous email fired off with Command +Enter. Apologies to that) On Wed, Apr 2, 2014 at 11:05 AM, Chan duli...@wso2.com wrote: There will be 2 permanent branches - master

Re: [Dev] What does this Git error mean?

2014-03-31 Thread Chan
, WSO2 Inc. Mobile: +94715779733 Blog: http://nirmalfdo.blogspot.com/ ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile

Re: [Dev] Starting work on product-emm

2014-03-28 Thread Chan
niran...@wso2.comwrote: btw i noticed that you had already merged your changes to the product-emm in wso2-dev github account. On Fri, Mar 28, 2014 at 11:10 AM, Niranjan Karunanandham niran...@wso2.com wrote: Hi Chan, I had a look [1] and noticed that according to the git flow model

[Dev] Starting work on product-emm

2014-03-27 Thread Chan
Hi folks, I am starting work on the product-emm (new fork at dev repo). For reference I made 3 remotes for my local repo - official - WSO2 Organization Repo dev - WSO2 Dev repo own - WSO2 Fork I'll be committing of the ip related changes to dev. Cheers~ -- Chan (Dulitha Wijewantha) Software

Re: [Dev] Starting work on product-emm

2014-03-27 Thread Chan
. On 28 Mar 2014 08:44, Chan duli...@wso2.com wrote: Hi folks, I am starting work on the product-emm (new fork at dev repo). For reference I made 3 remotes for my local repo - official - WSO2 Organization Repo dev - WSO2 Dev repo own - WSO2 Fork I'll be committing of the ip related

Re: [Dev] Starting work on product-emm

2014-03-27 Thread Chan
Karunanandham niran...@wso2.comwrote: Instead of having the branch as ip-address-fix, name it hotfix-ip-address so that when looking at the branches it can be quickly identified as a fix branch.. On 28 Mar 2014 09:15, Chan duli...@wso2.com wrote: +1 I was doing that. I have created a branch called

Re: [Dev] Starting work on product-emm

2014-03-27 Thread Chan
Folks - can you please check my fork [1]?. I followed the gitflow model and git flow tool[2]. Cheers~ [1] - https://github.com/dulichan/product-emm [2] - https://github.com/nvie/gitflow/tree/master On Fri, Mar 28, 2014 at 10:07 AM, Chan duli...@wso2.com wrote: +1 to the rename suggestion. I

Re: [Dev] How does carbon recognize local ip?

2014-03-15 Thread Chan
/axis2/util/Utils.html#getIpAddress%28%29 [4] http://wiki.apache.org/tomcat/FAQ/Connectors#Q6 [5] http://stackoverflow.com/questions/21601792/wso2-api-manager-how-to-listen-passthroughhttplistener-on-single-ip-address On Sat, Mar 15, 2014 at 9:16 AM, Chan duli...@wso2.com wrote: Hi folks, How

[Dev] How does carbon recognize local ip?

2014-03-14 Thread Chan
rather than the network ip. If this is the accepted behavior - how does it deal in production? Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165

Re: [Dev] Finding current address and port for a carbon server

2014-03-11 Thread Chan
component, the easy way is to use CarbonUIUtils#getServerURL(ServerConfigurationService serverConfig) method, where you need to acquire the ServerConfigurationService. On Mon, Mar 10, 2014 at 10:35 PM, Chan duli...@wso2.com wrote: Hi folks, I looked into CarbonUIUtils and found

Re: [Dev] Finding current address and port for a carbon server

2014-03-11 Thread Chan
that there are system properties called 'mgt.transport.http.proxyPort' 'mgt.transport.http.port' which can be used to construct the full server address. I'll be writing a jaggery module on this and I'll share it once it's done. Cheers~ On Tue, Mar 11, 2014 at 1:36 PM, Chan duli...@wso2.com wrote

[Dev] Finding current address and port for a carbon server

2014-03-10 Thread Chan
~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulitha.me http://dulitha.me* * ~Twitter @dulitharw https://twitter.com/dulitharw* *~SO

Re: [Dev] Finding current address and port for a carbon server

2014-03-10 Thread Chan
class has methods to retrieve the server host ports. Azeez On Mon, Mar 10, 2014 at 2:28 PM, Chan duli...@wso2.com wrote: Hi folks, I am having a confusion regarding how to find the carbon server hostname and port. This problem is related to implementing SSO in jaggery applications. Say

[Dev] Mime type lib for Jaggery

2014-03-04 Thread Chan
Hi all, Do we have a mime type library for jaggery like node-mime[1] ? [1] - https://github.com/broofa/node-mime/blob/master/types/mime.types -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli

Re: [Dev] Stuck on Pipes

2014-03-03 Thread Chan
, Chan duli...@wso2.com wrote: Thanks Sameera. Other than that I started working on the jaggery-router to improve it in the below method - Change public signature of a route as router.get($route, function($ctx){}); - $ctx will have _request, _response, _session, _headers(), _params

[Dev] Stuck on Pipes

2014-03-02 Thread Chan
){ context._request // for request object context._response // for response object context._session // for session object context._param // for params hash context._body // for body context._files // for files coming in the request } [1] - https://github.com/dulichan/storage -- Chan (Dulitha

Re: [Dev] Changing .gitignore file in GitRepos

2014-03-02 Thread Chan
Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulithawijewantha.com http

Re: [Dev] Stuck on Pipes

2014-03-02 Thread Chan
these changes and merge them to the main router. Cheers~ On Mon, Mar 3, 2014 at 1:12 AM, Sameera Medagammaddegedara samee...@wso2.com wrote: Hello Chan, Can try you changing the following line ; router.get('resource',function ... to: router.get('/resource',function Please

Re: [Dev] [Jaggery][WebSocket] Update on Missing WebSocket APIs

2014-02-25 Thread Chan
mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website

Re: [Dev] [Architecture] Restructuring Jaggery Modules

2014-02-18 Thread Chan
-- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165 %2B94712112165* * ~Website dulithawijewantha.com http://dulithawijewantha.com/ * * ~Blog

[Dev] Tentative GA 1.0.0 pack of EMM

2014-02-18 Thread Chan
$subject http://wso2.org/bamboo/browse/WM001-EMMS001-59/artifact/JOB1/WSO2-EMMS/wso2mobileserver-1.0.0.zip -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile

[Dev] New way of taking JAVA_HOME in mavericks

2014-02-17 Thread Chan
://developer.apple.com/library/mac/qa/qa1170/_index.html https://lists.forgerock.org/pipermail/openam/2013-November/014425.html -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile

Re: [Dev] What is the correct way to extend enterprise store to use in another product

2014-02-13 Thread Chan
: +94 772207239 Twitter : http://twitter.com/udarakr Blog: http://udarakr.blogspot.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development

Re: [Dev] Unable to send mails via EMM

2014-02-12 Thread Chan
) at javax.mail.Transport.send(Transport.java:98) Thanks Regards, *Chathurika Mahaarachchi* Software Engineer, QA. WSO2 Inc.: http://wso2.com/ lean.enterprise.middleware Mobile: +94718223950 -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile

Re: [Dev] [DSS] [Jaggery] unable to read post method output

2014-02-12 Thread Chan
= post(url, post_data, optionalHeadersPost, json, function (data, xhr) {log(Response received); } );* thanks. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha

Re: [Dev] [Jaggery]Problem with order of function execution

2014-02-12 Thread Chan
to acquire the requested data. How can I solve this problem. (I want to make the *post* request to complete before the *get* request) ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha

[Dev] Username sets to null when using get method

2014-02-12 Thread Chan
(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) ... 59 more Where is the implementation of the get method in jaggery? It's not in the xhr hostobject. -- Chan (Dulitha Wijewantha) Software

Re: [Dev] [DSS] [Jaggery] unable to read post method output

2014-02-12 Thread Chan
form the same service. why *post* don't get a json response. thanks On Thu, Feb 13, 2014 at 8:17 AM, Chan duli...@wso2.com wrote: This usually happens when you don't return json from your service (You are mentioning to return json in the post call). Try it out using the xhr object[1

Re: [Dev] [DSS] [Jaggery] unable to read post method output

2014-02-12 Thread Chan
plugin (or wget) request using tcpmon. Both request and response are same except only Jaggery post can't return the response :( On Thu, Feb 13, 2014 at 9:32 AM, Chan duli...@wso2.com wrote: Hmmm.. Are you sure the service will return anything for POST requests? Try it from a browser plugin

[Dev] Example use of Coordinator API

2014-02-06 Thread Chan
Hi Azeez, Do you have a code sample of Coordinator API usage in Carbon 4.2.X? Cheers~ -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website

[Dev] What is the method to shutdown the carbon server programmatically?

2014-02-03 Thread Chan
://wrapper.tanukisoftware.com/doc/english/qna-shutdown.html -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli...@wso2mobile.com* * ~Mobile +94712112165* * ~Website dulithawijewantha.com http

Re: [Dev] What is the method to shutdown the carbon server programmatically?

2014-02-03 Thread Chan
Thanks Nuwan On Mon, Feb 3, 2014 at 5:02 PM, Nuwan Wimalasekara nuw...@wso2.com wrote: Yes. It is deployed as a OSGI service as well. Thanks, Nuwanw On Mon, Feb 3, 2014 at 4:54 PM, Chan duli...@wso2.com wrote: Do we have an OSGi service? I am trying to do this from a jaggery app

Re: [Dev] Is there a way to access userStoreManager within jaggery code.

2014-02-02 Thread Chan
, --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email duli...@wso2.com duli

  1   2   >