Re: [Dev] Request to upgrade the carbon-identity version in carbon-store and product-es

2016-06-28 Thread Megala Uthayakumar
Hi,

After changing the host-name, I was able to login to publisher in
super-tenant mode. But I could not login to publisher in tenant mode (As
tenant admin). It gives me 401. Do I need to do any modifications in that
case?

Thanks.

Regards,
Megala

On Thu, Jun 23, 2016 at 9:58 AM, Megala Uthayakumar  wrote:

> Hi Chandana and Sameera,
>
> Thanks for the quick responses. For the testing purposes we will try the
> work around mentioned by Sameera.
>
> Thanks.
>
> Regards,
> Megala
>
> On Wed, Jun 22, 2016 at 6:45 PM, Sameera Medagammaddegedara <
> samee...@wso2.com> wrote:
>
>> Hi,
>>
>> I have created a JIRA to track this issue:
>> https://wso2.org/jira/browse/CIDENTITY-15
>>
>> Please note that I have severity to Blocker as it breaks Out of the Box
>> SSO functionality in the ES.
>>
>> Thank You,
>> Sameera
>>
>> On Wed, Jun 22, 2016 at 6:01 PM, Sameera Medagammaddegedara <
>> samee...@wso2.com> wrote:
>>
>>> Hi Chandana and Megala,
>>>
>>> *Note:* Adding Pulasthi and Hasintha
>>>
>>> There is a small issue with upgrading to 5.1.0.It is caused when the
>>> HostName element is commented out in the carbon.xml (which is the case in
>>> ES and G-Reg).The issue occurs when attempting to validate the Home Realm
>>> Id [1]. The root cause is the hostname been resolved to NULL here[2]. As a
>>> work around for local testing we can set the HostName in the carbon.xml to
>>> localhost. The IS team will be including the fix in the next
>>> identity-framework release.
>>>
>>> *Reference*
>>> [1]
>>> https://github.com/wso2/carbon-identity-framework/blob/master/components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/listener/IdPMgtValidationListener.java#L124
>>> [2]
>>> https://github.com/wso2/carbon-identity-framework/blob/master/components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/internal/IdPManagementServiceComponent.java#L340
>>>
>>> On Wed, Jun 22, 2016 at 3:45 PM, Chandana Napagoda 
>>> wrote:
>>>
 Hi Megala,

 SameeraM found an issue in IS side while upgrading the Jaggery version.
 I hope SameeraM has more insight about that.

 Regards,
 Chandana

 On Wed, Jun 22, 2016 at 3:35 PM, Megala Uthayakumar 
 wrote:

> +Chandana
>
> On Wed, Jun 22, 2016 at 3:33 PM, Megala Uthayakumar 
> wrote:
>
>> Hi All,
>>
>> We are working on a DS and ES integration in which we have a use case
>> when a user changes some configuration in a gadget configuration file, we
>> need to unzip the gadget zip file and change the relevant file and zip it
>> again and send it to the DS side.
>>
>> Since unzip and zip functionality are not currently available in
>> Jaggery, we have implemented those in jaggery level and it will be 
>> included
>> in Jaggery 0.12.6. But Jaggery 0.12.6 requires carbon-identity version
>> 5.1.0, But carbon-store still uses the carbon-identity version 5.0.8. So 
>> is
>> it possible to upgrade the carbon-identity version to newer one in both
>>  carbon-store and product-es?
>>
>> Thanks.
>>
>> Regards,
>> Megala
>>
>> --
>> Megala Uthayakumar
>>
>> Software Engineer
>> Mobile : 0779967122
>>
>
>
>
> --
> Megala Uthayakumar
>
> Software Engineer
> Mobile : 0779967122
>



 --
 *Chandana Napagoda*
 Senior Software Engineer
 WSO2 Inc. - http://wso2.org

 *Email  :  chand...@wso2.com **Mobile :
 +94718169299 <%2B94718169299>*

 *Blog  :http://cnapagoda.blogspot.com
 *


>>>
>>>
>>> --
>>> Sameera Medagammaddegedara
>>> Software Engineer
>>>
>>> Contact:
>>> Email: samee...@wso2.com
>>> Mobile: + 94 077 255 3005
>>>
>>
>>
>>
>> --
>> Sameera Medagammaddegedara
>> Software Engineer
>>
>> Contact:
>> Email: samee...@wso2.com
>> Mobile: + 94 077 255 3005
>>
>
>
>
> --
> Megala Uthayakumar
>
> Software Engineer
> Mobile : 0779967122
>



