Re: [Dev] wso2carbon.jks keystore password

2013-12-09 Thread Kasun Gajasinghe
The wso2carbon.jks is shipped with WSO2 products by default. The default password is 'wso2carbon'. You can find these information in CARBON_HOME/repository/conf/tomcat/catalina-server.xml. See the https Connector section which contains attributes keystoreFile and keystorePass. While it's OK to use

Re: [Dev] Commit required to kernel patch 4

2013-12-09 Thread Manoj Kumara
Hi, Applied with 192777 to patch0004. Thanks, Manoj Best Regards.. Manoj Kumara Software Engineer WSO2, Inc.; http://wso2.com Twitter: http://twitter.com/ManKuma Mobile: +94713448188 On Mon, Dec 9, 2013 at 12:16 PM, Shani Ranasinghe sh...@wso2.com wrote: Hi Manoj, Please use this. Let

Re: [Dev] Commit required to kernel patch 4

2013-12-09 Thread Shani Ranasinghe
Thanks a lot.. On Mon, Dec 9, 2013 at 1:52 PM, Manoj Kumara ma...@wso2.com wrote: Hi, Applied with 192777 to patch0004. Thanks, Manoj Best Regards.. Manoj Kumara Software Engineer WSO2, Inc.; http://wso2.com Twitter: http://twitter.com/ManKuma Mobile: +94713448188 On Mon,

[Dev] Running ESB sample 57

2013-12-09 Thread Tharindu Perera
Hi all, when running ESB Sample 57: Dynamic load balancing between 3 nodeshttp://docs.wso2.org/display/ESB480/Sample+57%3A+Dynamic+load+balancing+between+3+nodes I cannot seem to configure the cluster properly. I have edited the axis2.xml and set both mcastBindAddress , localMemberHost to

Re: [Dev] Running ESB sample 57

2013-12-09 Thread Malaka Silva
Hi Tharindu, Did you also get the following error? ERROR - Axis2LoadBalanceMembershipHandler A LoadBalanceEventHandler has not been specified in the axis2.xml file for the domain apache.axis2.application.domain Best Regards, Malaka On Mon, Dec 9, 2013 at 1:58 PM, Tharindu Perera

Re: [Dev] [ESB] Having problem with creating a secure client

2013-12-09 Thread Dimuthu Upeksha
Hi all, Managed to fix it. It was an issue with the conflicts of libraries (jars with different versions). I removed all of them from the project build path and added only libraries mentioned in ESB sample axis2Client build file. Then client ran without error. Thank you Dimuthu On Mon, Dec 9,

Re: [Dev] [ESB] Build failure in security client

2013-12-09 Thread Chamila Wijayarathna
The original pom.xml file has StockQuoteServiceAXHttpsEndpoint as the end point and it also give the same result. The wsdl file does not contain any end point with that name, it only contains StockQuoteServiceAX11Endpoint,StockQuoteServiceAX12Endpoint and StockQuoteServiceAXHttpEndpoint end

Re: [Dev] Running ESB sample 57

2013-12-09 Thread Tharindu Perera
Hi Malaka, Above is the complete stack trace shown in the ESB log. The axis2 servers seem to be in a cluster as they communicate when nodes are added and released. On Mon, Dec 9, 2013 at 2:42 PM, Malaka Silva mal...@wso2.com wrote: Hi Tharindu, Did you also get the following error? ERROR

Re: [Dev] [ESB] Build failure in security client

2013-12-09 Thread Chamila Wijayarathna
When I downloading client pom.xml , I selected StockQuoteServiceAX HttpsEndpoint as endpoint option in endpoint drop down menu. When downloading it by selecting StockQuoteServiceAXHttpsSoap11Endpoint, I was able to build pom.xml successfully. But I can't figure out, why earlier one failed and this

[Dev] Build Failure org.wso2.carbon.identity.authenticator.saml2.sso.common - Chunk06

