Re: [Dev] SlideShare connector - HTTP/1.1 301 Moved Permanently

2014-12-01 Thread Malaka Silva
Hi Vanii, It can be due to a a SSL issue. We can verify this by enabling SSL Debug logs. Info can be found in [1] Then we can compare that with the logs from curl. [1] http://blog.facilelogin.com/2010/11/debugging-ssl-connections-part-i.html On Fri, Nov 28, 2014 at 10:46 PM, Vanii Thiyagarajah

[Dev] [Orbit] Pull request for new version

2014-12-01 Thread Danushka Fernando
Hi Sameera, Maheshika Please review and merge the pull request [1] [1] https://github.com/wso2/orbit/pull/43 Thanks & Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 ___ Dev mailing list Dev@wso2.org http://w

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

2014-12-01 Thread Johann Nallathamby
It is actually coming from application-authentication-framework feature. Not from product level. In svn the ideal way would be to have svn externals. But in Git I am not sure how we handle this. Duplicating this file will be a nightmare. AFAIK in Git there is a similar way to do this. On Tue, Dec

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

2014-12-01 Thread Harsha Kumara
Hi All, In Storage Server we are using application management server feature for custom permission implementation. But application management feature requires application-authentication.xml which is not bundled with the feature. I think it's not appropriate to keep configuration in product itself.

Re: [Dev] CSV -> XML transformation using XSLT mediator

2014-12-01 Thread Tharindu Edirisinghe
Hi Lasindu, I wrote a sample that does what you expect. Please check the attached. import org.w3c.dom.Document; import org.w3c.dom.Element; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.transform.*; import javax.xml.transform.dom.DOMSo

Re: [Dev] Can we add jars to the carbon runtime without restarting

2014-12-01 Thread Manoj Kumara
Hi Samith, Carbon Runtime do not have that capability yet. You have to restart the server. Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Tue, Dec 2, 2014 at 9:39 AM, Samith Dassanayake wrote: > Hi all, > Can we

Re: [Dev] Couldn't reproduce some reported issues.

2014-12-01 Thread Pirinthapan Mahendran
Hi Dmitry, I tried with changing the domain as you mentioned above. But no help. I'll check the old logs with Cloud team. Thanks. Mahendran Pirinthapan Software Engineer | WSO2 Inc. Mobile +94772378732. On Tue, Dec 2, 2014 at 1:37 AM, Dmitry Sotnikov wrote: > Hi, > > The tickets have video

Re: [Dev] Can we add jars to the carbon runtime without restarting

2014-12-01 Thread Abimaran Kugathasan
With OSGI, You can do that. OSGI components can be added removed at any time from a OSGI capable platform. BundleActivator [1] is an interface which has two methods. Bundles can specify a class which implements this interface and the OSGi framework is guaranteed to invoke start() method when the

Re: [Dev] Passing verification keys as url parameters

2014-12-01 Thread Dilan Udara Ariyaratne
Hi Sameera, Are those verification keys passed having any sensitive informational value? If yes, I do not think that passing as url parameters is the recommended approach where as storing them in a session level cookie can be the correct approach. Following can be helpful to you on this issue.

[Dev] Can we add jars to the carbon runtime without restarting

2014-12-01 Thread Samith Dassanayake
Hi all, Can we add jars dynamically to the carbon runtime without restarting the server? If it is possible is there a service method to achieve that? Thanks, Samith -- Best Regards Samith Dassanayake Software Engineer, WSO2 Inc. ___ Dev mailing list D

Re: [Dev] IntegrationTest issues in connector

2014-12-01 Thread Elilmatha Sivanesan
Thank you for the responses... It is working now On Mon, Dec 1, 2014 at 3:18 PM, Dimuthu De Lanerolle wrote: > Hi Elimatha, > > Try using this esb distribution [1]. > > [1] http://svn.wso2.org/repos/wso2/people/malaka/ESB/ESB4.9.0/M3/ > > On Mon, Dec 1, 2014 at 3:08 PM, Nuwan Wimalasekara >

Re: [Dev] CSV -> XML transformation using XSLT mediator

2014-12-01 Thread Lasindu Charith
Hi Senduran, It should be comma separated csv to XML format. *FROM: CSV* abc, 123, 0.1, xyz, pqr, 456, 0.01, qwe, zxy, 789, 0.45, lmn *TO: XML* abc 123 0.1 xyz pqr 456 0.01 qwe zxy 789 0.45 lmn On Mon, Dec 1, 2014 at 6:20 PM, Senduran Balasubramaniyam wrote: >

