[Dev] Fwd: Possible Bug Reports

2017-07-19 Thread Sagar Kapadia
-- Forwarded message -- From: Sagar Kapadia Date: Wed, Jul 19, 2017 at 5:05 PM Subject: Possible Bug Reports To: dev-requ...@wso2.org, ash...@avinashi.com, sa...@cloudnineconsulting.in Hi, a. Custom OSGI components are not recognized. I created a custom event publisher and copied

[Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.17 RC3

2017-07-19 Thread Kishanthan Thangarajah
Hi All, This is the 3rd release candidate of WSO2 Carbon Kernel 4.4.17. This release fixes the following issues: https://github.com/wso2/carbon-kernel/milestone/15?closed=1 Please download and test your products with kernel 4.4.17 RC3 and vote. The vote will be open for 72 hours or as long as ne

Re: [Dev] Custom UserStore works on 5.1.0, 5.2.0 not working in 5.3.0 and 5.4.0-M1

2017-07-19 Thread Johann Nallathamby
As I got to know from Hasintha offline the fix we have done for this issue as of now has some limitations. Can whoever working on this issue please explain the new fix we are going to do? Regards, Johann. On Tue, Jul 4, 2017 at 7:30 AM, Johann Nallathamby wrote: > > > On Tue, Jul 4, 2017 at 9:5

Re: [Dev] JWT Token Generation

2017-07-19 Thread Harsha Kumara
On Wed, Jul 19, 2017 at 1:52 AM, Vazquez-Hidalgo, Javier < javier.vazquez-hida...@tdsecurities.com> wrote: > Hi Harsha, > > > > Thanks for quick response and yes, I would like to generate JWT token > only if some header is present. > > > > Let me give you more context on what I’m trying to accomp

[Dev] Adding responses as elements ,to an array in json response

2017-07-19 Thread aditya shivankar
Adding responses as elements ,to an array in json response Input request : [ { "id" : "1", "make" : "TAHB", "children":[ { "kid":"1" }, { "kid":"2" } ] }, { "id" : "2", "make" : "Tonda" }, { "id" : "3", "make" : "Tamsung" } ] I am using iterate, to send each element of above array as reques

Re: [Dev] [GSOC][DAS][DEV] Python Client on DAS 4.0

2017-07-19 Thread Madhawa Vidanapathirana
Hi, I have implemented the endpoints related to Saving, Updating, Listing, Retrieving and Updating of Siddhi Apps in DAS 4.0. Endpoints related to backing and restoring states of DAS 4.0 are yet to be implemented. I have pushed the code with tests to [1]. [1] https://github.com/madhawav/DASPytho

Re: [Dev] [ESB 4.8.1] Relate iterator mediator response with request

2017-07-19 Thread Nirmal Fernando
What about following; Iterate -> keep the message in a property () -> call back-end -> enrich response & property -> aggregate ? On Wed, Jul 19, 2017 at 10:16 PM, Lahiru Sandaruwan wrote: > Hi All, > > I have an use case for $subject. Requirement is to do calls parallelly and > keep the relatio

[Dev] [ESB 4.8.1] Relate iterator mediator response with request

2017-07-19 Thread Lahiru Sandaruwan
Hi All, I have an use case for $subject. Requirement is to do calls parallelly and keep the relationship. For example, I'm iterating through tages, where each request will have , 1 2 Response would look like below, without any information about info

[Dev] How to customize MessageBodyReader with msf4j

2017-07-19 Thread Thomas LEGRAND
Hello, I would like to create a custom MessageBodyReader to parse custom application/json content but it seems it is not registered at the startup of msf4j. Here is my class: @Component @Provider @Consumes("application/json") public class BundleMessageBodyReader implements MessageBodyReader { @O

Re: [Dev] ESB - Keep the processing even if a service call goes wrong

2017-07-19 Thread Júnior
I found a way that was to call the jms endpoint in a clone mediator, and configure the endpoint to discard the message in case of a failure: http://ws.apache.org/ns/synapse"; name="NonStopProxy" startOnLoad="true" statistics="disable" trace="disable" transports

Re: [Dev] DSS with a very huge ammount of data

2017-07-19 Thread Júnior
Thank you Madhawa, I will give it a try! Thanks 2017-07-18 23:48 GMT-03:00 Madhawa Gunasekara : > Hi Junior, > > You can enable streaming to reduce the time that taken to build the whole > XML. and also you can increase the fetch size in the query [1], then the > number of rows fetched with eac

Re: [Dev] ESB - Keep the processing even if a service call goes wrong

2017-07-19 Thread Júnior
Hi Himasha, Thanks ffor your reply. My point is: I would like to know if it is possible to not be redirected to a fault sequence, just proceed. would that be possible? Thanks, 2017-07-19 1:24 GMT-03:00 Himasha Guruge : > Hi, > > You could use the SET_ROLLBACK_ONLY property in a fault sequence

[Dev] [IS] SAML to SAML federation, JIT provisioning is not working for tenant mode

2017-07-19 Thread Hanen Ben Rhouma
We're using SAML2SSOAuthenticator to authenticate federated users from ADFS into WSO2 management console so we created an SP in SaaS mode in order to authenticate users from different tenants; We noticed that JIT provisioning is not working as expected, users will be provisioned to super tenant dom

[Dev] Enriching the response array with corresponding elements in the request array . Facing issue, require guidance.

2017-07-19 Thread aditya shivankar
Input request : [ { "id" : "1", "make" : "TAHB" }, { "id" : "2", "make" : "Tonda" }, { "id" : "3", "make" : "Tamsung" } ] I am using iterate, to send each element of above array as request to a backend service( In myactual project this is not so simple service i.e. its reponse is very complex

[Dev] Fwd: Enriching the response array with the corresponding elements in the request array . Facing issue, require guidance.

2017-07-19 Thread aditya shivankar
Input request : [ { "id" : "1", "make" : "TAHB" }, { "id" : "2", "make" : "Tonda" }, { "id" : "3", "make" : "Tamsung" } ] I am using iterate, to send each element of above array as request to a backend service( In myactual project this is not so simple service i.e. its reponse is very complex

Re: [Dev] Configuring Subject Claim URI for File based Service Provider didn't work and no proper documentation to get it done

2017-07-19 Thread Samuel Gnaniah
Ack for docs. Can we get some content for this? *Samuel Gnaniah* Lead Technical Writer WSO2 (pvt.) Ltd. Colombo, Sri Lanka (+94) 773131798 On Tue, Jul 18, 2017 at 10:51 AM, Johann Nallathamby wrote: > Hi All, > > I tried to get "Subject Claim URI" configuration working for a file based > SP, p

Re: [Dev] Recommended init.ora parameters for WSO2 product

2017-07-19 Thread Chamara Silva
​Can we recommend above values? Regards, Chamara Silva​ On Mon, Jul 10, 2017 at 11:37 PM, Chamara Silva wrote: > Do we have recommended parameters for Oracle init.ora? Becuase some > customers are concerning these parameters when they install WSO2 products > with Oracle GB. > > ex : > db_cache_

Re: [Dev] Error with latest kubernates artifacts in GCE

2017-07-19 Thread Ayeshmantha Perera
Hi Isuru Yes inside the container the configuration is the same it's disabled.I will attach the worker and manager api-manager.xml with this mail Regards, Ayeshmantha On Wed, Jul 19, 2017 at 11:57 AM, Isuru Haththotuwa wrote: > Hi Ayeshmantha, > > Please note that these K8s artifacts are still

Re: [Dev] [IS] Passwords encryption

2017-07-19 Thread Hanen Ben Rhouma
Another question please, let's say we logged with super admin account and decided to change his password, what happens with all the config files and even the classes that mention "admin" as password? Could you explain how this is going to reflect on IS? Regards, Hanen On Wed, Jul 19, 2017 at 9:

[Dev] [IS] Passwords encryption

2017-07-19 Thread Hanen Ben Rhouma
Hello guys, We're trying to encrypt all sensitive passwords within WSO2 IS including super admin password as well as tenant admins passwords, we looked into the cipher tool which can be an approach for super admin password encryption but not for the tenant admins, tenants passwords are stored with

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.17 RC2

2017-07-19 Thread Lahiru Manohara
Hi Chandana, I have created an issue [1]. 1. https://github.com/wso2/carbon-kernel/issues/1442 Best Regards, On Wed, Jul 19, 2017 at 11:56 AM, Chandana Napagoda wrote: > Hi All, > > We are dropping the carbon kernel 4.4.17 RC2 and will share the new > release candidate soon. > > @Lahiru, Coul