2013-12-09 Thread Lakmali Baminiwatta
Hi, Getting following build failure from org.wso2.carbon.identity.authenticator.saml2.sso.common component. [INFO] [INFO] BUILD FAILURE [INFO] [INFO]

Re: [Dev] Build Failure org.wso2.carbon.identity.authenticator.saml2.sso.common - Chunk06

2013-12-09 Thread Lakmali Baminiwatta
Hi, Since org.wso2.carbon.identity.authenticator.saml2.sso.stub:jar:4.2.1 is not available in the svn, I reverted the version upgrade as a temprary fix (in r192821). Thanks, Lakmali On 9 December 2013 17:52, Lakmali Baminiwatta lakm...@wso2.com wrote: Hi, Getting following build failure

Re: [Dev] When will BPS and BRS be upgraded?

2013-12-09 Thread Nandika Jayawardana
Hi stevegyc, BPS 3.1.0 version is released and now available for download from wso2.org. Regards Nandika On Mon, Dec 9, 2013 at 10:10 AM, stevegyc steve...@163.com wrote: Hi : As we know, some components have updated based on carbon 4.2.0, such as ESB, AS, DSS. But I find that

Re: [Dev] Build Failure org.wso2.carbon.identity.authenticator.saml2.sso.common - Chunk06

2013-12-09 Thread Danushka Fernando
It is the right fix. I have missed that commit. Sorry for the inconvenience. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mon, Dec 9, 2013 at 6:32 PM, Lakmali Baminiwatta lakm...@wso2.comwrote: Hi, Since

[Dev] Compilation error in API Management Implementation component (chunk06)

2013-12-09 Thread Bhathiya Jayasekara
[INFO] - [ERROR] COMPILATION ERROR : [INFO] - [ERROR]

Re: [Dev] Compilation error in API Management Implementation component (chunk06)

2013-12-09 Thread Ruwan Yatawara
Hi Bhathiya, Pls. try building kernel/patch0001. It should resolve the error. Thanks, Ruwan (Sent from my phone) On Dec 9, 2013 10:03 PM, Bhathiya Jayasekara bhath...@wso2.com wrote: [INFO] - [ERROR] COMPILATION ERROR : [INFO]

Re: [Dev] Compilation error in API Management Implementation component (chunk06)

2013-12-09 Thread Supun Malinga
Hi, You have to build kernel patch 0001 thanks On Mon, Dec 9, 2013 at 10:00 PM, Bhathiya Jayasekara bhath...@wso2.comwrote: [INFO] - [ERROR] COMPILATION ERROR : [INFO] -

[Dev] Build failure org.wso2.carbon.apimgt.impl due to checksum validation failed

2013-12-09 Thread Eranda Sooriyabandara
Hi Subash, Ruwan, Did you guys change the bundles in nexus without changing the checksum? I am getting following build failure due to checksum validation fail. [ERROR] Failed to execute goal on project org.wso2.carbon.apimgt.impl: Could not resolve dependencies for project

Re: [Dev] Compilation error in API Management Implementation component (chunk06)

2013-12-09 Thread Bhathiya Jayasekara
Hi, Thanks both of you.It worked. But why do I have to build it? Thanks, Bhathiya On Mon, Dec 9, 2013 at 10:06 PM, Supun Malinga sup...@wso2.com wrote: Hi, You have to build kernel patch 0001 thanks On Mon, Dec 9, 2013 at 10:00 PM, Bhathiya Jayasekara bhath...@wso2.comwrote: [INFO]

Re: [Dev] SS-1.1.0 pack for QA

2013-12-09 Thread Bhathiya Jayasekara
Hi all, Here is the latest SS pack. https://svn.wso2.org/repos/wso2/scratch/ss-dev/SS-1.1.0-QA/11/wso2ss-1.1.0.zip Thanks, Bhathiya On Sat, Dec 7, 2013 at 10:39 AM, Dhanuka Ranasinghe dhan...@wso2.comwrote: Hi all, Please use following jar (as a patch) to work with above released pack.