[Dev] [VOTE] Release WSO2 Carbon Kernel 4.3.0 RC1

2014-12-01 Thread Kishanthan Thangarajah
Hi Devs, This is the *1st* release candidate of WSO2 Carbon Kernel 4.3.0. This release fixes the following issues: https://wso2.org/jira/browse/CARBON-15098?filter=12088 Please download, test and vote. *Source & binary distribution files:* http://maven.wso2.org/nexus/content/repositories/stagin

Re: [Dev] Couldn't reproduce some reported issues.

2014-12-01 Thread Dmitry Sotnikov
Hi, The tickets have video recording of me experiencing the issues. If that helps, I was making the changes just changing the case of the domain (uppercase to lowercase, back to uppercase, back to lowercase) because this was a part of me fighting the bug with uppercase custom URLs not working in

Re: [Dev] Invitation: Revisit APIManager and AppManager default statistics grap... @ Fri 28 Nov 2014 14:00 - 15:00 (Nuwan Dias)

2014-12-01 Thread Ruwan Yatawara
Just skimmed through a copy of that book. Looks very informative, should make for a good read. 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 Mon, Dec 1, 2014

Re: [Dev] Chunk 13 Release

2014-12-01 Thread Anjana Fernando
Hi Aparna, Great! .. Thanks. @Chanika, lets release this. Cheers, Anjana. On Mon, Dec 1, 2014 at 9:52 PM, Aparna Karunarathna wrote: > Hi Chanika/ Anjana, > > We did a smoke test on latest DSS 3.2.2 pack and no blocking issues were > observed. > > Regards, > Aparna. > > > > On Mon, Dec 1, 2014

Re: [Dev] Invitation: Revisit APIManager and AppManager default statistics grap... @ Fri 28 Nov 2014 14:00 - 15:00 (Nuwan Dias)

2014-12-01 Thread Sumedha Rubasinghe
Minoli, Binali, Can you guys schedule a review of current progress? No need to have anything in complete stage. But would like to get a sense of direction & time. On Fri, Nov 28, 2014 at 4:02 PM, Dinusha Senanayaka wrote: > Notes on App Manager : > > - Separates graphs into separate pages > - Al

Re: [Dev] Chunk 13 Release

2014-12-01 Thread Aparna Karunarathna
Hi Chanika/ Anjana, We did a smoke test on latest DSS 3.2.2 pack and no blocking issues were observed. Regards, Aparna. On Mon, Dec 1, 2014 at 6:35 PM, Chanika Geeganage wrote: > Hi Aparna, > > The new pack and the p2-repo can be found from > https://svn.wso2.org/repos/wso2/scratch/chunk13-r

Re: [Dev] EMM product build failure

2014-12-01 Thread Afkham Azeez
It works. Thanks. On Mon, Dec 1, 2014 at 8:02 PM, Krishantha Samaraweera wrote: > Edit the root product pom at [1] and set the test framework version as > below. > > *4.3.1* > > [1] https://github.com/wso2-dev/product-emm/blob/master/pom.xml > > Thanks, Krishantha. > > On Mon, Dec 1, 2014 at 7:0

Re: [Dev] EMM product build failure

2014-12-01 Thread Krishantha Samaraweera
Edit the root product pom at [1] and set the test framework version as below. *4.3.1* [1] https://github.com/wso2-dev/product-emm/blob/master/pom.xml Thanks, Krishantha. On Mon, Dec 1, 2014 at 7:07 PM, Afkham Azeez wrote: > How do I do that? > > On Mon, Dec 1, 2014 at 7:04 PM, Nuwan Wimalasek

Re: [Dev] Error while adding value to XML element added using enrich mediator

2014-12-01 Thread Malintha Adikari
Hi Senduran, I tried it but the issue is still there ( Using esb 4.8.1). Will check more with your sample. Thank you very much On Mon, Dec 1, 2014 at 2:03 PM, Senduran Balasubramaniyam wrote: > Hi Malintha, > > can you try the following and let me know (btw I tried with ESB 4.8.1) > > > t

Re: [Dev] Error while adding value to XML element added using enrich mediator

2014-12-01 Thread Senduran Balasubramaniyam
Hi Malintha, can you try the following and let me know (btw I tried with ESB 4.8.1) temval Thanks Senduran On Mon, Dec 1, 2014 at 6:49 PM, Malintha Adikari wrote: > Hi Senduran, > > Thank you for the prompt response. > > > On Mon, Dec 1, 2014 at 1:06 PM, Se

