Re: [Dev] [AS][AF] Error while invoking AppFactoryNDataSourceAdmim service via SOAP UI

2015-03-10 Thread Mahesh Chinthaka
And I had to add some parameters to carbon.xml Under JNDI tag DefaultInitialContextFactory org.wso2.carbon.appfactory.ext.jndi.ApplicationAwareCarbonJavaURLContextFactory /DefaultInitialContextFactory CarbonInitialJNDIContextFactory

[Dev] GSOC : Proposal 16 : Enable selenium testing in Appfactory test stage

2015-03-10 Thread Irunika Lakmal Weeraratne
Hi, I'm Irunika and I'm very interested in this project. Should it be headless and Graphical both? Is it like a part of AppFactory - Command Line Tool project? LInkedIn : lk.linkedin.com/in/irunikaw There are some projects that I have done so far

Re: [Dev] [Jaggery] How to convert String value of true/false to Boolean in Jaggery?

2015-03-10 Thread Tanya Madurapperuma
On Tue, Mar 10, 2015 at 11:29 AM, Abimaran Kugathasan abima...@wso2.com wrote: Thanks Himasha, In Jaggery, follwing is possible to do and works fine. var isLogoutRequest = false; if(!Boolean(isLogoutRequest)) { // } I was thinking, why can't we have this type of conversion for

Re: [Dev] WSO2 Committers += Ashan Manathunga

2015-03-10 Thread Chamara Silva
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:

Re: [Dev] WSO2 ESB - XSLT Transformation

2015-03-10 Thread Dilan Udara Ariyaratne
Hi Suhan, Can you check the same flow with having the SOAP Message in following order? soapenv:Envelope soapenv:Header /soapenv:Header soapenv:Body /soapenv:Body /soapenv:Envelope *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. http://wso2.com/ Mobile: +94775149066 lean .

Re: [Dev] [Jaggery] How to convert String value of true/false to Boolean in Jaggery?

2015-03-10 Thread Abimaran Kugathasan
Thanks Himasha, In Jaggery, follwing is possible to do and works fine. var isLogoutRequest = false; if(!Boolean(isLogoutRequest)) { // } I was thinking, why can't we have this type of conversion for String value of true/false in Jagger? On Tue, Mar 10, 2015 at 11:19 AM, Himasha Guruge

[Dev] [GSoC-2015] Proposal 4: ESB - JMS 2.0 support for transports and inbound endpoint

2015-03-10 Thread Sudharma Subasinghe
Hi, I am Sudharma Priyadarshani from Department of Computer Science and Engineering, University of Moratuwa. Currently I am an intern at WSO2. I went through the GSoC proposal list and interested in proposal [1]. I am looking forward to contribute to the project. [1]

Re: [Dev] WSO2 ESB - XSLT Transformation

2015-03-10 Thread Dilan Udara Ariyaratne
Hi Suhan, It seems that your SOAP message is out of order. Message body should basically come outside the header element as follows. *soapenv:Envelope soapenv:Header /soapenv:Header soapenv:Body /soapenv:Body/soapenv:Envelope* Can you double check and verify? Regards, Dilan.

Re: [Dev] Sample 100 Failed in WSO2 ESB 4.9.0-SNAPSHOT

2015-03-10 Thread Shabir Mohamed
Hi Kathees, I think removing the *wsse:Security *header is not the correct workaround for this issue. Please check whether you deployed the correct service for this sample? All the samples up until *sample 100 *are based on the *SimpleStockQuoteService.* *But, sample 100 *requires the

[Dev] Management Console UI changes to WSO2 MB

2015-03-10 Thread Chamalee De Silva
Hi all, I am currently doing my fast track training project in WSO2 Message Broker. I want to do a UI change in the Message broker Management Console by adding another row with a check-box to an existing HTML table. [image: Inline image 1] I went through the documentation links and found

[Dev] [MDM] challengeToken needed for enrollment

2015-03-10 Thread Dilshan Edirisuriya
Hi, For iOS and Windows enrollment there needs to be unique challenge token generated upon authenticating. Right now we do have that field under device as a property. However we cannot save it there because at that time we dont have access to device identifier. Hence this needs to be saved

Re: [Dev] [DEV][APIM] starting multiple APIM server instances

2015-03-10 Thread Tharindu Dharmarathna
adding Krishantha. On Tue, Mar 10, 2015 at 2:50 PM, Tharindu Dharmarathna tharin...@wso2.com wrote: Hi Dimuthu,Iqbal, I tried this two codes given by both of you . But that codes does not consist giving seperate configurations to the individual servers. *Test Case Scenario To do* 1. Run

Re: [Dev] [GSoC-2015] Proposal 4: ESB - JMS 2.0 support for transports and inbound endpoint

2015-03-10 Thread Buddhima Wijeweera
Hi Sudharma, Thank you for your interest. Initially you need to have experience on the existing JMS transport. So, I would like to point you few resources to be familiar with the existing JMS transport. Resources: [1] https://docs.wso2.com/display/ESB481/JMS+FAQ [2]

Re: [Dev] ESB connectors' package name

2015-03-10 Thread Vanjikumaran Sivajothy
Your concern is right, Most of the connectors has the package name as org.wso2.carbon.connector Some connectors (Twitter,GSS) are with org.wso2.carbon.connectors and it need to be correct in future release. To Track this work, Can you please create a JIRA for this? On Tue, Mar 10, 2015 at

Re: [Dev] InvalidSecurity exception on ESB sample #100

2015-03-10 Thread Shabir Mohamed
Hi Guys, Please note the typo mistake in my previous email: *mistake: BountyCastle library* *correction: BouncyCastle library* Cheers and Sorry - *Shabir Mohamed* *Software Engineer* WSO2 Inc.; http://wso2.com Email: sha...@wso2.com ayy...@wso2.com Mobile:

Re: [Dev] [Jaggery] How to convert String value of true/false to Boolean in Jaggery?

2015-03-10 Thread Lahiru Cooray
Hi Abimaran, I faced the same issue. In jaggery undefined, null and becomes false, any other - true. I managed to solve the issue by changing the renderer js(make the value boolean in renderer) On Tue, Mar 10, 2015 at 2:34 PM, Abimaran Kugathasan abima...@wso2.com wrote: On Tue, Mar 10,

[Dev] [MDM] Feature mappings for different platforms

2015-03-10 Thread Dilshan Edirisuriya
Hi, In MDM I see these operations mapped to direct platform at the same table level. In that case same operation needs to be put into the table multiple times for different platforms. To avoid that cant we introduce a relational mapping to these operations with each platform. In that case we can

Re: [Dev] ESB connectors' package name

2015-03-10 Thread Senduran Balasubramaniyam
Thanks Vanji, I have created a JIRA[1] to track the progress. [1] https://wso2.org/jira/browse/ESBCONNECT-43 Thanks Senduran On Tue, Mar 10, 2015 at 3:41 PM, Vanjikumaran Sivajothy va...@wso2.com wrote: Your concern is right, Most of the connectors has the package name as

Re: [Dev] Management Console UI changes to WSO2 MB

2015-03-10 Thread Malintha Adikari
On Tue, Mar 10, 2015 at 10:16 AM, Chamalee De Silva chama...@wso2.com wrote: Hi all, I am currently doing my fast track training project in WSO2 Message Broker. I want to do a UI change in the Message broker Management Console by adding another row with a check-box to an existing HTML

Re: [Dev] PR for https://wso2.org/jira/browse/CARBON-15112

2015-03-10 Thread Kishanthan Thangarajah
Thanks Rajith. This is merged with java8support branch. On Tue, Mar 10, 2015 at 3:25 PM, Rajith Siriwardena raj...@wso2.com wrote: Hi Kishanthan, PR : https://github.com/wso2/wso2-axis2/pull/33 Please let me know if there is any issue with the PR changes Thanks, Rajith On Fri, Mar 6,

Re: [Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Shabir Mohamed
Congrats Good Luck Irham!! - *Shabir Mohamed* *Software Engineer* WSO2 Inc.; http://wso2.com Email: sha...@wso2.com ayy...@wso2.com Mobitel: +94 77 3516019 | +94 71 6583393 On Tue, Mar 10, 2015 at 1:59 PM, Malith Munasinghe mali...@wso2.com wrote:

Re: [Dev] [ESB] Premature end of file Error

2015-03-10 Thread Chathura Priyankara
Hi, According to the wire logs I have observed that the response is spilled in to two messages as follows. I think this is why client can't process the response. wire ?xml[\r][\n] wire version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=

Re: [Dev] PR for https://wso2.org/jira/browse/CARBON-15112

2015-03-10 Thread Rajith Siriwardena
Hi Kishanthan, PR : https://github.com/wso2/wso2-axis2/pull/33 Please let me know if there is any issue with the PR changes Thanks, Rajith On Fri, Mar 6, 2015 at 5:08 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi Rajith, Did we send the PR for

Re: [Dev] Management Console UI changes to WSO2 MB

2015-03-10 Thread Indika Sampath
Hi Chamalee, Hope you have fork carbon-business-messaging and clone it to your local machine. You can find JSP of above page in following location. carbon-business-messaging/components/andes/org.wso2.carbon.andes.ui/src/main/resources/web/queues/queue_add.jsp Cheers! On Tue, Mar 10, 2015 at

Re: [Dev] Management Console UI changes to WSO2 MB

2015-03-10 Thread Chamalee De Silva
Hi Indika, Thanks for the quick response. This really helps. On Tue, Mar 10, 2015 at 4:12 PM, Indika Sampath indi...@wso2.com wrote: Hi Chamalee, Hope you have fork carbon-business-messaging and clone it to your local machine. You can find JSP of above page in following location.

Re: [Dev] Publisher list view

2015-03-10 Thread Chanaka Jayasena
Thanks Sharon. I will apply these to the current Enterprise Store publisher listing page. thanks, Chanaka On Tue, Mar 10, 2015 at 3:01 PM, Sharon David shar...@wso2.com wrote: HI Chanaka, Attached herewith is the HTML code related to Publisher list view. -- Sharon David Software Engineer

[Dev] [IS] Please review and commit patch

2015-03-10 Thread Nuwandi Wickramasinghe
Hi, Please find the updated attachment in [1] [1] https://wso2.org/jira/browse/IDENTITY-3101 Thanks -- Best Regards, Nuwandi Wickramasinghe Software Engineer WSO2 Inc. Web : http://wso2.com Mobile : 0719214873 ___ Dev mailing list Dev@wso2.org

Re: [Dev] CarbonContext data are null while trying to run a webapp for the first time, second time onwards it works fine.

2015-03-10 Thread Mahesh Chinthaka
Hi all, According to the findings up to now I presume that, whenever or whoever tries to validate the request by checking whether its coming from a webapp or not will face this issue. So this needs to be fixed I think (from the platform level). WDYT ? On Tue, Mar 10, 2015 at 7:45 PM, Mahesh

Re: [Dev] CarbonContext data are null while trying to run a webapp for the first time, second time onwards it works fine.

2015-03-10 Thread KasunG Gajasinghe
Hi Mahesh, Find out how the ContextBindings checks whether a request is coming for a webapp. ContextBindings must be keeping some kind of flag. Then, find out why that flag is not getting set for the very first request. On Tue, Mar 10, 2015 at 7:18 PM, Mahesh Chinthaka mahe...@wso2.com wrote:

Re: [Dev] CarbonContext data are null while trying to run a webapp for the first time, second time onwards it works fine.

2015-03-10 Thread Mahesh Chinthaka
Hi Kasun, Yes sure, I will debug the flow and see. Thanks On Tue, Mar 10, 2015 at 7:44 PM, Mahesh Chinthaka mahe...@wso2.com wrote: I talked with KasunG and he said that this might be due to a problem in the process we load the webapp and check whether its loaded. I have explained in below

[Dev] [MDM] Do we really require static operation codes in feature table?

2015-03-10 Thread Dilshan Edirisuriya
Hi, Right now we have static operation codes in feature table as 501A, 505P etc. Do we really require this? Instead of this shall we introduce a identifier hence we can easily map that to an enum in our backend. Regards, Dilshan -- Dilshan Edirisuriya Senior Software Engineer - WSO2 Mob: + 94

Re: [Dev] WSO2 Committers += Ashan Manathunga

2015-03-10 Thread Chamin Dias
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:

Re: [Dev] CarbonContext data are null while trying to run a webapp for the first time, second time onwards it works fine.

2015-03-10 Thread KasunG Gajasinghe
Yes, the changes will probably need to be made in the platform level not in the appfactory customizations. On Tue, Mar 10, 2015 at 8:00 PM, Mahesh Chinthaka mahe...@wso2.com wrote: Hi all, According to the findings up to now I presume that, whenever or whoever tries to validate the request by

Re: [Dev] [DEV][APIM] starting multiple APIM server instances

2015-03-10 Thread Krishantha Samaraweera
Hi Tharindu, On Tue, Mar 10, 2015 at 2:50 PM, Tharindu Dharmarathna tharin...@wso2.com wrote: Hi Dimuthu,Iqbal, I tried this two codes given by both of you . But that codes does not consist giving seperate configurations to the individual servers. *Test Case Scenario To do* 1. Run 4

Re: [Dev] App Factory API

2015-03-10 Thread Danushka Fernando
Hi Dulitha Can you tell us the steps that exactly you followed. Screenshots or screen cast would be helpful. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Tue, Mar 10, 2015 at 5:24 PM, Mahesh Chinthaka mahe...@wso2.com wrote: Hi

Re: [Dev] [GSoC2015] Proposal 2: Siddhi Editor for WSO2 CEP

2015-03-10 Thread Pubudu Fernando
Hi, Thank you very much for the Google Hangout session today. It was very helpful in getting a good idea about what is expected from us. I had some issues with the connection towards the end of the session, so I couldn't raise my questions there. Anyways, in a nutshell, what we are supposed to do

[Dev] [APIM] Jmeter tests migration - Status update

2015-03-10 Thread Dimuthu De Lanerolle
Hi , We are currently working on the $Subject. We have fixed errors completed migrating below test classes upto now. We will continue to migrate remaining APIM Jmeter related test classes as well. [1] JmeterTestCases [2] APIMANAGER2964MySubscriptionsPerformanceTestCase [3]

Re: [Dev] CarbonContext data are null while trying to run a webapp for the first time, second time onwards it works fine.

2015-03-10 Thread Mahesh Chinthaka
Hi all, I think I found the root cause here. Actually there are two scenarios, scenario1 - webapp is loaded scenario2 - webapp is unloaded (Reason for getting this reproduced when the tenant is unloaded; is that when tenant is unloaded , the webapp gets unloaded too.But actual effect is

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

2015-03-10 Thread Dulitha Wijewantha
+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

Re: [Dev] GSOC2015:PROJECT

2015-03-10 Thread Supun Sethunga
Hi Tharinda, Ultimately, the java code created using the wrangler script (after conversion), should be able to used as an Apache Spark [1] Transformations [2]. (at the back-end) On a side note, please use the WSO2 dev mailing list for any project related communication :) [1]

Re: [Dev] App Factory API

2015-03-10 Thread Harsha Thirimanna
Hi Dulitha, Is this the production URL that you are getting from AF or did you change production URL manually ? *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 *

Re: [Dev] WSO2 Committers += Ashan Manathunga

2015-03-10 Thread Shabir Mohamed
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!!!

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

2015-03-10 Thread Harshan Liyanage
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.

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

2015-03-10 Thread Kasun Dananjaya Delgolla
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

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

2015-03-10 Thread Chathurika De Silva
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

Re: [Dev] App Factory API

2015-03-10 Thread Dulitha Kularathne
Hi !! I created two apps in the first one I changed the production URL manually and the second one I kept the default URL as it is. I got the scrren shots and I will send u them in the evening if necessary. i followed the guide and did exactly the same. But I did not have many users for each

Re: [Dev] Adding repository and maven dependency to maven project

2015-03-10 Thread Sabra Ossen
Hi Tharindu, Thank you. Adding the repo as you mentioned worked. I had not configured the repo properly. Regards. On Wed, Mar 11, 2015 at 11:02 AM, Tharindu Edirisinghe tharin...@wso2.com wrote: Hi Sabra, Can you add the repo as following and check again. In your config you haven't

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

2015-03-10 Thread Danushka Fernando
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.

Re: [Dev] Adding repository and maven dependency to maven project

2015-03-10 Thread Tharindu Edirisinghe
Hi Sabra, Can you add the repo as following and check again. In your config you haven't mentioned the updatePolicy as well which might be a possible cause. repositories repository idwso2-nexus/id nameWSO2 internal Repository/name

[Dev] Proposal 5: ESB - AS2 Support

2015-03-10 Thread Amil Shanaka
Hi Sandamal, Chanaka all. I'm interested in this particular project. I have downloaded and build the chunk 7 from the svn server with patches and successfully built ESB. I would like to have some guild lines for stating this project. since it's a RD project I have started doing research on AS2.

[Dev] Adding repository and maven dependency to maven project

2015-03-10 Thread Sabra Ossen
Hi, I am trying to implement a Data Service Task Class as mentioned in link [1]. I need to import the following classes. import org.wso2.carbon.dataservices.core.DataServiceFault; import org.wso2.carbon.dataservices.core.engine.ParamValue; import org.wso2.carbon.dataservices.task.DataTask;

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

2015-03-10 Thread Danushka Fernando
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/

Re: [Dev] WSO2 Committers += Ashan Manathunga

2015-03-10 Thread Samith Dassanayake
Congrats Ashan! :-) On Sun, Mar 8, 2015 at 8:38 PM, 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,

Re: [Dev] [Jaggery] How to convert String value of true/false to Boolean in Jaggery?

2015-03-10 Thread Inshaf Mahath
Hi Abimaran, I have tried a sample Boolean() function. It works for me too. You can try something like following to evaluate strings. var a = true; var val = (a === 'true'); log.debug(Boolean(val)); On Tue, Mar 10, 2015 at 11:29 AM, Abimaran Kugathasan abima...@wso2.com wrote: Thanks

[Dev] Observed ERROR {org.wso2.carbon.core.deployment.DeploymentInterceptor} - Error while updating wso2carbon-sts in STSDeploymentInterceptor {org.wso2.carbon.core.deployment.DeploymentInterceptor}

2015-03-10 Thread Asanka Vithanage
Hi All, I observed following error[1] intermittently when try to invoke a proxy service created on a tenant space. I see this issue has reported few times earlier as well but dropped mentioning as occurs due to registry config issue. In this cluster i have mounted registry correctly(attached

Re: [Dev] Cannot use BAM's Spark from an external client.

2015-03-10 Thread Niranda Perera
Okay Anjana, noted! On Tue, Mar 10, 2015 at 12:10 PM, Anjana Fernando anj...@wso2.com wrote: Hi Niranda, When we get the clustering to properly to work, which would be before Friday's release. It should be straightforward for ML to point to our master server and submit jobs. So lets wait

[Dev] Removing -DhttpPort, -DhttpsPort system properties

2015-03-10 Thread Shashika Karunatilaka
Hi all, Do we need to have the *-DhttpPort, **-DhttpsPort *as system properties when running the carbon server. IMO if we need to change the ports we have portOffset to run from different ports or if there is a necessity of changing them we can change it in catalina-server.xml. In that case do we

Re: [Dev] Sample 100 Failed in WSO2 ESB 4.9.0-SNAPSHOT

2015-03-10 Thread Vanjikumaran Sivajothy
isn't that mentioned in the doc? On Tue, Mar 10, 2015 at 12:42 PM, Kathees Rajendram kath...@wso2.com wrote: Thanks Vanji and Thilini. The issue was in my configuration that the response has the security header when ESB send back to client. I used the following configuration to remove the

Re: [Dev] Sample 100 Failed in WSO2 ESB 4.9.0-SNAPSHOT

2015-03-10 Thread Kathees Rajendram
Thanks Vanji and Thilini. The issue was in my configuration that the response has the security header when ESB send back to client. I used the following configuration to remove the security header Now it is working. header xmlns:wsse=

Re: [Dev] WSO2 Committers += Ashan Manathunga

2015-03-10 Thread Malintha Adikari
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:

Re: [Dev] [Jaggery] How to convert String value of true/false to Boolean in Jaggery?

2015-03-10 Thread Tanya Madurapperuma
Hi, I just tried the following snippet in the try-it of jaggery page and it gives me the expected output. var test = true; var bool_convert = Boolean(test); print(bool_convert); //true - var test = false; var bool_convert = Boolean(test); print(bool_convert); //true

Re: [Dev] WSO2 Committers += Ashan Manathunga

2015-03-10 Thread Lasantha Fernando
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

Re: [Dev] [Jaggery] How to convert String value of true/false to Boolean in Jaggery?

2015-03-10 Thread Abimaran Kugathasan
On Tue, Mar 10, 2015 at 11:45 AM, Tanya Madurapperuma ta...@wso2.com wrote: On Tue, Mar 10, 2015 at 11:29 AM, Abimaran Kugathasan abima...@wso2.com wrote: Thanks Himasha, In Jaggery, follwing is possible to do and works fine. var isLogoutRequest = false; if(!Boolean(isLogoutRequest))

Re: [Dev] WSO2 ESB - XSLT Transformation

2015-03-10 Thread Milan Perera
Hi Suhan, Dilan, SOAP request of example 3 in the documentation [1] https://docs.wso2.com/display/ESB481/XSLT+Mediator#XSLTMediator-Example3-AddingXSLTimportsasresources (which Suhan followed) is out of order. Since this request contains nothing in its header, it can be removed. So it has to be

Re: [Dev] WSO2 ESB - XSLT Transformation

2015-03-10 Thread Suhan Dharmasuriya
Hi Dilan/Milan, I have removed the Header tag and tried. Still getting an error [1]. Any idea about Value {*name ='null' * part? [1] [2015-03-10 13:04:18,313] DEBUG - wire POST /services/XSLIncludeTestProxy.XSLIncludeTestProxyHttpSoap11Endpoint HTTP/1.1[\r][\n] [2015-03-10 13:04:18,313]

[Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Krishantha Samaraweera
Hi all, It's my pleasure to welcome Irham Iqbal as a WSO2 Committer. Irham, welcome aboard and keep up the good work! Thanks, Krishantha. -- Krishantha Samaraweera Senior Technical Lead - Test Automation Mobile: +94 77 7759918 WSO2, Inc.; http://wso2.com/ lean . enterprise . middlewear.

Re: [Dev] Cannot use BAM's Spark from an external client.

2015-03-10 Thread Anjana Fernando
Hi Niranda, When we get the clustering to properly to work, which would be before Friday's release. It should be straightforward for ML to point to our master server and submit jobs. So lets wait till we finalize our implementation, and then ML team can work with us to get their use case working.

Re: [Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Malintha Adikari
Congratulations Irham! On Tue, Mar 10, 2015 at 7:51 AM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi all, It's my pleasure to welcome Irham Iqbal as a WSO2 Committer. Irham, welcome aboard and keep up the good work! Thanks, Krishantha. -- Krishantha Samaraweera Senior

Re: [Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Waruna Perera
Congratulation Irham! On Tue, Mar 10, 2015 at 1:23 PM, Malintha Adikari malin...@wso2.com wrote: Congratulations Irham! On Tue, Mar 10, 2015 at 7:51 AM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi all, It's my pleasure to welcome Irham Iqbal as a WSO2 Committer. Irham,

Re: [Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Saneth Dharmakeerthi
Congratulations Irham... Thanks and Best Regards, Saneth Dharmakeerthi Senior Software Engineer WSO2, Inc. Mobile: +94772325511 On Tue, Mar 10, 2015 at 1:23 PM, Malintha Adikari malin...@wso2.com wrote: Congratulations Irham! On Tue, Mar 10, 2015 at 7:51 AM, Krishantha Samaraweera

Re: [Dev] Smooks Configuration : ObjectSerializer argument 'object' is null.

2015-03-10 Thread Shiva Balachandran
Hi Malith, I have pointed the input and output as specified but new version does not have CApp, its ESB config file. Plus, i still get that error. Thanks, Shiva On Thu, Mar 5, 2015 at 11:28 PM, Malith Dhanushka mal...@wso2.com wrote: Hi Shiva, In Developer Studio you should point the input

Re: [Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Jagath Sisirakumara Ariyarathne
Congratulations Irham On Tue, Mar 10, 2015 at 1:29 PM, Dimuthu De Lanerolle dimut...@wso2.com wrote: Congratz Irham !!! On Tue, Mar 10, 2015 at 1:27 PM, Saneth Dharmakeerthi sane...@wso2.com wrote: Congratulations Irham... Thanks and Best Regards, Saneth Dharmakeerthi Senior

Re: [Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Pirinthapan Mahendran
Congratulation Irham. Mahendran Pirinthapan Software Engineer | WSO2 Inc. Mobile +94772378732. On Tue, Mar 10, 2015 at 1:35 PM, Jagath Sisirakumara Ariyarathne jaga...@wso2.com wrote: Congratulations Irham On Tue, Mar 10, 2015 at 1:29 PM, Dimuthu De Lanerolle dimut...@wso2.com wrote:

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

2015-03-10 Thread Harsha Kumara
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

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

2015-03-10 Thread Manoj Gunawardena
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.

Re: [Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Tharik Kanaka
congratulations Irham On Tue, Mar 10, 2015 at 1:40 PM, Harsha Kumara hars...@wso2.com wrote: Congratulation Irham. On Tue, Mar 10, 2015 at 1:38 PM, Pirinthapan Mahendran pirintha...@wso2.com wrote: Congratulation Irham. Mahendran Pirinthapan Software Engineer | WSO2 Inc. Mobile

Re: [Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Ayyoob Hamza
Congrats Irham *Ayyoob Hamza* *Software Engineer* WSO2 Inc.; http://wso2.com email: ayy...@wso2.com cell: +94 77 1681010 %2B94%2077%207779495 On Tue, Mar 10, 2015 at 1:53 PM, Milan Perera mi...@wso2.com wrote: Congratz Irham..! On Tue, Mar 10, 2015 at 1:45 PM, Tharik Kanaka tha...@wso2.com

Re: [Dev] [Jaggery] How to convert String value of true/false to Boolean in Jaggery?

2015-03-10 Thread madhuka udantha
On Tue, Mar 10, 2015 at 1:44 PM, Abimaran Kugathasan abima...@wso2.com wrote: On Tue, Mar 10, 2015 at 1:14 PM, Tanya Madurapperuma ta...@wso2.com wrote: Hi, I just tried the following snippet in the try-it of jaggery page and it gives me the expected output. var test = true; var

Re: [Dev] AxisService service group name issue

2015-03-10 Thread Godwin Amila Shrimal
Gentle reminder on this...! On Tue, Mar 3, 2015 at 5:20 PM, Godwin Amila Shrimal god...@wso2.com wrote: Hi There is an AxisObserver which observe service updates and do some registry operations. When product start if we get service group name it shows as *org.wso2.carbon.sts-4.3.4.SNAPSHOT,

Re: [Dev] Sample 100 Failed in WSO2 ESB 4.9.0-SNAPSHOT

2015-03-10 Thread Kathees Rajendram
Hi Vanji, It is in the doc. I didn't test the esb sample 100 after I got the issue. I tested the security scenario in new implementation and used the following configuration It is working. header name=Action value=urn:getQuote/ payloadFactory media-type=xml format m0:getQuote

Re: [Dev] [Carbon][CEP] Where to save the state in Carbon server?

2015-03-10 Thread Nirmal Fernando
Hi Suho, For larger files, we use HDFS. On Tue, Mar 10, 2015 at 2:01 PM, Sriskandarajah Suhothayan s...@wso2.com wrote: These files can be quite big hence we thought of not using registry, Where do you store files in ML? Suho On Mon, Mar 9, 2015 at 6:10 PM, Nirmal Fernando nir...@wso2.com

Re: [Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Dimuthu De Lanerolle
Congratz Irham !!! On Tue, Mar 10, 2015 at 1:27 PM, Saneth Dharmakeerthi sane...@wso2.com wrote: Congratulations Irham... Thanks and Best Regards, Saneth Dharmakeerthi Senior Software Engineer WSO2, Inc. Mobile: +94772325511 On Tue, Mar 10, 2015 at 1:23 PM, Malintha Adikari

Re: [Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Harsha Kumara
Congratulation Irham. On Tue, Mar 10, 2015 at 1:38 PM, Pirinthapan Mahendran pirintha...@wso2.com wrote: Congratulation Irham. Mahendran Pirinthapan Software Engineer | WSO2 Inc. Mobile +94772378732. On Tue, Mar 10, 2015 at 1:35 PM, Jagath Sisirakumara Ariyarathne jaga...@wso2.com

Re: [Dev] [Jaggery] How to convert String value of true/false to Boolean in Jaggery?

2015-03-10 Thread Abimaran Kugathasan
On Tue, Mar 10, 2015 at 1:14 PM, Tanya Madurapperuma ta...@wso2.com wrote: Hi, I just tried the following snippet in the try-it of jaggery page and it gives me the expected output. var test = true; var bool_convert = Boolean(test); print(bool_convert); //true - var test

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

2015-03-10 Thread Isuru Ranawaka
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

Re: [Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Malith Munasinghe
Congratulation Irham!! On Tue, Mar 10, 2015 at 1:53 PM, Milan Perera mi...@wso2.com wrote: Congratz Irham..! On Tue, Mar 10, 2015 at 1:45 PM, Tharik Kanaka tha...@wso2.com wrote: congratulations Irham On Tue, Mar 10, 2015 at 1:40 PM, Harsha Kumara hars...@wso2.com wrote: Congratulation

Re: [Dev] [Carbon][CEP] Where to save the state in Carbon server?

2015-03-10 Thread Sriskandarajah Suhothayan
These files can be quite big hence we thought of not using registry, Where do you store files in ML? Suho On Mon, Mar 9, 2015 at 6:10 PM, Nirmal Fernando nir...@wso2.com wrote: Can't you use registry ? On Mon, Mar 9, 2015 at 6:06 PM, Isuru Fernando dilan...@wso2.com wrote: Hi, In the

Re: [Dev] WSO2 Committers += Irham Iqbal

2015-03-10 Thread Suhan Dharmasuriya
Congratulations Irham!!! On Tue, Mar 10, 2015 at 1:59 PM, Malith Munasinghe mali...@wso2.com wrote: Congratulation Irham!! On Tue, Mar 10, 2015 at 1:53 PM, Milan Perera mi...@wso2.com wrote: Congratz Irham..! On Tue, Mar 10, 2015 at 1:45 PM, Tharik Kanaka tha...@wso2.com wrote:

Re: [Dev] [ESB] Premature end of file Error

2015-03-10 Thread Chathura Priyankara
Hi, This error comes when I'm trying to resend a message. Here is the wire logs of the response [2015-03-10 14:16:54,899] DEBUG - wire HTTP/1.1 200 OK[\r][\n] [2015-03-10 14:16:54,899] DEBUG - wire Content-Type: text/xml; charset=UTF-8[\r][\n] [2015-03-10 14:16:54,899] DEBUG - wire Date: Tue,

Re: [Dev] Observed ERROR {org.wso2.carbon.core.deployment.DeploymentInterceptor} - Error while updating wso2carbon-sts in STSDeploymentInterceptor {org.wso2.carbon.core.deployment.DeploymentIntercepto

2015-03-10 Thread Danushka Fernando
Hi Asanka Can you check whether there are any errors while creating the tenant? And also check whether the tenant keystore is created in tenant registry. Error says that keystore cannot be found. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729

Re: [Dev] [Jaggery] How to convert String value of true/false to Boolean in Jaggery?

2015-03-10 Thread Abimaran Kugathasan
On Tue, Mar 10, 2015 at 1:53 PM, Tanya Madurapperuma ta...@wso2.com wrote: On Tue, Mar 10, 2015 at 1:44 PM, Abimaran Kugathasan abima...@wso2.com wrote: On Tue, Mar 10, 2015 at 1:14 PM, Tanya Madurapperuma ta...@wso2.com wrote: Hi, I just tried the following snippet in the try-it of

[Dev] Testing a Service Secured by WSO2 ESB

2015-03-10 Thread Shabir Mohamed
Hi, I have a deployed a simple service on axis2 and am trying to secure it using the wso2 esb. I created a *Proxy Service* for this service via *Pass Through Proxy* option in the ESB Mgt Console. Upon completion of the process I also made it *Secured* by a simple *UsernameToken* scenario. I