Re: [Dev] [AppFactory] What is the reason for having 'default-SNAPSHOT' in pom.xml of web applications created in AppFactory?

2013-12-09 Thread Manisha Gayathri
Hi Ramith, When creating an application, a skeleton project is getting created with a default version etc. Earlier the default version was created as *versionSNAPSHOT/version* At this skeleton project if we do a mvn clean deploy it builds fine, but with some warnings as follows: [WARNING] Some

[Dev] WSO2 AS 5.2.1 released!

2013-12-09 Thread Supun Malinga
WSO2 Application Server(WSO2 AS) 5.2.1 Release Notes December 2013 The WSO2 Application Server is an enterprise-ready cloud-enabled application server, powered by Apache Tomcat and also integrates Apache Axis2 and Apache CXF frameworks. It provides first class support for standard Web

Re: [Dev] Running ESB sample 57

2013-12-09 Thread Chanaka Fernando
Hi Tharindu/Malaka, Looks like this is an incompatibility issue between two clustering mechanisms used in axis2Server and within the ESB itself. In the axis2Server, it is using tribesClustering while ESB 4.8.0 is using Hazlecast clustering. I have done some debugging on ESB and found that

Re: [Dev] [ESB] Build failure in security client

2013-12-09 Thread Chanaka Fernando
Hi Chamila, I have tried to replicate your scenario. But I couldn't reproduce the same issue. What I have done is created a SampleProxy and then enable the UsernameToken security for that proxy service. Then I created the client code with the StockQuoteProxyHttpsEndpoint as you have mentioned. I

[Dev] [ESB] Creating Secure Client to talk to ESB

2013-12-09 Thread Chamila Wijayarathna
Hello all, I created a secure proxy service to secure a service running on my axis2 server[1]. Then I generated axis2 client stub for my proxy[2]. Then I wrote my client class to call inner class methods on stub class [3]. But when I observed communication from tcpmon, what I observed is that

Re: [Dev] [ESB] Build failure in security client

2013-12-09 Thread Chamila Wijayarathna
Hi Chanaka, To create a secure proxy service I followed the following steps. 1. Carbon home -Proxy service - Secure proxy 2. Filled necessary fields and created the secure proxy (Used Policy_3) 3. Service dashboard of new service - Generate axis2 client wsdl for proxy service contains following

Re: [Dev] Identity Server 4.6.0 release

2013-12-09 Thread Ishara Karunarathna
[Moving to dev list] On Tue, Dec 10, 2013 at 10:18 AM, Suneth Ranasinghe sun...@wso2.com wrote: Hi Johann, Please apply Asela's patch attached to JIRA [1], which is a UI fixed for write Policy in XML. [1] https://wso2.org/jira/browse/IDENTITY-1939 Regards, On Tue, Dec 10, 2013 at

Re: [Dev] [AppFactory] What is the reason for having 'default-SNAPSHOT' in pom.xml of web applications created in AppFactory?

2013-12-09 Thread Ramith Jayasinghe
Hi Manisha, Yea. What I'm suggesting is to align our versioning scheme to match whats practised in Maven Echo system. regards Ramith On Tue, Dec 10, 2013 at 1:42 AM, Manisha Gayathri mani...@wso2.com wrote: Hi Ramith, When creating an application, a skeleton project is getting created with

Re: [Dev] [ESB] Build failure in security client

2013-12-09 Thread Malaka Silva
Hi Chamila, Generated pom.xml should contain given endpoint in portName tag. before wsdl URL Once you run the maven it'll read the wsdl and generate files with given endpoint. Eg:- configuration outputDirectory${basedir}/generated-sources/outputDirectory

Re: [Dev] When will BPS and BRS be upgraded?