Re: [Dev] Please merge pull request to ESB - Property Integration Tests

2014-12-01 Thread Jeewantha Dharmaparakrama
Merged. Thanks, Jeewantha On Fri, Nov 28, 2014 at 9:44 AM, Kasun Indrasiri wrote: > We are in the process of stabilizing 4.9 M4 with httpcore version upgrade. > We'll process the PR along with that. > > On Thu, Nov 27, 2014 at 1:47 AM, Krishantha Samaraweera < > krishan...@wso2.com> wrote: > >>

Re: [Dev] EMM product build failure

2014-12-01 Thread Afkham Azeez
How do I do that? On Mon, Dec 1, 2014 at 7:04 PM, Nuwan Wimalasekara wrote: > Hi > Please update the test framework version to 4.3.1 since It is released. > > Thanks, > Nuwanw > > On Mon, Dec 1, 2014 at 6:55 PM, Afkham Azeez wrote: > >> [INFO] BUILD FAILURE >> >> [INFO] >> -

Re: [Dev] EMM product build failure

2014-12-01 Thread Nuwan Wimalasekara
Hi Please update the test framework version to 4.3.1 since It is released. Thanks, Nuwanw On Mon, Dec 1, 2014 at 6:55 PM, Afkham Azeez wrote: > [INFO] BUILD FAILURE > > [INFO] > > > [INFO] Total time: 1:41.826s > > [INFO]

[Dev] EMM product build failure

2014-12-01 Thread Afkham Azeez
[INFO] BUILD FAILURE [INFO] [INFO] Total time: 1:41.826s [INFO] Finished at: Mon Dec 01 18:32:53 IST 2014 [INFO] Final Memory: 48M/133M [INFO] [ERR

Re: [Dev] Error while adding value to XML element added using enrich mediator

2014-12-01 Thread Malintha Adikari
Hi Senduran, Thank you for the prompt response. On Mon, Dec 1, 2014 at 1:06 PM, Senduran Balasubramaniyam wrote: > Hi Malintha, > > You can get rid of the default namespace by adding an empty namespace > i.e > > > > I have already tried adding xmlns="" to remove added namespace

Re: [Dev] Error while adding value to XML element added using enrich mediator

2014-12-01 Thread Senduran Balasubramaniyam
Hi Malintha, You can get rid of the default namespace by adding an empty namespace i.e also I am not quite sure about the 2nd enrich mediator's target. Since if you are adding something like "//deliverystatus" then the xpath will try to find a "deliverystatus" node in the body. If

Re: [Dev] Chunk 13 Release

2014-12-01 Thread Chanika Geeganage
Hi Aparna, The new pack and the p2-repo can be found from https://svn.wso2.org/repos/wso2/scratch/chunk13-release/01-12-2014 Thanks On Mon, Dec 1, 2014 at 12:10 PM, Anjana Fernando wrote: > Hi Aparna, > > I hope other aspects of DSS has been tested, so yeah, we can wait for the > HZ fixes to t

Re: [Dev] CSV -> XML transformation using XSLT mediator

2014-12-01 Thread Senduran Balasubramaniyam
Hi Lasindu, Could you please let us know a sample input format and desired output format Thanks Senduran On Mon, Dec 1, 2014 at 2:11 PM, Lasindu Charith wrote: > Hi all, > > Does anybody know a way(sample) to transform CSV format to XML in ESB, > using some mediator except Smooks? (such as XSL

[Dev] Error while adding value to XML element added using enrich mediator

2014-12-01 Thread Malintha Adikari
Hi, I want to add following XML element as a child to the payload body abc123 This "abc123" value is taken from a property. I used enrich mediator to add the element as follows and it sets the element as expected to the body (with

Re: [Dev] (ESBJAVA-3345) [JMS] If a faulty proxy service is deleted, it is not removing from the management UI

2014-12-01 Thread Priyadarssini Kishokumar
Hi, I've made some changes after the regression test. Please check the PR. On Sat, Nov 29, 2014 at 12:21 PM, Supun Malinga wrote: > Hi, > > I'm trying to merge the PR and have a concern. > > This change would potentially affect other service types as well. Were you > able to do a regression tes

Re: [Dev] Scala Devs... what are the recommended resources to follow?

2014-12-01 Thread Niranda Perera
thanks Maninda! :-) On Mon, Dec 1, 2014 at 2:59 PM, Maninda Edirisooriya wrote: > There is a good MOOC [1] on Scala by the creator, Martin Odersky. First > few lessons covers the basic Scala concepts. > > [1] https://www.coursera.org/course/progfun > > > *Maninda Edirisooriya* > Senior Software

Re: [Dev] Managing IS related configuration files in ES

2014-12-01 Thread Sameera Jayaratna
Thank you Pulasthi, will follow that. On Mon, Dec 1, 2014 at 3:15 PM, Pulasthi Mahawithana wrote: > Hi Sameera, > > You can change only those values you required at the distribution/pom.xml. > Refer [1] as an example. (line 139) > > [1] > https://github.com/wso2-dev/product-is/blob/master/module

[Dev] Couldn't reproduce some reported issues.

2014-12-01 Thread Pirinthapan Mahendran
Hi Dmitry, I tried to reproduce the issues reported in [1] and [2]. I tried these in both my local setup and cloud. But I could not reproduce these issues. Were you able to reproduce these issues continuously? If so could you please give some additional information regarding that? 1. https://wso2

[Dev] ESB log4j file gets replaced with DSS log4j file when installing features using p2 repo

2014-12-01 Thread Aparna Karunarathna
Hi Sameera, In the DSS 3.2.2 testing cycle I have installed the DSS 3.2.2 all features to the ESB 4.8.1 from latest p2 repo, when I installed, ESB log4j (original ESB) file gets replaced with DSS log4j file instead of appending the log4j file. What is the correct behavior of replacing or appendin

Re: [Dev] IntegrationTest issues in connector

2014-12-01 Thread Dimuthu De Lanerolle
Hi Elimatha, Try using this esb distribution [1]. [1] http://svn.wso2.org/repos/wso2/people/malaka/ESB/ESB4.9.0/M3/ On Mon, Dec 1, 2014 at 3:08 PM, Nuwan Wimalasekara wrote: > Port 9763 is the servlet port of HTTP. Framework try to connect this port > to verify that the server is started prope

Re: [Dev] Managing IS related configuration files in ES

2014-12-01 Thread Pulasthi Mahawithana
Hi Sameera, You can change only those values you required at the distribution/pom.xml. Refer [1] as an example. (line 139) [1] https://github.com/wso2-dev/product-is/blob/master/modules/distribution/pom.xml On Mon, Dec 1, 2014 at 3:00 PM, Sameera Jayaratna wrote: > Hi, > > I am working on pass

Re: [Dev] IntegrationTest issues in connector

2014-12-01 Thread Nuwan Wimalasekara
Port 9763 is the servlet port of HTTP. Framework try to connect this port to verify that the server is started properly. On Mon, Dec 1, 2014 at 3:04 PM, Elilmatha Sivanesan wrote: > yes, it is working fine. Is there any issues regarding the ports. i > checked the port 9763 is not used by any app

Re: [Dev] IntegrationTest issues in connector

2014-12-01 Thread Elilmatha Sivanesan
yes, it is working fine. Is there any issues regarding the ports. i checked the port 9763 is not used by any applications. On Mon, Dec 1, 2014 at 2:51 PM, Nuwan Wimalasekara wrote: > Hi > Please make sure the wso2esb-4.9.0-SNAPSHOT distribution is working fine > by starting it manually. As the

Re: [Dev] IntegrationTest issues in connector

2014-12-01 Thread Irham Iqbal
Hi Elilmatha, I think you're getting this because you're using jdk 7 use jdk 6 . Thank you, Irham Iqbal On Mon, Dec 1, 2014 at 2:44 PM, Elilmatha Sivanesan wrote: > > Hi All, > > I'm writing connector, while i'm writing the test case i got the following > error. > > Running TestSuite > [2014

[Dev] Managing IS related configuration files in ES

2014-12-01 Thread Sameera Jayaratna
Hi, I am working on password recovery for ES. According to [1] *identity­-mgt.properties* file has to be configured by changing default values. But in ES, we need the new configurations as default. Also in *email-­admin-­config.xml *we need to modify the verification url. What is the best way t

Re: [Dev] [DEV][DSS] - Querying a MongoDB from DSS

2014-12-01 Thread Anjana Fernando
Great! .. Thanks, and yeah, having the stacktrace is useful, I see you've already put it. Cheers, Anjana. On Mon, Dec 1, 2014 at 2:32 PM, Chamila De Alwis wrote: > Hi Anjana, > > I created an issue on the JIRA. Please find it here[1]. > > [1] - https://wso2.org/jira/browse/DS-1019 > > > Regards

Re: [Dev] Scala Devs... what are the recommended resources to follow?

2014-12-01 Thread Maninda Edirisooriya
There is a good MOOC [1] on Scala by the creator, Martin Odersky. First few lessons covers the basic Scala concepts. [1] https://www.coursera.org/course/progfun *Maninda Edirisooriya* Senior Software Engineer *WSO2, Inc.*lean.enterprise.middleware. *Blog* : http://maninda.blogspot.com/ *E-mail

Re: [Dev] IntegrationTest issues in connector

2014-12-01 Thread Nuwan Wimalasekara
Hi Please make sure the wso2esb-4.9.0-SNAPSHOT distribution is working fine by starting it manually. As the logs, server has unsatisfied items. Thanks, Nuwanw On Mon, Dec 1, 2014 at 2:44 PM, Elilmatha Sivanesan wrote: > > Hi All, > > I'm writing connector, while i'm writing the test case i got

[Dev] IntegrationTest issues in connector

2014-12-01 Thread Elilmatha Sivanesan
Hi All, I'm writing connector, while i'm writing the test case i got the following error. Running TestSuite [2014-12-01 13:38:37,641] INFO {org.wso2.carbon.automation.core.PlatformExecutionManager} - ---Test Execution Started -- [2014-12-01 13:38:37,655] INF

Re: [Dev] [DEV][DSS] - Querying a MongoDB from DSS

2014-12-01 Thread Chamila De Alwis
Hi Anjana, I created an issue on the JIRA. Please find it here[1]. [1] - https://wso2.org/jira/browse/DS-1019 Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Mon, Dec 1, 2014 at 2:09 PM, Chamila De Alwis wrote: > Hi Anjana, > > I compared

[Dev] WSO2 ESB Sample 264 failed in ESB 4.9.0-SNAPSHOT.

2014-12-01 Thread Nuwan Wimalasekara
Hi I am getting below error when executing the ESB Sample 264[1]. It does not send the expected message to client and JIRA[2] is reported for this issue. Please note that, Automation test is also failed due to this error. [1] https://docs.wso2.com/display/ESB481/Sample+264%3A+Sending+Two-Way+Mes

[Dev] CSV -> XML transformation using XSLT mediator

2014-12-01 Thread Lasindu Charith
Hi all, Does anybody know a way(sample) to transform CSV format to XML in ESB, using some mediator except Smooks? (such as XSLT) Thanks, Lasindu -- *Lasindu Charith* Software Engineer, WSO2 Inc. Mobile: +94714427192 Web: blog.lasindu.com ___ Dev maili

Re: [Dev] [DEV][DSS] - Querying a MongoDB from DSS

2014-12-01 Thread Chamila De Alwis
Hi Anjana, I compared the sample with my service, and noticed I haven't defined a result tag for the query. And it was the cause of the issue. The working service is as follows. Thanks for the help! :) 172.17.0.4:27017 TestDB NONE PRIMARY true Test

Re: [Dev] [DEV][DSS] - Querying a MongoDB from DSS

2014-12-01 Thread Anjana Fernando
Oh I see .. if we get an NPE, that's anyways a bug then. Can you please report this in DSS JIRA [1] (put the log in the console too). Also, do check the MongDB sample we have in the product. That should work. You can compare that and the one you have. The sample is at "$SERVER_ROOT/samples/dbs/mong

Re: [Dev] [DEV][DSS] - Querying a MongoDB from DSS

2014-12-01 Thread Chamila De Alwis
Hi Anjana, I tried that too. :) It resulted in an NPE. http://www.w3.org/2003/05/soap-envelope"; xmlns:axis2ns43="http://ws.wso2.org/dataservice";> axis2ns43:UNKNOWN_ERROR DS Fault Message: Error in DS non result invoke. DS Code: UNKNOWN_ERROR Nested Exception:- javax.xml.

Re: [Dev] [DEV][DSS] - Querying a MongoDB from DSS

2014-12-01 Thread Anjana Fernando
Hi Chamila, Just use "TestCollection.findOne()" as the query expression, basically drop the "db" part. It should work then. Cheers, Anjana. On Mon, Dec 1, 2014 at 1:38 PM, Chamila De Alwis wrote: > Hi, > > I'm trying to query a mongoDb, using the following data service. > > > > 172.

[Dev] [DEV][DSS] - Querying a MongoDB from DSS

2014-12-01 Thread Chamila De Alwis
Hi, I'm trying to query a mongoDb, using the following data service. 172.17.0.4:27017 *TestDB* NONE PRIMARY true *db.TestCollection.findOne()* mongo find operation I can't get data from this service, it fa