[Dev] WSO2 SP Aggregation problem

2018-01-06 Thread Juan Pablo Vadell
ble to initialize table 'SweetProdAgg_MONTHS': ORA-00911: invalid character* And other thing is that Oracle don't support long table names... so we must take care of that. Thank you, Juan Pablo Vadell | *VATROX* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] WSO2 Products updates question

2018-01-07 Thread Juan Pablo Vadell
update it with wum? What do you recommend to use? Original version + wum? or updateX version? Thank you, Juan Pablo Vadell | *VATROX* *CTO* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] WSO2 Products updates question

2018-01-07 Thread Juan Pablo Vadell
Thank you Thusitha for the response, Juan Pablo Vadell | *VATROX* *CTO* On Sun, Jan 7, 2018 at 9:58 PM, Thusitha Thilina Dayaratne < thusithathil...@gmail.com> wrote: > Hi Juan, > > Please find the answers inline > >> >> The product updates like >> &

Re: [Dev] WSO2 SP Aggregation problem

2018-01-08 Thread Juan Pablo Vadell
Hi Charini, You must take care of Oracle table names Max Length, that is 30 until 12.1 and 128 bytes from 12.2. I created an issue at github before you, but in the wrong place. https://github.com/wso2/siddhi/issues/717 Thank you, Juan Pablo Vadell | *VATROX* On Tue, Jan 9, 2018 at 12:35 AM

Re: [Dev] WSO2 Oxygen Tank > Message Forwarding Processor > Use of propeties tag inside a Scheduled Message Forwarding Processor

2018-01-11 Thread Juan Pablo Vadell
Hi Marcos, Maybe you can set an endpoint at the Scheduled Message Forwarding Processor, that calls a local Proxy Service that inside this new Proxy, set the the properties that you need and then call the real endpoint. JP Juan Pablo Vadell | *VATROX* *CTO* Cel: +54 9 351 678-1414 Work: +54

Re: [Dev] WSO2 SP Aggregation problem

2018-01-12 Thread Juan Pablo Vadell
orrect the problem of aggregation with Oracle DB, because we are doing some POCs and our clients has mainly Oracle. Juan Pablo Vadell | *VATROX* On Tue, Jan 9, 2018 at 1:52 AM, Charini Nanayakkara wrote: > Hi Juan, > > Thanks again for reporting this issue. We will look into it. &

[Dev] WSO2 SP 4.0 - Aggregation Problem in Editor

2018-01-12 Thread Juan Pablo Vadell
Editor only. Other thing, you must change the docs and put AGG_TIMESTAMP instead _TIMESTAMP. Thanks, Juan Pablo Vadell | *VATROX* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] API Manager 2.X - apimcli problem

2018-04-12 Thread Juan Pablo Vadell
Hi, I found a couple of problems with apimcli and opened an issue. https://github.com/wso2/product-apim-tooling/issues/20 Thank you, Juan Pablo Vadell | *VATROX* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] WSO2 IS KM 5.6 - XACML Scope Validator

2018-09-11 Thread Juan Pablo Vadell
validator * If I try to do the same with the standard distribution of WSO2 IS 5.6, XACML Scope Validator appears as an option. There is a way to do this? Thank you, Juan Pablo Vadell | *VATROX* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bi

Re: [Dev] WSO2 IS KM 5.6 - XACML Scope Validator

2018-09-11 Thread Juan Pablo Vadell
Hi, The element has the same elements that you mention in both versions (IS 5.6 and IS KM 5.6). I was looking if there are differences at the features installed and looks the same. IMO, It's just a problem at the UI part, but can't find where. Thank you, Juan Pablo Vadell | *VA

[Dev] WSO2 IS 5.6 - XACML Attribute Value Array Support

2018-09-13 Thread Juan Pablo Vadell
} ] }, "Action": { "Attribute": [] }, "Resource": { "Attribute": [ { "AttributeId": "resource-id", *"Value&q

[Dev] WSO2 Identity Server KM 5.7.0 RC3 Problem - XACML Scope Validator can't be configured

2018-09-16 Thread Juan Pablo Vadell
Hi, As happens with IS KM 5.6.0, XACML Scope Valitador is not appearing on the UI when IS is configured as Key Manager. There is a workaround for this? Thanks Juan Pablo Vadell | *VATROX* *CTO* Cel: +54 9 351 678-1414 Work: +54 351 485-6602 skype: jpvadell

Re: [Dev] WSO2 IS KM 5.6 - XACML Scope Validator

2018-10-08 Thread Juan Pablo Vadell
Hi, Anyone could give me somo help on this? Thanks, Juan Pablo Vadell | *VATROX* On Tue, Sep 11, 2018 at 6:30 PM Juan Pablo Vadell wrote: > Hi, > > The element has the same elements that you mention in > both versions (IS 5.6 and IS KM 5.6). > > I was looking if there

Re: [Dev] WSO2 IS 5.6 - XACML Attribute Value Array Support

2018-10-08 Thread Juan Pablo Vadell
Hi, Anyone could give me somo help on this? Thanks, Juan Pablo Vadell | *VATROX* On Fri, Sep 14, 2018 at 12:12 AM Juan Pablo Vadell wrote: > Hi, > > I can't user Array values on Attributes in a XACML. > > This works. > { > "Reque

Re: [Dev] WSO2 Identity Server KM 5.7.0 RC3 Problem - XACML Scope Validator can't be configured

2018-10-08 Thread Juan Pablo Vadell
Hi, Anyone could give me some help on this? Thanks, Juan Pablo Vadell | *VATROX* On Sun, Sep 16, 2018 at 2:08 PM Juan Pablo Vadell wrote: > Hi, > > As happens with IS KM 5.6.0, XACML Scope Valitador is not appearing on the > UI when IS is configured as Key Manager. &g

Re: [Dev] WSO2 IS KM 5.6 - XACML Scope Validator

2018-10-08 Thread Juan Pablo Vadell
Hi Nilasini, Removing the OAuthScopeValidator from identity.xml solve the issue. Thank you, Juan Pablo Vadell | *VATROX* On Mon, Oct 8, 2018 at 1:01 PM Nilasini Thirunavukkarasu wrote: > Hi Juan, > > Could you please remove the following property from the > /repository/c

Re: [Dev] WSO2 Identity Server KM 5.7.0 RC3 Problem - XACML Scope Validator can't be configured

2018-10-08 Thread Juan Pablo Vadell
Hi, Applying the solution from [1] solve the issue. Thanks, [1] https://github.com/wso2/product-apim/issues/3777 Juan Pablo Vadell | *VATROX* On Mon, Oct 8, 2018 at 12:25 PM Juan Pablo Vadell wrote: > Hi, > > Anyone could give me some help on this? > > Thanks, > &

Re: [Dev] WSO2 IS 5.6 - XACML Attribute Value Array Support

2018-11-02 Thread Juan Pablo Vadell
Hi, Anyone could give me some help on this? Thanks, Juan Pablo Vadell | *VATROX* On Mon, Oct 8, 2018 at 12:24 PM Juan Pablo Vadell wrote: > Hi, > > Anyone could give me somo help on this? > > Thanks, > > Juan Pablo Vadell | *VATROX* > > > > On Fri, Se