Re: [Dev] Using sso-idp-config.xml in IS 4.6.0

2014-02-05 Thread Johann Nallathamby
+1. We've already planned to do this. On Thu, Feb 6, 2014 at 12:07 PM, Pradeep Fernando wrote: > Hi manu, > May be im bit off the topic.. > its a stratos component. I now that stratos is not there anymore, it > should go under identity components. Ishara did some improvements to it > recently.

Re: [Dev] Using sso-idp-config.xml in IS 4.6.0

2014-02-05 Thread Pradeep Fernando
Hi manu, May be im bit off the topic.. its a stratos component. I now that stratos is not there anymore, it should go under identity components. Ishara did some improvements to it recently. @Johan : shall we make it a identity component. --Pradeep On Thu, Feb 6, 2014 at 10:56 AM, Lasantha Fernan

Re: [Dev] We will also need to move Carbon 4.x kernel to GitHub

2014-02-05 Thread Krishantha Samaraweera
Hi, On Mon, Jan 27, 2014 at 9:18 AM, Eranda Sooriyabandara wrote: > Hi all, > I merged and moved the kernel code to github in [1]. Now it is building > and passing tests 24/1/0 where verifyAdminServiceSecurityTest class: > org.wso2.carbon.integration.tests test is failing and I am currently > loo

Re: [Dev] [BAM] Getting "EventConversionException" when sending data to BAM

2014-02-05 Thread Chamila Wijayarathna
Hi, I tried it that way also, but it gave me the same error. It works when I change the stream definition to *streamId = dataPublisher.defineStream("{" +* *" 'name':'" + HTTPD_LOG_STREAM + "'," +* *" 'version':'" + VERSION + "'," +* *"

Re: [Dev] [BAM] Getting "EventConversionException" when sending data to BAM

2014-02-05 Thread Sinthuja Ragendran
Hi chamila, On Thu, Feb 6, 2014 at 10:57 AM, Chamila Wijayarathna wrote: > Hi all, > I have following stream definition in my publisher. > > String HTTPD_LOG_STREAM = "log_analyzer.call_records_test"; > > *streamId = dataPublisher.defineStream("{" +* > *" 'name':'" + HTTPD_

[Dev] [BAM] Getting "EventConversionException" when sending data to BAM

2014-02-05 Thread Chamila Wijayarathna
Hi all, I have following stream definition in my publisher. String HTTPD_LOG_STREAM = "log_analyzer.call_records_test"; *streamId = dataPublisher.defineStream("{" +* *" 'name':'" + HTTPD_LOG_STREAM + "'," +* *" 'version':'" + VERSION + "'," +* *

Re: [Dev] Using sso-idp-config.xml in IS 4.6.0

2014-02-05 Thread Lasantha Fernando
Hi Manu, org.wso2.stratos.identity.saml2.sso.mgt.jar has been released. The relevant version for turing is 2.2.0. You can find it in [1] and also it is available in the p2-repo. I think you can install it from p2 as well without any issue. The pom for the component has the group as org.wso.carbon

Re: [Dev] Embedded ldap server for test automation framework

2014-02-05 Thread Dimuthu De Lanerolle
Hi Shankar, Yes. We have seen some test scenarios use external LDAP servers. Therefore we are working on embedding ApacheDS with the test framework. Regards On Wed, Feb 5, 2014 at 8:22 PM, Selvaratnam Uthaiyashankar wrote: > What does this mean? We are embedding ApacheDS? > > > On Wednesday,

Re: [Dev] Unified carbon component versions

2014-02-05 Thread Sriskandarajah Suhothayan
event-processing components were newly written thats why they have 1.0.x. Since in the new git repo we have to have one version +1 for platform version Suho On Feb 6, 2014 12:14 AM, "Sagara Gunathunga" wrote: > > > > On Thu, Feb 6, 2014 at 12:06 AM, Eranda Sooriyabandara wrote: > >> Hi All, >> A

Re: [Dev] NPE in OAuth custom handler's validation code

2014-02-05 Thread Johann Nallathamby
Basically it is how the stub handles the error when we try to invoke a service through a wrong port which is open but does not have the service. Guess that is how it is generated. On Thu, Feb 6, 2014 at 12:36 AM, Bhathiya Jayasekara wrote: > Talked with Johann about this. And it seems not a bug

Re: [Dev] Using sso-idp-config.xml in IS 4.6.0

2014-02-05 Thread Manuranga Perera
org.wso2.stratos.identity.saml2.sso.mgt.jar has not been released for 4.2.0 AFAIK, that's why I asked. coping 4.0.0 jar works, it doesn't look like the correct solution. On Wed, Feb 5, 2014 at 12:41 PM, Pushpalanka Jayawardhana wrote: > Hi Manu, > > You can do this by having org.wso2.stratos.ide

Re: [Dev] Using sso-idp-config.xml in IS 4.6.0

2014-02-05 Thread Pushpalanka Jayawardhana
Hi Manu, You can do this by having org.wso2.stratos.identity.saml2.sso.mgt.jar in dropins and ss-idp-config.xml in repository/conf. At server start you will see the SPs getting registered. On Thu, Feb 6, 2014 at 1:39 AM, Manuranga Perera wrote: > according to a mail thread [1] in architecture

[Dev] Using sso-idp-config.xml in IS 4.6.0

2014-02-05 Thread Manuranga Perera
according to a mail thread [1] in architecture IS 4.6.0 should have the capability to add sso idPs using sso-idp-config.xml. but it seems like that feature is not in there. is it possible to get it working ? OR please suggest a way to configure idPs (without using UI). [1] [Architecture] Altern

Re: [Dev] NPE in OAuth custom handler's validation code

2014-02-05 Thread Bhathiya Jayasekara
Talked with Johann about this. And it seems not a bug in IS side. The error in my URL was that the port I gave was of ESB (not IS, which it should be of). But since ESB doesn't have a OAuth2TokenValidationService, it gives a NPE somehow. So the bug is ESB side. But I'm wondering, in which level? ca

Re: [Dev] NPE in OAuth custom handler's validation code

2014-02-05 Thread Isuru Perera
On Thu, Feb 6, 2014 at 12:21 AM, Bhathiya Jayasekara wrote: > Yeah that's a bug. That needs to be fixed. > > IS team, please note. :) > I think you should create a JIRA: https://wso2.org/jira/browse/IDENTITY > > > On Wed, Feb 5, 2014 at 11:57 PM, Pradeep Fernando wrote: > >> NPE, is a bug. dont y

Re: [Dev] NPE in OAuth custom handler's validation code

2014-02-05 Thread Bhathiya Jayasekara
Yeah that's a bug. That needs to be fixed. IS team, please note. :) On Wed, Feb 5, 2014 at 11:57 PM, Pradeep Fernando wrote: > NPE, is a bug. dont you think ? :) > > > On Wed, Feb 5, 2014 at 11:25 AM, Bhathiya Jayasekara wrote: > >> Hi all, >> >> I was able to get this solved with ESB 4.8.1. T

Re: [Dev] Unified carbon component versions

2014-02-05 Thread Sagara Gunathunga
On Thu, Feb 6, 2014 at 12:06 AM, Eranda Sooriyabandara wrote: > Hi All, > As I am working on the carbon git migration I happen to see that there are > some components which versions are differ from the platform version. Eg. > event-processing components have their own 1.0.x version. Is there any >

[Dev] Unified carbon component versions

2014-02-05 Thread Eranda Sooriyabandara
Hi All, As I am working on the carbon git migration I happen to see that there are some components which versions are differ from the platform version. Eg. event-processing components have their own 1.0.x version. Is there any reason for using these versions? Can we change them to carbon platform v

Re: [Dev] NPE in OAuth custom handler's validation code

2014-02-05 Thread Pradeep Fernando
NPE, is a bug. dont you think ? :) On Wed, Feb 5, 2014 at 11:25 AM, Bhathiya Jayasekara wrote: > Hi all, > > I was able to get this solved with ESB 4.8.1. The problem was, the > OAuth2TokenValidationService URL in my handler configurations was wrong. > Thanks Johann for helping me to figure this

Re: [Dev] Embedded ldap server for test automation framework

2014-02-05 Thread Selvaratnam Uthaiyashankar
What does this mean? We are embedding ApacheDS? On Wednesday, February 5, 2014, Dimuthu De Lanerolle wrote: > We are going to implement the $Subject. Will update the progress later. > > Regards > > -- > Dimuthu De Lanerolle > Software Engineer > WSO2 Inc. > lean . enterprise . middlewear. > http

Re: [Dev] Kernel patch to improve performance of readOnlyUserstoreManager Implementation.

2014-02-05 Thread Manjula Rathnayake
Thanks Manoj. On Wed, Feb 5, 2014 at 2:04 PM, Manoj Kumara wrote: > Hi Manjula, > > Applied to patch0006 with 196246. > > Thanks, > Manoj > > > *Manoj Kumara* > Software Engineer > WSO2 Inc. http://wso2.com/ > *lean.enterprise.middleware* > Mobile: +94713448188 > > > On Wed, Feb 5, 2014 at 1:49

Re: [Dev] Kernel patch to improve performance of readOnlyUserstoreManager Implementation.

2014-02-05 Thread Manoj Kumara
Hi Manjula, Applied to patch0006 with 196246. Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Wed, Feb 5, 2014 at 1:49 PM, Manjula Rathnayake wrote: > Hi all, > > $Subject is done using existing cache together wit

Re: [Dev] Build failures on 4.3.0 kernel projects

2014-02-05 Thread Eranda Sooriyabandara
Hi Sagara, On Wed, Feb 5, 2014 at 1:46 PM, Sagara Gunathunga wrote: > > > > On Wed, Feb 5, 2014 at 9:31 AM, Sagara Gunathunga wrote: > >> >> >> >> On Wed, Feb 5, 2014 at 12:41 AM, Senaka Fernando wrote: >> >>> Hi Sagara, >>> >>> Not sure whether there is an infinite loop or not, since I didn'

[Dev] Kernel patch to improve performance of readOnlyUserstoreManager Implementation.

2014-02-05 Thread Manjula Rathnayake
Hi all, $Subject is done using existing cache together with few more improvements. Please commit this to resolve issue[1]. [1]. https://wso2.org/jira/browse/CARBON-14651 thank you. -- Manjula Rathnayaka Software Engineer WSO2, Inc. Mobile:+94 77 743 1987

Re: [Dev] Build failures on 4.3.0 kernel projects

2014-02-05 Thread Sagara Gunathunga
On Wed, Feb 5, 2014 at 9:31 AM, Sagara Gunathunga wrote: > > > > On Wed, Feb 5, 2014 at 12:41 AM, Senaka Fernando wrote: > >> Hi Sagara, >> >> Not sure whether there is an infinite loop or not, since I didn't try, >> but the registry unit tests run the same set of tests 8 times or so, >> changin