[Dev] Fwd: Image/PDF transfer

2016-12-15 Thread Malaka Silva
Hi Amit, Can you share your synapse configuration and carbon logs please. -- Forwarded message -- From: Amit Rajvanshi Date: Thu, Dec 15, 2016 at 3:56 PM Subject: Image/PDF transfer To: Malaka Silva Hi Malaka, I again need your help, I need to pick Image and PDF file from

Re: [Dev] Image/PDF transfer

2016-12-15 Thread Malaka Silva
Good to hear On Fri, Dec 16, 2016 at 10:21 AM, Amit Rajvanshi < amit.rajvan...@eperiumindia.com> wrote: > Thanks Malaka for your Input, I were able to run it ,actually problem was > Inbound Endpoint property > > > > true > > > > This property was false , I change it to true and it worked. >

Re: [Dev] Execution plan count increases in geoDashboard subscribe function every time execution plan is viewed from UI

2016-12-15 Thread Damith Wickramasinghe
Hi Ramindu, AFAIK having upcount triggered in corresponding extensions init method should solve this. Since it should be happen once. We need to see why its triggering every time we views the execution plan. Were you able to check on it. Regards, Damith. On Fri, Dec 16, 2016 at 8:28 AM, Ramind

Re: [Dev] Execution plan count increases in geoDashboard subscribe function every time execution plan is viewed from UI

2016-12-15 Thread Ramindu De Silva
Hi Megala, Yes, I'm experiencing the same. It is a bug. Will get back to you with a fix or a workaround. Thanks for reporting the bug. @Damith, the execution plan up count is called even when viewing the execution plans. And it makes the execution plan count increased by one. As a fix, I think, w

Re: [Dev] WSO2 IS : Change admin username/password through environment variables

2016-12-15 Thread Pubudu Gunatilaka
Hi Hanen, This should work. Do you use any entry script to start the wso2 server? This [1] is how we have done in WSO2 dockerfiles. If you replace the mentioned line with the following line, it should work. JAVA_OPTS="-DWSO2_ADMIN_USERNAME=${WSO2_ADMIN_USERNAME} -DWSO2_ADMIN_PASSWORD=${WSO2_ADMIN

Re: [Dev] Docker image deployment in the Cloud

2016-12-15 Thread Pubudu Gunatilaka
Docker-rsync does the same job. What we need here is to synchronize the configurations between the nodes. Most of the cases, automation test covers if there is any configuration issue. Thank you! On Mon, Dec 12, 2016 at 5:55 PM, Hanen Ben Rhouma wrote: > Thanks guys for the answers, > > Actual

Re: [Dev] Validate user against given user store and save correct user domain in saml2-bearer grant type.

2016-12-15 Thread Farasath Ahamed
On Thu, Dec 15, 2016 at 12:33 PM, Rajith Vitharana wrote: > > > On 15 December 2016 at 00:59, Farasath Ahamed wrote: > >> On Wed, Dec 14, 2016 at 8:59 PM, Rajith Vitharana >> wrote: >> >>> Hi IS team, >>> >>> In [1] when getting the user, it doesn't validate whether the user is >>> in a user st

Re: [Dev] Validate user against given user store and save correct user domain in saml2-bearer grant type.

2016-12-15 Thread Farasath Ahamed
On Wed, Dec 14, 2016 at 8:59 PM, Rajith Vitharana wrote: > Hi IS team, > > In [1] when getting the user, it doesn't validate whether the user is in > a user store or not. (This happens in saml2-bearer grant type and IS trust > the saml assertion. It's totally valid not doing this) > > but can we

Re: [Dev] Validate user against given user store and save correct user domain in saml2-bearer grant type.

2016-12-15 Thread Farasath Ahamed
On Thu, Dec 15, 2016 at 12:45 PM, Rajith Vitharana wrote: > > > On 15 December 2016 at 01:11, Farasath Ahamed wrote: > >> >> >> On Thu, Dec 15, 2016 at 12:33 PM, Rajith Vitharana >> wrote: >> >>> >>> >>> On 15 December 2016 at 00:59, Farasath Ahamed >>> wrote: >>> On Wed, Dec 14, 2016 at

Re: [Dev] Change profile to runtime in product creation pom

2016-12-15 Thread Imesh Gunaratne
On Thu, Dec 15, 2016 at 11:48 AM, Niranjan Karunanandham wrote: > Hi all, > > In C5, the server can have multiple runtimes and for each one will have a > separate directory and contains runtime specific files. But at the time of > product creation, in the pom, we are using tag to denote the > *r