2013-12-09 Thread stevegyc
Hiļ¼šNandika Thank you for your information! stevegyc From: Nandika Jayawardana Date: 2013-12-09 21:51 To: stevegyc CC: dev Subject: Re: [Dev] When will BPS and BRS be upgraded? Hi stevegyc, BPS 3.1.0 version is released and now available for download from wso2.org. Regards Nandika

Re: [Dev] Using ActivityID generated by bam.message.tracer feature in API-Manager

2013-12-09 Thread Dinusha Senanayaka
To revolve issue mentioned in [1], we added a new config file to message-tracer-hanlder feature. This config file will getting copied to repositoty/conf/etc directory and it's content looks as follows, where we could define set of admin services to engage the handler. MessageTracer !--

[Dev] Installing Features on ESB 4.8 fails

2013-12-09 Thread Kambiz Darabi
Hello, I would like to install the available Features in http://dist.wso2.org/p2/carbon/releases/4.2.0/ on top a fresh download of ESB 4.8. First problem: if I check all - Application Server - Application Server Runtimes (Optional) - Data Services Server - Identity Server the installation is

Re: [Dev] Using ActivityID generated by bam.message.tracer feature in API-Manager

2013-12-09 Thread Anjana Fernando
Hi Dinusha, Looks good! .. the XML comment saying This 'MessageTracingEnabledAdminServices' property should be something like This 'MessageTracingEnabledAdminServices' section. Cheers, Anjana. On Tue, Dec 10, 2013 at 11:54 AM, Dinusha Senanayaka dinu...@wso2.comwrote: To revolve issue

[Dev] Standalone Deployment on External Apache ZooKeeper Doc does not contain the part to configure MB

2013-12-09 Thread Pulasthi Supun
Hi, In the Standalone Deployment on External Apache ZooKeeper [1] the last section that should explain how to configure the MB to use the external ZooKeeper seems to be missing would be better if we can add that part. [1]

Re: [Dev] Installing Features on ESB 4.8 fails

2013-12-09 Thread Kasun Gajasinghe
Hi, Due to some limitations in P2, you have first install Application Server features. Then, you have install Application Server Runtimes feature after a server restart. If you install both at once following error will occur - 1. Error while executing AddXMLElementAction touchpoint 2.

[Dev] (no subject)

2013-12-09 Thread Lali Devamanthri
Hi Harshana, Build pack for Datamapper have been install in fresh eclipse and tested. It gave following errors in log. Though I have add relevant .jars and exported in *eclipse.library plugins project, this errors occur. Do I have missed anything ? j*ava.lang.NoClassDefFoundError: Could not

[Dev] Datamapper Build pack errors

2013-12-09 Thread Lali Devamanthri
Hi Harshana, Build pack for Datamapper have been install in fresh eclipse and tested. It gave following errors in log. Though I have add relevant .jars and exported in *eclipse.library plugins project, this errors occur. Do I have missed anything ? j*ava.lang.NoClassDefFoundError: Could not

[Dev] WSO2 DSS 3.1.1 released !!

2013-12-09 Thread Chanika Geeganage
WSO2 Data Services Server 3.1.1 Release Notes 09 Dec 2013 The WSO2 Data Services Server is an extremely simple and elegant mechanism to take data and make it available as a set of WS-* style Web services or as a set of REST style Web resources. It augments SOA development efforts by providing an

Re: [Dev] Datamapper Build pack errors

2013-12-09 Thread Harshana Martin
Hi Lali, Can you confirm that package org.codehaus.jackson is exported by someone and it is bound by the data mapprt bundle proery. You can start Eclipse with -console switch and try out the OSGI commands to find them out. Thanks and Regards, Harshana On Tue, Dec 10, 2013 at 12:23 PM, Lali

Re: [Dev] [ESB] Creating a secure client using axiom

2013-12-09 Thread Maduranga Siriwardena
I added the relevant path to the client repo and the axis2.xml and I added all the jars mentioned in the build file of the sample client in ESB to the project I was able to engage the rampart module. Now I get the bellow error stack. It is encryption error. Can someone figure out how to fix the