Re: [Dev] ASM library upgrade request

2015-01-12 Thread Supun Malinga
Hi, Can you list the conflicting jars and also share the log pls ?. thanks, On Mon, Jan 12, 2015 at 12:57 PM, Sithumini Senevirathne < sithumi...@wso2.com> wrote: > Hi All, > > Currently I am working on G-Reg new feature [1] Ability to display > difference of two resources of same type. Main ob

Re: [Dev] [EMM] Errors occur on Server Shutdown when building the Product

2015-01-12 Thread Waruna Perera
HI Dilan, I could not find any fault with your test case. Will update. Thanks, On Mon, Jan 12, 2015 at 11:05 AM, Dilan Udara Ariyaratne wrote: > Hi Waruna, > > Integration test module and Parent pom of emm is attached herewith. > > Thanks. > > > *Dilan U. Ariyaratne* > Software Engineer > WSO2

Re: [Dev] [ML] Waiting for required Modules

2015-01-12 Thread Aruna Karunarathna
Hi Athuraliya, This is because some services have not started properly, maybe because of some dependencies not satisfied. Use the OSGi Console to debug to find the root cause. Regards, Aruna On Mon, Jan 12, 2015 at 12:07 PM, CD Athuraliya wrote: > Hi all, > > I just built ML product and when I

Re: [Dev] ASM library upgrade request

2015-01-12 Thread Sagara Gunathunga
On Mon, Jan 12, 2015 at 12:57 PM, Sithumini Senevirathne < sithumi...@wso2.com> wrote: > Hi All, > > Currently I am working on G-Reg new feature [1] Ability to display > difference of two resources of same type. Main objective of this feature is > to demonstrate the differences between two resourc

Re: [Dev] [ML] Waiting for required Modules

2015-01-12 Thread Suhan Dharmasuriya
Hi, You may find these articles useful for debugging your OSGi application. [1] http://pradeepfernando.blogspot.com/2011/10/debugging-your-osgi-application-using.html [2] https://isurues.wordpress.com/2009/01/01/useful-equinox-osgi-commands/ Thanks, Suhan On Mon, Jan 12, 2015 at 2:07 PM, Aruna

Re: [Dev] [ML] Waiting for required Modules

2015-01-12 Thread CD Athuraliya
Hi Aruna, Thanks for the reply. I will try this. Anyway previous build works fine. This error occurres only in new build. On Mon, Jan 12, 2015 at 2:07 PM, Aruna Karunarathna wrote: > Hi Athuraliya, > > This is because some services have not started properly, maybe because of > some dependencies

Re: [Dev] [ML] Waiting for required Modules

2015-01-12 Thread CD Athuraliya
Hi Suhan, Thanks for the resources. I will look into them. On Mon, Jan 12, 2015 at 2:20 PM, Suhan Dharmasuriya wrote: > Hi, > > You may find these articles useful for debugging your OSGi application. > > [1] > http://pradeepfernando.blogspot.com/2011/10/debugging-your-osgi-application-using.htm

Re: [Dev] [Jaggery] Calling an admin service as Tenant from a Jaggery app

2015-01-12 Thread Udara Liyanage
Hi, I have done this using a custom authenticator, a JWT authenticator. This is used in AF. However I have heard that it is possible to use MutualAuth for this. On Mon, Jan 12, 2015 at 12:56 PM, Senduran Balasubramaniyam < sendu...@wso2.com> wrote: > Hi All, > > I have to call an ESB's admin s

[Dev] WSO2 Carbon - Data Bridge - Data Publisher Aggregate Feature installation fails in IS Server P2 profile

2015-01-12 Thread Hasintha Indrajee
Hi all, Please note $subject. Refer the following trace for the error message logged. Installation failed. Cannot complete the install because one or more required items could not be found. Software being installed: WSO2 Carbon - Data Bridge - Data Publisher Aggregate Feature 4.3.0.SNAPSHOT (org

Re: [Dev] [ML] Waiting for required Modules

2015-01-12 Thread Firzhan Naqash
Hi CD, Previously there was an issue regarding this. The main reason for this issue is that carbon security management feature is being packed with two different WS4J versions. Those are wss4j_1.5.11.wso2v7.jar wss4j_1.5.11.wso2v8-SNAPSHOT.jar I think this issue has been fixed. Its better if you

Re: [Dev] [ML] Waiting for required Modules

2015-01-12 Thread CD Athuraliya
Hi Firzhan, Thanks for the reply. I will clean build and check. On Mon, Jan 12, 2015 at 2:38 PM, Firzhan Naqash wrote: > > Hi CD, > > Previously there was an issue regarding this. The main reason for this > issue is that carbon security management feature is being packed with two > different WS

[Dev] [REGISTRY-2378 ] - Review and merge the pull request - Feature implementation of Time in current lifecycle state

2015-01-12 Thread Prasanna Dangalla
Hi, Please merge the pull request [1]. This contains fix for [2] [1] - https://github.com/wso2-dev/carbon-governance/pull/35 [2] - https://wso2.org/jira/browse/REGISTRY-2378 Thanks -- Prasanna Dangalla Software Engineer, WSO2, Inc.; http://wso2.com/ lean.enterprise.middleware cell: +94 777 55

[Dev] [EMM] Automated Testing of Email Sending Functionality of EMM

2015-01-12 Thread Dilan Udara Ariyaratne
Hi Folks, I am checking the feasibility of writing an automated test case for the email sending functionality of emm. When a user is created, an invitation email is sent to the corresponding user to register the device. sendEmail() is currently a jaggery function and is executed via a non-expose

Re: [Dev] [Jaggery] Calling an admin service as Tenant from a Jaggery app

2015-01-12 Thread Danushka Fernando
In the jaggery app you can add the user to the session when he logs in to the application. This is done in appfactory and api manager. You can check the code. After that as Udara mentioned in previous mail you can use that username to authenticate the service call. This is also done in appfactory.

Re: [Dev] [Patch method support for SCIM end points]

2015-01-12 Thread Supun Malinga
Hi, Merged the PR and sent a PR to org. thanks, On Mon, Jan 12, 2015 at 12:35 PM, Supun Malinga wrote: > Hi, > > We need to review the PR properly before applying it. Will look into this > as part of AS 6 release. > > thanks, > > On Mon, Jan 12, 2015 at 12:31 PM, Gayan Gunawardana > wrote: >

Re: [Dev] What is the recommended JSON message builder/formatter?

2015-01-12 Thread Shashika Karunatilaka
HI Vijayaratha, You can get some idea, Follow this [1] [1] http://charithaka.blogspot.co.uk/2013/10/the-difference-between-json-streaming.html On Mon, Jan 12, 2015 at 12:44 PM, Vijayaratha Vijayasingam wrote: > Hi; > I see 3 implementations for JSON message handling. > >- org.apache.synaps

Re: [Dev] Build failed in Jenkins: product-es #4755

2015-01-12 Thread Ayesha Dissanayaka
Hi all, We are still getting the earlier mentioned ES build error, similar error discussed in [1]. I have updated the carbon.kernel.version to 4.3.0 locally as mentioned earlier and in some-other relevant version changes. I built carbon-registry[2] and carbon-governance[3] repos locally with lates

[Dev] Error occured while building the carbon-storage-management

2015-01-12 Thread Madhawa Gunasekara
Hi all, I'm getting this following error message while building carbon-storage-management. [ERROR] Failed to execute goal on project org.wso2.carbon.cassandra.datareader.feature: Could not resolve dependencies for project org.wso2.carbon:org.wso2.carbon.cassandra.datareader.feature:pom:4.3.0-SNAP

Re: [Dev] Build failed in Jenkins: product-es #4755

2015-01-12 Thread Thushara Ranawaka
Hi, Due to $subject we are unable to build product greg as well. Installing org.wso2.carbon.tenant.deployment.feature.group 4.3.0.SNAPSHOT. Installation failed. Cannot complete the install because one or more required items could not be found. Software being installed: WSO2 Enterprise Store F

Re: [Dev] WSO2 Committers += Pirinthapan Mahendran

2015-01-12 Thread Priyadarssini Kishokumar
Congratulations Pirinthapan..!! On Mon, Jan 12, 2015 at 10:47 AM, Isuru Ranawaka wrote: > Congratulations Pirinthapan!!! > > On Mon, Jan 12, 2015 at 10:12 AM, Sandamal Weerasinghe > wrote: > >> Congratulations! >> >> Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd >> >> Mobile -

[Dev] Please review and merge the pull request : New Integration Test cases for ESB

2015-01-12 Thread Priyadarssini Kishokumar
Hi, Please merge pull request for Inbound [1] & Tracer [2] test cases. [1] https://github.com/wso2-dev/product-esb/pull/136 [2] https://github.com/wso2-dev/product-esb/pull/137 -- Priya Kishok Software Engineer WSO2, Inc : http://wso2.com Mob : +94774457404

Re: [Dev] WSO2 Committers += Pirinthapan Mahendran

2015-01-12 Thread Gayashan Amarasinghe
Congratulations Pirinthapan!!! On Fri, Jan 9, 2015 at 6:59 PM, Dimuthu Leelarathne wrote: > Hi all, > > It is with great pleasure that WSO2 welcomes Pirinthapan Mahendran as WSO2 > committer! > > Congratulations! > > thanks, > Dimuthu > > -- > Dimuthu Leelarathne > Architect & Product Lead of Ap

Re: [Dev] WSO2 Commiters += Sameera Jayaratna

2015-01-12 Thread Gayashan Amarasinghe
Congratulations Sameera!!! On Mon, Jan 5, 2015 at 1:14 PM, Ruchira Wageesha wrote: > Hi All, > > It's my pleasure to welcome Sameera Jayaratna as a WSO2 Committer. Sameera > is a member of WSO2 UES/ES team and has done a great contribution to WSO2 > ES product showing a great enthusiasm in her w

Re: [Dev] WSO2 Commiters += Ayesha Dissanayaka

2015-01-12 Thread Gayashan Amarasinghe
Congratulations Ayesha!!! On Mon, Jan 5, 2015 at 1:13 PM, Ruchira Wageesha wrote: > Hi All, > > It's my pleasure to welcome Ayesha Dissanayaka as a WSO2 Committer. Ayesha > is a member of WSO2 UES/ES team and has done a great contribution to WSO2 > ES product showing a great enthusiasm in her wo

Re: [Dev] WSO2 Committers += Pirinthapan Mahendran

2015-01-12 Thread Vijitha Ekanayake
Congratulations Pirinthapan !!! On Mon, Jan 12, 2015 at 5:28 PM, Gayashan Amarasinghe wrote: > Congratulations Pirinthapan!!! > > On Fri, Jan 9, 2015 at 6:59 PM, Dimuthu Leelarathne > wrote: > >> Hi all, >> >> It is with great pleasure that WSO2 welcomes Pirinthapan Mahendran as >> WSO2 committ

Re: [Dev] WSO2 Commiters += Sameera Jayaratna

2015-01-12 Thread Vijitha Ekanayake
Congratulations Sameera !!! On Mon, Jan 12, 2015 at 5:29 PM, Gayashan Amarasinghe wrote: > Congratulations Sameera!!! > > On Mon, Jan 5, 2015 at 1:14 PM, Ruchira Wageesha wrote: > >> Hi All, >> >> It's my pleasure to welcome Sameera Jayaratna as a WSO2 Committer. >> Sameera is a member of WSO2

Re: [Dev] WSO2 Commiters += Ayesha Dissanayaka

2015-01-12 Thread Vijitha Ekanayake
Congratulations Ayesha !!! On Mon, Jan 12, 2015 at 5:29 PM, Gayashan Amarasinghe wrote: > Congratulations Ayesha!!! > > On Mon, Jan 5, 2015 at 1:13 PM, Ruchira Wageesha wrote: > >> Hi All, >> >> It's my pleasure to welcome Ayesha Dissanayaka as a WSO2 Committer. >> Ayesha is a member of WSO2 UE

[Dev] Please review and merge the pull request : TOOLS-2527

2015-01-12 Thread Rajeevan Vimalanathan
Hi, Please merge pull request[1] that includes fix for JIRA[2]. [1] https://github.com/wso2-dev/developer-studio/pull/125 [2] https://wso2.org/jira/browse/TOOLS-2527 Thanks, Rajeevan -- Best Regards, V.Rajeevan Software Engineer, WSO2 Inc. :http://wso2.com Mobile : +94 773090875 Email : raje

Re: [Dev] Build Failure due to missing package in axiom 1.2.11.wso2v5

2015-01-12 Thread Supun Malinga
Hi, This was fixed after fixing an issue in p2 pom in MB product. thanks, On Mon, Jan 12, 2015 at 12:27 PM, Shashika Karunatilaka wrote: > HI Pamod, > > As per our offline chat, can you try to build the product using java 1.6 > > Thank you. > > On Thu, Jan 8, 2015 at 8:43 PM, Pamod Sylvester

Re: [Dev] [EMM] Automated Testing of Email Sending Functionality of EMM

2015-01-12 Thread Krishantha Samaraweera
Do you need to configure mail transport in this case ? if yes, in which file ? Thanks, Krishantha On Mon, Jan 12, 2015 at 3:40 PM, Dilan Udara Ariyaratne wrote: > Hi Folks, > > I am checking the feasibility of writing an automated test case for the > email > sending functionality of emm. > > Wh

[Dev] [Storage Server] Error when adding database in rss manager for postgreSQL

2015-01-12 Thread Dhanushka Priyasad
The following error occurred when adding a database. I configured rss-config.xml according to the doc [1] for postgreSQL (configured URL as jdbc:postgresql://localhost:5432). [2015-01-12 17:18:19,331] ERROR {org.wso2.carbon.rssmanager.core.manager.AbstractRSSManager} - Error while creating the da

Re: [Dev] WSO2 Commiters += Ayesha Dissanayaka

2015-01-12 Thread Pirinthapan Mahendran
Congratulations Ayesha !! Mahendran Pirinthapan Software Engineer | WSO2 Inc. Mobile +94772378732. On Mon, Jan 12, 2015 at 5:38 PM, Vijitha Ekanayake wrote: > Congratulations Ayesha !!! > > On Mon, Jan 12, 2015 at 5:29 PM, Gayashan Amarasinghe > wrote: > >> Congratulations Ayesha!!! >> >> On

Re: [Dev] WSO2 Commiters += Sameera Jayaratna

2015-01-12 Thread Pirinthapan Mahendran
Congratulations Sameera !! Mahendran Pirinthapan Software Engineer | WSO2 Inc. Mobile +94772378732. On Mon, Jan 12, 2015 at 5:37 PM, Vijitha Ekanayake wrote: > Congratulations Sameera !!! > > On Mon, Jan 12, 2015 at 5:29 PM, Gayashan Amarasinghe > wrote: > >> Congratulations Sameera!!! >> >>

Re: [Dev] Empty Response from Server when using Payload Factory Mediator

2015-01-12 Thread Pirinthapan Mahendran
Answered in http://stackoverflow.com/questions/27790590/modifying-server-response-payload-json Thanks. Mahendran Pirinthapan Software Engineer | WSO2 Inc. Mobile +94772378732. On Tue, Jan 6, 2015 at 10:33 AM, Shiva Balachandran wrote: > Hi Maz, > > Are you sure the value of the expression in

[Dev] Clustering Agent Issue while running ESB 4.8.1 sample 57

2015-01-12 Thread Vijitha Ekanayake
I tried to run ESB Sample 57 [1] on ESB 4.8.1 and got an error as follows. "ERROR_EXCEPTION : org.apache.synapse.SynapseException: A LoadBalanceEventHandler has not been specified in the axis2.xml file for the domain apache.axis2.application.domain". I went through following mail threads [2] [3]

[Dev] [MB] Error while doing sample - Receiving Messages with JMS Message Listener

2015-01-12 Thread Mahesh Chinthaka
Hi all, I was trying MB sample[1] and got following error. Anybody knows how to overcome this ? Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory at org.wso2.andes.jndi.PropertiesFileInitialContextFactory.(PropertiesFileInitialContextFactory.java:60) at sun.reflect

Re: [Dev] Build Failure due to missing package in axiom 1.2.11.wso2v5

2015-01-12 Thread Supun Malinga
Hi, Actually issue is where some deployed snapshots in nexus have 4.3.0-SNAPSHOT versions. After locally building these issue was resolved. http://maven.wso2.org/nexus/content/repositories/snapshots/org/wso2/carbon/org.wso2.carbon.databridge.datapublisher.feature/4.3.0-SNAPSHOT/ thanks, On Mon,

Re: [Dev] [MB] Error while doing sample - Receiving Messages with JMS Message Listener

2015-01-12 Thread Danushka Fernando
This is due to unavailability of log4j at the runtime. In the given sample I cannot find any log4j usages. Have you done any modifications for that? If you want to log something you might need to use sysouts instead of log4j. Thanks & Regards Danushka Fernando Software Engineer WSO2 inc. http://ws

[Dev] Error occured when starting newly build MB pack

2015-01-12 Thread Madhawa Gunasekara
Hi all, I found this following error when starting the MB pack. MB pack built without errors ERROR {org.wso2.carbon.utils.deployment.Axis2ServiceRegistry} - Error building service from bundle : Symbolic Name: org.wso2.carbon.ndatasource.core,Bundle Version: 4.3.0, ID: 179 org.apache.axis2.AxisFa

Re: [Dev] Identity application management feature installation fails in Storage Server P2 profile

2015-01-12 Thread Harsha Kumara
Hi Prabath, As Hasintha said, the PR for syncing up the repos failed due to issue which we later fix. To get the product build back to normal, carbon-storage-management repo also needs to sync up again. Then PR for syncing up product will be merged. Thanks, Harsha On Mon, Jan 12, 2015 at 1:03 PM

[Dev] Clustering API Manager - issue with mount points in registry.xml

2015-01-12 Thread Michael McDonald
Good Morning, As a test, I have deployed WSO2 API Manager (1.8.0) to 4 instances (separate servers). One each for Store, Publisher, Gateway and Key Manager. I have used an Oracle Database deployed to a 5th instance. I have followed all the instructions: https://docs.wso2.com/display/CLUSTER420

Re: [Dev] getPayloadJSON returning an empty object

2015-01-12 Thread Maz Lakadia
Just in case someone has the same issue, I managed to get mine working. I had to do a workaround method: 1. Use property mediator before the script mediator to set a property: 2. Within the script mediator, get the payload (as a string) by doing this: var pl_string = mc.getPr

Re: [Dev] Creating a tool to take thread dumps and analyze thread info

2015-01-12 Thread Buddhi Senarathna
Hi krishantha, as you guided, i had started to create the thread analyses sample. creating deadlock part is already done. 1. what else should i have to do? 2. I'm thinking of bundle this class as a jar file and use java Processbuilder class or Runtime.exec methods to execute it as a new process.

Re: [Dev] Creating a tool to take thread dumps and analyze thread info

2015-01-12 Thread Krishantha Samaraweera
Hi Buddhi, Please add deadlock sample as a test case for your work. +1 for using Runtime.exec to trigger the class. Thanks, Krishantha. On Tue, Jan 13, 2015 at 7:51 AM, Buddhi Senarathna wrote: > Hi krishantha, > > as you guided, i had started to create the thread analyses sample. > creating

Re: [Dev] Creating a tool to take thread dumps and analyze thread info

2015-01-12 Thread Buddhi Senarathna
Hi krishantha, sure thing. i'll do that. thanks On Tue, Jan 13, 2015 at 8:15 AM, Krishantha Samaraweera wrote: > Hi Buddhi, > > Please add deadlock sample as a test case for your work. > > +1 for using Runtime.exec to trigger the class. > > Thanks, > Krishantha. > > On Tue, Jan 13, 2015 at 7:5

Re: [Dev] [ IMPORTANT] G-Reg 5.0.0 Milestone plan

2015-01-12 Thread Jerad Rutnam
Hi, Impact analysis feature - dependency graph UI update, - Overall UI (Metro style UI, match for new ES). - Resource locate feature tweaks and style. - On resource single click detailed view. - On resource double click highlighting resource closes connections style. - Parent resource highlight.

Re: [Dev] [ IMPORTANT] G-Reg 5.0.0 Milestone plan

2015-01-12 Thread Sagara Gunathunga
On Tue, Jan 13, 2015 at 8:49 AM, Jerad Rutnam wrote: > Hi, > > Impact analysis feature - dependency graph UI update, > > - Overall UI (Metro style UI, match for new ES). > - Resource locate feature tweaks and style. > - On resource single click detailed view. > - On resource double click highligh

Re: [Dev] Build failed in Jenkins: product-es #4755

2015-01-12 Thread Akalanka Pagoda Arachchi
Hi all, Due to this we're also not able to create a custom bundle for client. The product-esb dev build fails as follows. Installing org.wso2.carbon.service.mgt.server.feature.group 4.3.0.SNAPSHOT. Installation failed. Cannot complete the install because one or more required items could not be

Re: [Dev] Error in pom file

2015-01-12 Thread Chandana Napagoda
Adding Dev, On Tue, Jan 13, 2015 at 6:54 AM, Chandana Napagoda wrote: > Hi Kalpa, > > Your PR was not automatically merged into wso2 repo. Can you please merge > it[1]? > > [1]. https://github.com/wso2/carbon-qos/pull/10 > > Thanks > > > > On Wed, Jan 7, 2015 at 3:58 PM, Kalpa Welivitigoda > wr

Re: [Dev] Error in pom file

2015-01-12 Thread KasunG Gajasinghe
Hi Chandana, Merged the PR. On Tue, Jan 13, 2015 at 9:05 AM, Chandana Napagoda wrote: > Adding Dev, > > On Tue, Jan 13, 2015 at 6:54 AM, Chandana Napagoda > wrote: > >> Hi Kalpa, >> >> Your PR was not automatically merged into wso2 repo. Can you please merge >> it[1]? >> >> [1]. https://github

Re: [Dev] Error in pom file

2015-01-12 Thread Chandana Napagoda
Thanks Kasun. Regards, Chandana On Tue, Jan 13, 2015 at 9:06 AM, KasunG Gajasinghe wrote: > Hi Chandana, > > Merged the PR. > > On Tue, Jan 13, 2015 at 9:05 AM, Chandana Napagoda > wrote: > >> Adding Dev, >> >> On Tue, Jan 13, 2015 at 6:54 AM, Chandana Napagoda >> wrote: >> >>> Hi Kalpa, >>>

Re: [Dev] Creating a tool to take thread dumps and analyze thread info

2015-01-12 Thread Buddhi Senarathna
Hi krishantha. Where should i have to add this test case and where should i have to place this deadlock.jar file. please give me an advise. thanks. On Tue, Jan 13, 2015 at 8:18 AM, Buddhi Senarathna wrote: > Hi krishantha, > > sure thing. i'll do that. > > thanks > > On Tue, Jan 13, 2015 at 8

Re: [Dev] [EMM] Automated Testing of Email Sending Functionality of EMM

2015-01-12 Thread Inosh Perera
Hi Krishantha, EMM 1.1.0 uses, require('email') available in Jaggery to send email. The configurations are stored in the registry. So it is not necessary to configure mail transport AFAIK. Adding the mobile team. Regards, Inosh On Mon, Jan 12, 2015 at 6:09 PM, Krishantha Samaraweera wrote: > D

[Dev] [ML] Build failure

2015-01-12 Thread CD Athuraliya
Hi all, I am getting following error when building product ML. It seems like several artifacts cannot be found in nexus. Downloading: http://maven.wso2.org/nexus/content/repositories/snapshots/org/wso2/carbon/wso2carbon-core/4.3.0-SNAPSHOT/maven-metadata.xml Downloading: http://maven.wso2.org/nex

Re: [Dev] [ IMPORTANT] G-Reg 5.0.0 Milestone plan

2015-01-12 Thread Jerad Rutnam
Yes Sure, these are what we noticed so far. - Node z-indexing on highlight. - Text overlap on lines and nodes Regards, Jerad On Tue, Jan 13, 2015 at 8:55 AM, Sagara Gunathunga wrote: > > > On Tue, Jan 13, 2015 at 8:49 AM, Jerad Rutnam wrote: > >> Hi, >> >> Impact analysis feature - dependency

Re: [Dev] [ML] Build failure

2015-01-12 Thread Harsha Kumara
Hi CD, Seems product-ml depend on the snapshot version of carbon 4.3.0. Since 4.3.0 release, carbon snapshot versions in poms needs to be changed. Thanks, Harsha On Tue, Jan 13, 2015 at 9:50 AM, CD Athuraliya wrote: > Hi all, > > I am getting following error when building product ML. It seems

Re: [Dev] GReg5 P2-profile generation failed

2015-01-12 Thread Chandana Napagoda
Hi Thushara, This has been fixed now. Please refer "[Dev] Error in pom file" mail thread. Regards, Chandana On Mon, Jan 12, 2015 at 12:36 PM, Sameera Jayasoma wrote: > Following log says it all. > > java.lang.IllegalArgumentException: Format > "format(n[.n=0;[.n=0;[.S=[A-Za-z0-9_-];='';]]])"

[Dev] [MB] Error occurred while building carbon-business-messaging

2015-01-12 Thread Madhawa Gunasekara
Hi all, I'm getting following error when building carbon-business-messaging. but yesterday I have built it nicely. Since I'm getting this error after deleting my m2.repository. [ERROR] Failed to execute goal on project org.wso2.carbon.andes.commons: Could not resolve dependencies for project org.

Re: [Dev] [MB] Error occurred while building carbon-business-messaging

2015-01-12 Thread Waruna Perera
Hi, Are you building offline? Can you try with building [1] first? [1] https://github.com/wso2-dev/andes.git On Tue, Jan 13, 2015 at 10:38 AM, Madhawa Gunasekara wro

[Dev] Apply Security for Services via Developer Studio

2015-01-12 Thread Sohani Weerasinghe
Hi, An improvement for applying security for web services by associating with WSDLs has been started. The security policy will be created via Developer Studio, basically for Axis2Service projects, ESB config projects and DSS projects. The security policy file will be saved as a registry resource a

Re: [Dev] Apply Security for Services via Developer Studio

2015-01-12 Thread Harshana Eranga Martin
Hi Sohani, In order to create the policy file via DevS, is there an Editor in DevS which can generate ws-policy files conforming to ws-policy [1] franework? [1]. http://schemas.xmlsoap.org/ws/2004/09/policy/ Thanks and Regards, Harshana On 13 Jan 2015 13:22, "Sohani Weerasinghe" wrote: > Hi,

Re: [Dev] app-manager repo is not following WSO2 repo naming standard

2015-01-12 Thread Sagara Gunathunga
Hi Ruwan, I have renamed repo as "product-app-manager". Thanks ! On Sun, Jan 11, 2015 at 10:54 PM, Sumedha Rubasinghe wrote: > Ack Sagara. Not sure how we missed it as this location was created at the > same time others were created. ATM we are using svn for 1.0.0 branch due to > some other dep

Re: [Dev] app-manager repo is not following WSO2 repo naming standard

2015-01-12 Thread Ruwan Yatawara
Thank you Sagara! Appreciate it. 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 Tue, Jan 13, 2015 at 11:21 AM, Sagara Gunathunga wrote: > Hi Ruwan, > > I ha

Re: [Dev] [ML] Build failure

2015-01-12 Thread CD Athuraliya
As per my offline conversation with Harsha, poms need to be updated according to released and unreleased artifacts of carbon. Updating parent pom to carbon 4.3.0 generates build errors due to module poms which are using the same version for unreleased artifacts. Thanks. On Tue, Jan 13, 2015 at 10

Re: [Dev] [REGISTRY-2378 ] - Review and merge the pull request - Feature implementation of Time in current lifecycle state

2015-01-12 Thread Prasanna Dangalla
Hi, Use this new pull request [3] because fixed conflicts due to code addition to the repository before merging the previous pull request [1]. [3] - https://github.com/wso2-dev/carbon-governance/pull/36 Thanks On Mon, Jan 12, 2015 at 3:09 PM, Prasanna Dangalla wrote: > Hi, > > Please merge the

Re: [Dev] GReg5 P2-profile generation failed

2015-01-12 Thread Thushara Ranawaka
Hi, Thanks SameeraJ and ChandanaN. Yes now we moving forward with the build. On Tue, Jan 13, 2015 at 10:36 AM, Chandana Napagoda wrote: > Hi Thushara, > > This has been fixed now. Please refer "[Dev] Error in pom file" mail > thread. > > Regards, > Chandana > > On Mon, Jan 12, 2015 at 12:36 PM

[Dev] Deprecating wso2-dev carbon-deployment and product-as repos

2015-01-12 Thread Supun Malinga
Hi folks, For the moment we have two git repositories each from carbon-deployment and product-as/. See [1], [2] and [3], [4]. We are in the process of releasing first AS release from Git. Hence as discussed we will deprecate the respective repos from wso2-dev. So repos [2] and [4] will be deprecat

Re: [Dev] [REGISTRY-2378 ] - Review and merge the pull request - Feature implementation of Time in current lifecycle state

2015-01-12 Thread Sagara Gunathunga
On Tue, Jan 13, 2015 at 11:31 AM, Prasanna Dangalla wrote: > Hi, > > Use this new pull request [3] because fixed conflicts due to code addition > to the repository before merging the previous pull request [1]. > [3] - https://github.com/wso2-dev/carbon-governance/pull/36 > Refer in-lined comment

Re: [Dev] Deprecating wso2-dev carbon-deployment and product-as repos

2015-01-12 Thread Sameera Jayasoma
+1. We've already done this for the Carbon kernel repos. Masheshika, Can we get-rid of dev repos? Basically delete them? On Tue, Jan 13, 2015 at 11:43 AM, Supun Malinga wrote: > Hi folks, > > For the moment we have two git repositories each from carbon-deployment > and product-as/. See [1], [2

[Dev] Same package name in two WS client stubs in same project

2015-01-12 Thread Pirinthapan Mahendran
Hi all, In a project the carbon services UserIdentityManagementAdminService and UserInformationRecoveryService are used. When creating the client stub for these services using wsimport tool, both stub having packages with same name (org.wso2.carbon.identity.mgt.services). So when using these two s

Re: [Dev] Deprecating wso2-dev carbon-deployment and product-as repos

2015-01-12 Thread KasunG Gajasinghe
Hi Supun, Did you make sure that all the commits are merged to the wso2 repo? On Tue, Jan 13, 2015 at 11:47 AM, Sameera Jayasoma wrote: > +1. We've already done this for the Carbon kernel repos. > > Masheshika, > > Can we get-rid of dev repos? Basically delete them? > > On Tue, Jan 13, 2015 at

Re: [Dev] Deprecating wso2-dev carbon-deployment and product-as repos

2015-01-12 Thread Kalpa Welivitigoda
On Tue, Jan 13, 2015 at 11:52 AM, KasunG Gajasinghe wrote: > Hi Supun, > > Did you make sure that all the commits are merged to the wso2 repo? > > On Tue, Jan 13, 2015 at 11:47 AM, Sameera Jayasoma > wrote: > >> +1. We've already done this for the Carbon kernel repos. >> >> Masheshika, >> >> Ca

[Dev] [ES] 4.3.0 based server hang at startup.

2015-01-12 Thread Ayesha Dissanayaka
Hi all, ES server build on carbon.kernal.version- 4.3.0 server startup hangs giving following stack trace. Carbon initialization is delayed due to the following unsatisfied items: [2015-01-13 11:55:19,238] WARN {org.wso2.carbon.core.init.CarbonServerManager} - Waiting for required Module: org.w

Re: [Dev] Deprecating wso2-dev carbon-deployment and product-as repos

2015-01-12 Thread Supun Malinga
Hi, Yes. We need to merge all the pending PRs before deleting the repos.. We got some PRs that need to be reviewed and merged. thanks, On Tue, Jan 13, 2015 at 12:03 PM, Kalpa Welivitigoda wrote: > > > On Tue, Jan 13, 2015 at 11:52 AM, KasunG Gajasinghe > wrote: > >> Hi Supun, >> >> Did you ma

Re: [Dev] Please review and merge the pull request : TOOLS-2527

2015-01-12 Thread Sohani Weerasinghe
Hi Rajeevan, Merged the pull request. Thanks, Sohani Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter : https://twitter.com/sohanichristine On Mon, Jan 12, 2015 at 5:44 PM, Rajeevan Vimalanathan w

Re: [Dev] [ES] 4.3.0 based server hang at startup.

2015-01-12 Thread Pulasthi Mahawithana
Hi Ayesha, Some of the changes that were made in the pull request has been reverted when the kernel 4.3.0 release merge is done. Hasintha will add the required changes back. On Tue, Jan 13, 2015 at 12:11 PM, Ayesha Dissanayaka wrote: > Hi all, > > ES server build on carbon.kernal.version- 4.3.0

[Dev] JAX WS - Enabling Security in SOAP Header

2015-01-12 Thread Asok Perera
Hi, I'm developing a JAX WS service and I need to enable security such a way that it supports below tags in SOAP header. u...@contoso.com http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss- username-token-profile-1.0#PasswordText">mypassword

Re: [Dev] JAX WS - Enabling Security in SOAP Header

2015-01-12 Thread Sagara Gunathunga
On Tue, Jan 13, 2015 at 12:18 PM, Asok Perera wrote: > Hi, > > I'm developing a JAX WS service and I need to enable security such a way > that it supports below tags in SOAP header. > > > > u:Id="uuid-cc1ccc1f-2fba-4bcf-b063-ffc0cac77917-4"> > u...@contoso.com >

Re: [Dev] [ES] 4.3.0 based server hang at startup.

2015-01-12 Thread Hasintha Indrajee
Hi Ayesha, Required changes are done in wso2-dev repo. On Tue, Jan 13, 2015 at 12:17 PM, Pulasthi Mahawithana wrote: > Hi Ayesha, > > Some of the changes that were made in the pull request has been reverted > when the kernel 4.3.0 release merge is done. Hasintha will add the required > chang

[Dev] How to find the coordinator node of a cluster using hazelcast agent.

2015-01-12 Thread Hemika Kodikara
Hi All, I have a requirement to show the IP addresses and ports of the nodes in a cluster on a UI page. But I also have to indicate which node is the coordinator node. Currently I am only able to to find whether the current node is the coordinator node or not using the "isCoordinator" method in "H

Re: [Dev] JAX WS - Enabling Security in SOAP Header

2015-01-12 Thread Asok Perera
Hi Sagara, Thank you ! As you said, now I'm referring to [1], a CXF example where it has used Callbackhandlers to enable UsernameToken security. Hope this is the best way to do ? [1] - https://web-gmazza.rhcloud.com/blog/entry/cxf-usernametoken-profile BR *Asok Aravinda Perera* Software Engin

[Dev] [AF] Fixing uploadable jaggery applications issue

2015-01-12 Thread Anuruddha Premalal
Hi, Once we upload an application to appfactory it get stored temporally inside* wso2appfctory-2.1.0/repository/deployment/server/jaggeryapps/appmgt/tmp/tmpUploadedApps . * Notice that this location is inside jaggeryapps folder. Issue is if we upload a zip file it gets automatically deployed insi

Re: [Dev] [ES] 4.3.0 based server hang at startup.

2015-01-12 Thread Ayesha Dissanayaka
Hi Pulasthi, Hasintha, Thanks a lot for the quick response. :) On Tue, Jan 13, 2015 at 12:33 PM, Hasintha Indrajee wrote: > Hi Ayesha, > > Required changes are done in wso2-dev repo. > > > > > On Tue, Jan 13, 2015 at 12:17 PM, Pulasthi Mahawithana > wrote: > >> Hi Ayesha, >> >> Some of the cha

Re: [Dev] Please review and merge the pull request : TOOLS-2527

2015-01-12 Thread Rajeevan Vimalanathan
Thanks Sohani. On Tue, Jan 13, 2015 at 12:13 PM, Sohani Weerasinghe wrote: > Hi Rajeevan, > > Merged the pull request. > > Thanks, > Sohani > > Sohani Weerasinghe > Software Engineer > WSO2, Inc: http://wso2.com > > Mobile : +94 716439774 > Blog :http://christinetechtips.blogspot.com/ > Twi

Re: [Dev] How to find the coordinator node of a cluster using hazelcast agent.

2015-01-12 Thread Hemika Kodikara
Looping in Azeez, Sameera and Kishanthan. Hemika Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware http://wso2.com Mobile : +9477762 On Tue, Jan 13, 2015 at 12:35 PM, Hemika Kodikara wrote: > Hi All, > > I have a requirement to show the IP addresses and ports of the nodes