-- 
Megala Uthayakumar

Software Engineer
Mobile : 0779967122
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Request to upgrade the carbon-identity version in carbon-store and product-es

2016-06-22 Thread Megala Uthayakumar
Hi Chandana and Sameera,

Thanks for the quick responses. For the testing purposes we will try the
work around mentioned by Sameera.

Thanks.

Regards,
Megala

On Wed, Jun 22, 2016 at 6:45 PM, Sameera Medagammaddegedara <
samee...@wso2.com> wrote:

> Hi,
>
> I have created a JIRA to track this issue:
> https://wso2.org/jira/browse/CIDENTITY-15
>
> Please note that I have severity to Blocker as it breaks Out of the Box
> SSO functionality in the ES.
>
> Thank You,
> Sameera
>
> On Wed, Jun 22, 2016 at 6:01 PM, Sameera Medagammaddegedara <
> samee...@wso2.com> wrote:
>
>> Hi Chandana and Megala,
>>
>> *Note:* Adding Pulasthi and Hasintha
>>
>> There is a small issue with upgrading to 5.1.0.It is caused when the
>> HostName element is commented out in the carbon.xml (which is the case in
>> ES and G-Reg).The issue occurs when attempting to validate the Home Realm
>> Id [1]. The root cause is the hostname been resolved to NULL here[2]. As a
>> work around for local testing we can set the HostName in the carbon.xml to
>> localhost. The IS team will be including the fix in the next
>> identity-framework release.
>>
>> *Reference*
>> [1]
>> https://github.com/wso2/carbon-identity-framework/blob/master/components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/listener/IdPMgtValidationListener.java#L124
>> [2]
>> https://github.com/wso2/carbon-identity-framework/blob/master/components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/internal/IdPManagementServiceComponent.java#L340
>>
>> On Wed, Jun 22, 2016 at 3:45 PM, Chandana Napagoda 
>> wrote:
>>
>>> Hi Megala,
>>>
>>> SameeraM found an issue in IS side while upgrading the Jaggery version.
>>> I hope SameeraM has more insight about that.
>>>
>>> Regards,
>>> Chandana
>>>
>>> On Wed, Jun 22, 2016 at 3:35 PM, Megala Uthayakumar 
>>> wrote:
>>>
 +Chandana

 On Wed, Jun 22, 2016 at 3:33 PM, Megala Uthayakumar 
 wrote:

> Hi All,
>
> We are working on a DS and ES integration in which we have a use case
> when a user changes some configuration in a gadget configuration file, we
> need to unzip the gadget zip file and change the relevant file and zip it
> again and send it to the DS side.
>
> Since unzip and zip functionality are not currently available in
> Jaggery, we have implemented those in jaggery level and it will be 
> included
> in Jaggery 0.12.6. But Jaggery 0.12.6 requires carbon-identity version
> 5.1.0, But carbon-store still uses the carbon-identity version 5.0.8. So 
> is
> it possible to upgrade the carbon-identity version to newer one in both
>  carbon-store and product-es?
>
> Thanks.
>
> Regards,
> Megala
>
> --
> Megala Uthayakumar
>
> Software Engineer
> Mobile : 0779967122
>



 --
 Megala Uthayakumar

 Software Engineer
 Mobile : 0779967122

>>>
>>>
>>>
>>> --
>>> *Chandana Napagoda*
>>> Senior Software Engineer
>>> WSO2 Inc. - http://wso2.org
>>>
>>> *Email  :  chand...@wso2.com **Mobile : +94718169299
>>> <%2B94718169299>*
>>>
>>> *Blog  :http://cnapagoda.blogspot.com
>>> *
>>>
>>>
>>
>>
>> --
>> Sameera Medagammaddegedara
>> Software Engineer
>>
>> Contact:
>> Email: samee...@wso2.com
>> Mobile: + 94 077 255 3005
>>
>
>
>
> --
> Sameera Medagammaddegedara
> Software Engineer
>
> Contact:
> Email: samee...@wso2.com
> Mobile: + 94 077 255 3005
>



-- 
Megala Uthayakumar

Software Engineer
Mobile : 0779967122
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Request to upgrade the carbon-identity version in carbon-store and product-es

2016-06-22 Thread Sameera Medagammaddegedara
Hi,

I have created a JIRA to track this issue:
https://wso2.org/jira/browse/CIDENTITY-15

