Re: [Dev] Avoid the hard coding the password in password callback handlers

2014-06-25 Thread Sajith Kariyawasam
I think, either you can store the password in a config file and encrypt that using secure vault, and in the PWCB Handler it can be read using the secret key [1] [1] http://ajithvblogs.blogspot.com/2014/01/secure-custom-configuration-filexml.html Thanks, Sajith On Thu, Jun 26, 2014 at 11:32 AM,

Re: [Dev] Avoid the hard coding the password in password callback handlers

2014-06-25 Thread Pulasthi Supun
Hi Isura, As discussed offline lets store the password in a property in the registry and access it using the registry service. The following blog post [1] shows how you can use the registry OSGi service to access the registry using the scr plugin. [1] http://subashsdm.blogspot.com/2013/01/publis

Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Sameera Kannangara
Hi all, On Wed, Jun 25, 2014 at 10:14 PM, Sameera Kannangara wrote: > Hi all, > > This error occurs due to some missing properties > in wso2-dev/carbon-governance/pom.xml file. > Following entries should be added to > the wso2-dev/carbon-governance/pom.xml property element to built governance >

Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Pulasthi Supun
Hi Subash, My Git ID is "724075". will verify and add the pull requests Regards, Pulasthi On Thu, Jun 26, 2014 at 9:35 AM, Sameera Kannangara wrote: > copying Pulasthi. > > Thanks, > SameeraK > > > On Thu, Jun 26, 2014 at 9:26 AM, Subash Chaturanga > wrote: > >> Hi Pulasthi, >> Can you s

[Dev] Avoid the hard coding the password in password callback handlers

2014-06-25 Thread Isura Karunaratne
Hi, Is there any way to avoid the hard coding the password in password callback handlers? Can we use registry to store password? Thanks -- Isura Dilhara Karunaratne Software Engineer Mob +94 772 254 810 ___ Dev mailing list Dev@wso2.org http://wso2.

Re: [Dev] AS- Error when building product-as

2014-06-25 Thread Kasun Gajasinghe
Hi Supun, This feature is already there in the p2-profile-gen. The issue is at the distribution build during the assembly. The config file location and name of idp-mgt feature has been changed hence the issue. On Wed, Jun 25, 2014 at 8:43 PM, Supun Malinga wrote: > Hi Kasun, > > Do you have an

Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Sameera Kannangara
copying Pulasthi. Thanks, SameeraK On Thu, Jun 26, 2014 at 9:26 AM, Subash Chaturanga wrote: > Hi Pulasthi, > Can you send me the git hub ID of yours, so that I can grant you to allow > merging to dev repo. > > > On Thu, Jun 26, 2014 at 9:23 AM, Subash Chaturanga > wrote: > >> Hi, >> @Pulasth

Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Subash Chaturanga
Hi Pulasthi, Can you send me the git hub ID of yours, so that I can grant you to allow merging to dev repo. On Thu, Jun 26, 2014 at 9:23 AM, Subash Chaturanga wrote: > Hi, > @Pulasthi, please verify and merge those fixes. > > > > On Thu, Jun 26, 2014 at 9:19 AM, Sameera Kannangara > wrote: > >

Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Subash Chaturanga
Hi, @Pulasthi, please verify and merge those fixes. On Thu, Jun 26, 2014 at 9:19 AM, Sameera Kannangara wrote: > Hi all, > > I've created a pull request for above version number additions at [1]. > Please check and merge. > > Thank you, > SameeraK > > [1] https://github.com/wso2-dev/carbon-gov

Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Sameera Kannangara
Hi all, I've created a pull request for above version number additions at [1]. Please check and merge. Thank you, SameeraK [1] https://github.com/wso2-dev/carbon-governance/pull/7 [2] my fork - https://github.com/sameerak/carbon-governance On Wed, Jun 25, 2014 at 10:14 PM, Sameera Kannangara

Re: [Dev] [Architecture] Developer Studio 3.7.0 RC 1 Released!

2014-06-25 Thread Jasintha Dasanayake
Hi Isuru IMO, SR2 is the most stable version of particular eclipse release also come up with fixes, that's why we do the migration after the SR2 release, Also migration effort depend on the changes in the eclipse core libraries , GMF and few other plug ins (M2E) , so it not easy always. BTW users

Re: [Dev] [ESB] Unable to use apostrophe in fn:concat() Xpath function

2014-06-25 Thread Ishara Premadasa
Hi Ishan, Thank you very much. This works fine :) Also using the (') symbol straightly inside quot; worked as well, like below. expression="fn:concat(*"*This is*'"*, *"*my function*"* )" - Ishara On Wed, Jun 25, 2014 at 1:10 AM, Ishan Jayawardena wrote: > Hi Ishara, > This worked for me, >

Re: [Dev] [DEV] [ESB] POST_TO_URI does not work in MT mode

2014-06-25 Thread Malaka Silva
Hi All, org.apache.axis2.context.MessageContext.java does not return all the properties with getProperties(). I guess that is the reason why each property is added separately in TenantTransportSender. Here I have attached two patches. MT-axis.patch - This will give the fix properly MT-Jira.pat

Re: [Dev] [DEV] Large number of build breaks

2014-06-25 Thread Maheshika Goonetilleke
Hi Sagara Yes, most of them are sonar build breaks. Ya we could move it up to the Jenkins staging. However, assume this is due to parallel running of several builds. I've given different times, but still some of them fail. Let me try another two or three times. If it keeps failing will take it to

Re: [Dev] [Architecture] Developer Studio 3.7.0 RC 1 Released!

2014-06-25 Thread Isuru Perera
Hi Harshana, Well, I don't think that's a good practice now. This means that we have to wait till February 25, 2015 to see Developer Studio on Eclipse Luna! That's a major barrier for Eclipse users to use Developer Studio. At least for me. In future, I would expect the Developer Studio team to te

Re: [Dev] [Architecture] Developer Studio 3.7.0 RC 1 Released!

2014-06-25 Thread Harshana Eranga Martin
Hi Isuru, Unfortunately the answer would be No! As a practice we always migrate only to a SR2 version of a new Eclipse release. It has been proven to be effective in the past due to bug fixes in SR2 releases and thus will be the case for future as well IMO. Thanks and Regards, Harshana On 26 Jun

[Dev] WSO2 BPS 3.5.0 M2 Released!

2014-06-25 Thread Hasitha Aravinda
BPS 3.5.0 M2 Release is available for download at https://svn.wso2.org/repos/wso2/people/hasitha/bps350/wso2bps-3.5.0-M2.zip Bug - [BPS-501 ] - Check the StreamDefinition is exist before adding new streamDefininition - [BPS-505

Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Sameera Kannangara
Hi all, This error occurs due to some missing properties in wso2-dev/carbon-governance/pom.xml file. Following entries should be added to the wso2-dev/carbon-governance/pom.xml property element to built governance features correctly. 4.3.0-SNAPSHOT 4.3.0-SNAPSHOT After adding these elements wso2

Re: [Dev] [Architecture] Developer Studio 3.7.0 RC 1 Released!

2014-06-25 Thread Isuru Perera
Eclipse Luna is released today [1]. When can we expect the Developer Studio to support Eclipse Luna? [1] http://www.eclipse.org/ On Tue, Jun 17, 2014 at 10:17 PM, Gayan Yalpathwala wrote: > Hi Isuru, > > Developer Studio 3.7.0 runs on top of Eclipse Kepler and will not support > Eclipse Luna.

[Dev] [DEV] Large number of build breaks

2014-06-25 Thread Sagara Gunathunga
Hi Maheshika, I can see number of product builds are keep failing here [1], please follow up with related product leads and revert any commits cause these build breaks as immediate step. Further, why all Sonar jobs are also failing ? shall we disable them and try on staging server first ? [1]

[Dev] product-as build breaks - wsse:Security

2014-06-25 Thread Sagara Gunathunga
Product AS test cases are failing from last Sunday, it seems like some security changes cause this issue [1]. IS folks, please fix or revert related changes also please run your team level Jenkins server first and ensure your change does not break any downstream project builds. [1] - https://wso2

Re: [Dev] AS- Error when building product-as

2014-06-25 Thread Supun Malinga
Hi Kasun, Do you have any idea on why it is missing ? and how to add it back?. For me it seems some feature is not added into p2 pom. thanks, On Tue, Jun 24, 2014 at 3:17 PM, Kasun Gajasinghe wrote: > Hi Chamath, > > We are using the idp-mgt feature. So, we will have to include the new > conf

[Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Sameera Kannangara
Hi all, I forked carbon4-kernel[1], carbon-governance[2], carbon-registry[3] and product-greg[4] and built these repos in the order they are appearing above. First 3 repos built normally and when building the 4th one (product-greg), I got following error message. [INFO] Copying resources [INFO] R

Re: [Dev] [DEV] [ESB] POST_TO_URI does not work in MT mode

2014-06-25 Thread Malaka Silva
Hi, We can't think any reason to not doing that. I guess we can try this now? If something goes wrong we will see this in ESB 4.9.0 testing? Best Regards, Malaka On Sun, Jun 22, 2014 at 9:36 AM, Malaka Silva wrote: > As advised by Miyuru added the property to [1] and it seems to be working.

Re: [Dev] [DEV] [ESB] POST_TO_URI does not work in MT mode

2014-06-25 Thread Malaka Silva
Hi Guys, We can't think any reason to not doing that. I guess we can try this now? If something goes wrong we will see this in ESB 4.9.0 test fails? On Sun, Jun 22, 2014 at 9:36 AM, Malaka Silva wrote: > As advised by Miyuru added the property to [1] and it seems to be working. > > However ca

Re: [Dev] Issues with SAML SSO component in the ES 1.2.0

2014-06-25 Thread Sameera Medagammaddegedara
UPDATE: We are currently facing an issue with the samlsso endpoint redirecting to the admin console as opposed to a login page.During an offline discussion session with Darshana it was noted that ES pack was missing the application-authenticators.xml file.There have also been considerable configur

Re: [Dev] Issues with SAML SSO component in the ES 1.2.0

2014-06-25 Thread Sameera Medagammaddegedara
Hi, As per the offline discussion: - Darshana provided assistance in diagnosing the problem - He located the issue as been caused by a missing feature : org.wso2.carbon:org.wso2.carbon.identity.user.profile.feature - After adding the above mentioned feature we did not encounter the

Re: [Dev] [DEV] MSMP L1 Issues {ESBJAVA-3034/ESBJAVA-3018}

2014-06-25 Thread Shafreen Anfar
Hi Dushan, I updated the JIRA with test-cases and diff files. I haven't committed those to DEV branch though. I'll do it tonight. On Wed, Jun 25, 2014 at 2:17 AM, Dushan Abeyruwan wrote: > Hi Shafreen > > Please do update with necessary detail for the queries raised under > following jira > >

Re: [Dev] Invitation: WSO2 IS - OT Deployment @ Wed Jun 25, 2014 10:30am - 11:30am (hasin...@wso2.com)

2014-06-25 Thread Hasintha Indrajee
Hi all, The following were discussed to be done, during the meeting, 1. Deploy IS 5.0.0 over private LDAP. (IS-Internal) 2. Deploy IS 5.0.0 over OT LDAP.(IS-OT) 3. Provision users from IS-Internal to IS-OT 4. Configure Google Apps WSO2 domain to use SAML2 authentication via IS-Internal. 5. Confi

[Dev] Invitation: Mediation Debugger For WSO2 ESB GSoC 2014 - Review #2 @ Wed Jun 25, 2014 4pm - 5pm (isu...@wso2.com)

2014-06-25 Thread Isuru Udana
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20140625T103000Z DTEND:20140625T113000Z DTSTAMP:20140625T090847Z ORGANIZER;CN=Isuru Udana:mailto:isu...@wso2.com UID:loke1f2dijs3blbp7ckebou...@google.com ATTENDEE;CU

Re: [Dev] [BPS]Error while invoking a callback service from a BPEL

2014-06-25 Thread Nandika Jayawardana
As Amila has pointed out, the issue happens in the tenant case due because HTTP_HEADERS property is not copied in the TenantTransportSender. Is there any reason why this is not done in TenantTransportSender ? Regards Nandika On Tue, May 20, 2014 at 11:08 AM, Hasitha Aravinda wrote: > > >

[Dev] How to get cluster information within a TomcatValve in Carbon

2014-06-25 Thread Chamil Jeewantha
Hi All, I want to get clustering information like cluster Id within TomcatValve configured in WSO2 AS. what is the way I can grab these details. (mainly the cluster ID). -- K.D. Chamil Jeewantha Associate Technical Lead WSO2, Inc.; http://wso2.com Mobile: +94716813892 __