Please note that I have severity to Blocker as it breaks Out of the Box SSO
functionality in the ES.

Thank You,
Sameera

On Wed, Jun 22, 2016 at 6:01 PM, Sameera Medagammaddegedara <
samee...@wso2.com> wrote:

> Hi Chandana and Megala,
>
> *Note:* Adding Pulasthi and Hasintha
>
> There is a small issue with upgrading to 5.1.0.It is caused when the
> HostName element is commented out in the carbon.xml (which is the case in
> ES and G-Reg).The issue occurs when attempting to validate the Home Realm
> Id [1]. The root cause is the hostname been resolved to NULL here[2]. As a
> work around for local testing we can set the HostName in the carbon.xml to
> localhost. The IS team will be including the fix in the next
> identity-framework release.
>
> *Reference*
> [1]
> https://github.com/wso2/carbon-identity-framework/blob/master/components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/listener/IdPMgtValidationListener.java#L124
> [2]
> https://github.com/wso2/carbon-identity-framework/blob/master/components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/internal/IdPManagementServiceComponent.java#L340
>
> On Wed, Jun 22, 2016 at 3:45 PM, Chandana Napagoda 
> wrote:
>
>> Hi Megala,
>>
>> SameeraM found an issue in IS side while upgrading the Jaggery version. I
>> hope SameeraM has more insight about that.
>>
>> Regards,
>> Chandana
>>
>> On Wed, Jun 22, 2016 at 3:35 PM, Megala Uthayakumar 
>> wrote:
>>
>>> +Chandana
>>>
>>> On Wed, Jun 22, 2016 at 3:33 PM, Megala Uthayakumar 
>>> wrote:
>>>
 Hi All,

 We are working on a DS and ES integration in which we have a use case
 when a user changes some configuration in a gadget configuration file, we
 need to unzip the gadget zip file and change the relevant file and zip it
 again and send it to the DS side.

 Since unzip and zip functionality are not currently available in
 Jaggery, we have implemented those in jaggery level and it will be included
 in Jaggery 0.12.6. But Jaggery 0.12.6 requires carbon-identity version
 5.1.0, But carbon-store still uses the carbon-identity version 5.0.8. So is
 it possible to upgrade the carbon-identity version to newer one in both
  carbon-store and product-es?

 Thanks.

 Regards,
 Megala

 --
 Megala Uthayakumar

 Software Engineer
 Mobile : 0779967122

>>>
>>>
>>>
>>> --
>>> Megala Uthayakumar
>>>
>>> Software Engineer
>>> Mobile : 0779967122
>>>
>>
>>
>>
>> --
>> *Chandana Napagoda*
>> Senior Software Engineer
>> WSO2 Inc. - http://wso2.org
>>
>> *Email  :  chand...@wso2.com **Mobile : +94718169299
>> <%2B94718169299>*
>>
>> *Blog  :http://cnapagoda.blogspot.com *
>>
>>
>
>
> --
> Sameera Medagammaddegedara
> Software Engineer
>
> Contact:
> Email: samee...@wso2.com
> Mobile: + 94 077 255 3005
>



-- 
Sameera Medagammaddegedara
Software Engineer

Contact:
Email: samee...@wso2.com
Mobile: + 94 077 255 3005
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Request to upgrade the carbon-identity version in carbon-store and product-es

2016-06-22 Thread Sameera Medagammaddegedara
Hi Chandana and Megala,

*Note:* Adding Pulasthi and Hasintha

There is a small issue with upgrading to 5.1.0.It is caused when the
HostName element is commented out in the carbon.xml (which is the case in
ES and G-Reg).The issue occurs when attempting to validate the Home Realm
Id [1]. The root cause is the hostname been resolved to NULL here[2]. As a
work around for local testing we can set the HostName in the carbon.xml to
localhost. The IS team will be including the fix in the next
identity-framework release.

*Reference*
[1]
https://github.com/wso2/carbon-identity-framework/blob/master/components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/listener/IdPMgtValidationListener.java#L124
[2]
https://github.com/wso2/carbon-identity-framework/blob/master/components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/internal/IdPManagementServiceComponent.java#L340

On Wed, Jun 22, 2016 at 3:45 PM, Chandana Napagoda 
wrote:

> Hi Megala,
>
> SameeraM found an issue in IS side while upgrading the Jaggery version. I
> hope SameeraM has more insight about that.
>
> Regards,
> Chandana
>
> On Wed, Jun 22, 2016 at 3:35 PM, Megala Uthayakumar 
> wrote:
>
>> +Chandana
>>
>> On Wed, Jun 22, 2016 at 3:33 PM, Megala Uthayakumar 
>> wrote:
>>
>>> Hi All,
>>>
>>> We are working on a DS and ES integration in which we have a use case
>>> when a user changes some configuration in a gadget configuration file, we
>>> need to unzip the gadget zip file and change the relevant file and zip it
>>> again and send it to the DS side.
>>>
>>> Since unzip and zip functionality are not currently available in
>>> Jaggery, we have implemented those in jaggery level and it will be included
>>> in Jaggery 0.12.6. But Jaggery 0.12.6 requires carbon-identity version
>>> 5.1.0, But carbon-store still uses the carbon-identity version 5.0.8. So is
>>> it possible to upgrade the carbon-identity version to newer one in both
>>>  carbon-store and product-es?
>>>
>>> Thanks.
>>>
>>> Regards,
>>> Megala
>>>
>>> --
>>> Megala Uthayakumar
>>>
>>> Software Engineer
>>> Mobile : 0779967122
>>>
>>
>>
>>
>> --
>> Megala Uthayakumar
>>
>> Software Engineer
>> Mobile : 0779967122
>>
>
>
>
> --
> *Chandana Napagoda*
> Senior Software Engineer
> WSO2 Inc. - http://wso2.org
>
> *Email  :  chand...@wso2.com **Mobile : +94718169299
> <%2B94718169299>*
>
> *Blog  :http://cnapagoda.blogspot.com *
>
>


-- 
Sameera Medagammaddegedara
Software Engineer

Contact:
Email: samee...@wso2.com
Mobile: + 94 077 255 3005
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Request to upgrade the carbon-identity version in carbon-store and product-es

2016-06-22 Thread Chandana Napagoda
Hi Megala,

SameeraM found an issue in IS side while upgrading the Jaggery version. I
hope SameeraM has more insight about that.

Regards,
Chandana

On Wed, Jun 22, 2016 at 3:35 PM, Megala Uthayakumar  wrote:

> +Chandana
>
> On Wed, Jun 22, 2016 at 3:33 PM, Megala Uthayakumar 
> wrote:
>
>> Hi All,
>>
>> We are working on a DS and ES integration in which we have a use case
>> when a user changes some configuration in a gadget configuration file, we
>> need to unzip the gadget zip file and change the relevant file and zip it
>> again and send it to the DS side.
>>
>> Since unzip and zip functionality are not currently available in Jaggery,
>> we have implemented those in jaggery level and it will be included in
>> Jaggery 0.12.6. But Jaggery 0.12.6 requires carbon-identity version 5.1.0,
>> But carbon-store still uses the carbon-identity version 5.0.8. So is it
>> possible to upgrade the carbon-identity version to newer one in both
>>  carbon-store and product-es?
>>
>> Thanks.
>>
>> Regards,
>> Megala
>>
>> --
>> Megala Uthayakumar
>>
>> Software Engineer
>> Mobile : 0779967122
>>
>
>
>
> --
> Megala Uthayakumar
>
> Software Engineer
> Mobile : 0779967122
>



-- 
*Chandana Napagoda*
Senior Software Engineer
WSO2 Inc. - http://wso2.org

*Email  :  chand...@wso2.com **Mobile : +94718169299*

*Blog  :http://cnapagoda.blogspot.com *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Request to upgrade the carbon-identity version in carbon-store and product-es

2016-06-22 Thread Megala Uthayakumar
+Chandana

On Wed, Jun 22, 2016 at 3:33 PM, Megala Uthayakumar  wrote:

> Hi All,
>
> We are working on a DS and ES integration in which we have a use case when
> a user changes some configuration in a gadget configuration file, we need
> to unzip the gadget zip file and change the relevant file and zip it again
> and send it to the DS side.
>
> Since unzip and zip functionality are not currently available in Jaggery,
> we have implemented those in jaggery level and it will be included in
> Jaggery 0.12.6. But Jaggery 0.12.6 requires carbon-identity version 5.1.0,
> But carbon-store still uses the carbon-identity version 5.0.8. So is it
> possible to upgrade the carbon-identity version to newer one in both
>  carbon-store and product-es?
>
> Thanks.
>
> Regards,
> Megala
>
> --
> Megala Uthayakumar
>
> Software Engineer
> Mobile : 0779967122
>



-- 
Megala Uthayakumar

Software Engineer
Mobile : 0779967122
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev