Re: [Dev] [Architecture] [Vote] Release of WSO2 API Manager 3.2.0 RC1

2020-08-02 Thread Dinusha Senanayaka
t and vote. > > [+] Stable - go ahead and release > [-] Broken - do not release (explain why) > > Thanks, > WSO2 API Manager Team > > -- > *Arshardh Ifthikar* > Senior Software Engineer | WSO2 Inc. > > Email: arsha...@wso2.com > Mobile: +94777218551 > Web: ht

Re: [Dev] Unable to build the Micro Gateway distribution using the command in the documentation

2018-06-28 Thread Dinusha Senanayaka
Malintha, can you please fix the label name to be consistent in the sample. In the publisher, label is given as "MRKETING_STORE", but in setup and build commands label is used as "Internal" which is kind of confusing. Better if we an keep label as "MRKETING_STORE" for all the places. Regards,

Re: [Dev] [APIM] Unable to run micro-gw generated balx file

2018-06-27 Thread Dinusha Senanayaka
ile generated outside the project > directory. Therefore it would be best if you could extract the .zip file > that's generated and run the program via the provided bash script. > > On Wed, Jun 27, 2018 at 5:03 PM Dinusha Senanayaka > wrote: > >> >> Hi Malintha, >

Re: [Dev] [APIM] Unable to run micro-gw generated balx file

2018-06-27 Thread Dinusha Senanayaka
relevant to micro-gw alpha release ? Regards, Dinusha > > Thanks! > > On Wed, Jun 27, 2018 at 4:01 PM, Dinusha Senanayaka > wrote: > >> Hi APIM team, >> >> I'm trying to run micro-gw build generated balx file as a separate >> ballerina program and getti

[Dev] [APIM] Unable to run micro-gw generated balx file

2018-06-27 Thread Dinusha Senanayaka
Hi APIM team, I'm trying to run micro-gw build generated balx file as a separate ballerina program and getting following error. Is that something possible ? Any idea on what could be wrong here ? Tried to execute the balx file in project's target directory and then the one in

Re: [Dev] [APIM] Error when trying to setup micro-gw

2018-06-26 Thread Dinusha Senanayaka
Thanks Dinusha/Harsha. Build distribution has been created in target even that error was there. Regards, Dinusha On Tue, Jun 26, 2018 at 11:27 AM, Harsha Kumara wrote: > > > On Tue, Jun 26, 2018 at 11:14 AM Dinusha Senanayaka > wrote: > >> Hi APIM team, >> >>

[Dev] [APIM] Error when trying to setup micro-gw

2018-06-25 Thread Dinusha Senanayaka
Hi APIM team, Executed following command as per doc [2] to build generated source and got error [1]. Do we need to include any libraries ? (using micro-gw alpha release). micro-gw build -l marketing_store [1] could not find package wso2/gateway:* [2]

Re: [Dev] Please review and merge PR

2018-02-21 Thread Dinusha Senanayaka
On Thu, Feb 22, 2018 at 10:29 AM, SajithAR Ariyarathna wrote: > Hi Devs, > > Please review & merged PR https://github.com/wso2/carbon-appmgt/pull/709 > which fixes https://github.com/wso2/carbon-appmgt/issues/708 . > Merged. Regards, Dinusha > > Thanks. > > -- > Sajith

Re: [Dev] Need to change the type of some variables to make the Identity Server, OIDC compliant.

2017-09-20 Thread Dinusha Senanayaka
! > >> >> If we need to have a property we can have a blanket property for all such >> backward incompatible changes in IS 5.4.0 and allow the user to configure, >> without having one property for each change. >> >> Regards, >> Johann. >> >&

Re: [Dev] Need to change the type of some variables to make the Identity Server, OIDC compliant.

2017-09-20 Thread Dinusha Senanayaka
Yes, this can break existing clients which has parsed current id_token and using these two values. One option is to introduce a new config to keep the old format of id_token and if the config value is switched, we support for the new format which is compliance for OIDC specification. We can

Re: [Dev] Dynamic zip file download from Jaggery application

2016-10-17 Thread Dinusha Senanayaka
We have done something similar in AppM for mobile apps where publisher uploads binary (.apk etc) and users comes to store install these apps to device. Download has handled as a byte stream and storage location is stored in property of app-manger.xml

Re: [Dev] Clarification regarding carbon-appmgt permissions

2016-10-11 Thread Dinusha Senanayaka
ack this. > > Thanks. > > Regards, > Megala > > On Wed, Oct 12, 2016 at 6:42 AM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> Hi Megala, >> >> Ideally there should be a permission called Mobile App/Subscribe, but >> currently it has only

Re: [Dev] Clarification regarding carbon-appmgt permissions

2016-10-11 Thread Dinusha Senanayaka
Hi Megala, Ideally there should be a permission called Mobile App/Subscribe, but currently it has only Web App/Subscribe. This is something we should improve later. Regards, Dinusha. On Tue, Oct 11, 2016 at 9:23 PM, Megala Uthayakumar wrote: > Hi All, > > I am working on a

Re: [Dev] [EMM] Registry Exception thrown at EMM publisher/store login

2016-10-07 Thread Dinusha Senanayaka
This happens because two different products trying to share the same config registry and having conflicting resources. If products are deployed separately then we can mount config registry to different paths, but here EMM needs both features to be install in same product. One option would be to

Re: [Dev] Dependency issue for carbon-appmgt master branch

2016-09-07 Thread Dinusha Senanayaka
+Jena On Thu, Sep 8, 2016 at 10:27 AM, Dulitha Wijewantha wrote: > Hi guys, > Getting build issue on master for carbon-appmgt > > Cheers~ > [ERROR] Failed to execute goal on project org.wso2.carbon.appmgt.impl: > Could not resolve dependencies for project

Re: [Dev] [AS-6.0.0] [SAML-SSO] Sending authenticated user attributes to webapp

2016-08-30 Thread Dinusha Senanayaka
] https://github.com/wso2/product-app-manager/tree/master/modules/samples/JWTSecurity/Filter On Tue, Aug 30, 2016 at 11:51 AM, Dinusha Senanayaka <dinu...@wso2.com> wrote: > > > On Tue, Aug 30, 2016 at 11:37 AM, Kishanthan Thangarajah < > kishant...@wso2.com> wrote: >

Re: [Dev] [AS-6.0.0] [SAML-SSO] Sending authenticated user attributes to webapp

2016-08-30 Thread Dinusha Senanayaka
[1]. [1] https://github.com/wso2/carbon-appmgt/tree/master/components/org.wso2.carbon.appmgt.gateway/src/main/java/org/wso2/carbon/appmgt/gateway/token Regards, Dinusha. > > @Johann/Sagara, shall we send the user attributes as JWT token to backend > webapp? > > On Tue, Aug 30, 2016 at 11:2

Re: [Dev] [AS-6.0.0] [SAML-SSO] Sending authenticated user attributes to webapp

2016-08-29 Thread Dinusha Senanayaka
In App Manager, we process the SAML response and add SAML response assertions as JWT token and send to backend as a header. Shouldn't we try to install AppM features and get the gateway features into AS without redoing the same ? Regards, Dinusha. On Mon, Aug 29, 2016 at 8:50 PM, Kishanthan

Re: [Dev] [AppM] SAML response signature validation in tenants

2016-08-19 Thread Dinusha Senanayaka
IMO, there should be a common SSOUtil package with all common SSO functions client needed, which can use in all products. - Request/Response signing - Signature validation - All other SAML Response related validations (audience, validity period etc) This is something we noticed during the

Re: [Dev] [AppM] Creating XACML Policies and Service Providers in Tenants

2016-08-08 Thread Dinusha Senanayaka
On Mon, Aug 8, 2016 at 5:43 PM, Ishara Karunarathna wrote: > Hi Rushmin, > > On Mon, Aug 8, 2016 at 5:26 PM, Rushmin Fernando wrote: > >> Hi Ishara, >> >> We are currently using the following two admin services to create service >> providers. >> >>

Re: [Dev] [AppM] Creating XACML Policies and Service Providers in Tenants

2016-08-08 Thread Dinusha Senanayaka
Hi Ishara, On Mon, Aug 8, 2016 at 3:29 PM, Ishara Karunarathna wrote: > Hi Lahiru. > > > Its not the admin user.User trying to do this operation should have enough > permission to do this. > This is something we need to clarify. Not only XACML policy create/update/view.

Re: [Dev] App manager REST API issue with MySQL

2016-08-01 Thread Dinusha Senanayaka
Hi Chathura, Is this happen in latest AppM (master or 1.2.0 release)? Also could see space in the path: /mobileapps/admin/android/*Anti Virus 3*/1.2.0 . Can you try without having spaces in the App name. Regards, Dinusha. On Mon, Aug 1, 2016 at 4:31 PM, Chathura Dilan

Re: [Dev] [VOTE] WSO2 App Manager 1.2.0 RC3

2016-07-21 Thread Dinusha Senanayaka
Hi All, We are closing this vote. Vote hasn't got any -1 votes. We will proceed with publishing the maven artifacts to nexus and hosting the GA pack. Regards, Dinusha. On Thu, Jul 21, 2016 at 3:53 AM, Dinusha Senanayaka <dinu...@wso2.com> wrote: > Tested with following scenarios

Re: [Dev] [VOTE] WSO2 App Manager 1.2.0 RC3

2016-07-20 Thread Dinusha Senanayaka
Tested with following scenarios and found no issue. - Throttling - JWT generation for different apps - Recent apps loading - Deleting apps in multiple states +1 Stable - Go ahead and release. Regards, Dinusha. On Thu, Jul 21, 2016 at 1:01 AM, Lahiru Cooray wrote: > Tested

Re: [Dev] [VOTE] WSO2 App Manager 1.2.0 RC2

2016-07-20 Thread Dinusha Senanayaka
Closing vote because of [1]. We will open RC3 vote. [1] https://wso2.org/jira/browse/APPM-1573 Regards, Dinusha. On Wed, Jul 20, 2016 at 11:20 AM, Dinusha Senanayaka <dinu...@wso2.com> wrote: > Hi All, > > Tested following scenarios and found no issue. > > - SSO/SLO betwe

Re: [Dev] [VOTE] WSO2 App Manager 1.2.0 RC2

2016-07-19 Thread Dinusha Senanayaka
Hi All, Tested following scenarios and found no issue. - SSO/SLO between store/publisher/GW apps - Visibility restriction for app - Resource level visibiblity restriction - Throttling - Relay state for GW URLs - Annonymous access - Tags - User comments/rating - Share apps between tenants/

Re: [Dev] [Architecture] [VOTE] WSO2 App Manager 1.2.0 RC1

2016-07-17 Thread Dinusha Senanayaka
Found issue [1] which need to be fixed. Hence closing this vote and we will be opening RC2 vote soon. [1] https://wso2.org/jira/browse/APPM-1568 Regards, Dinusha. On Sun, Jul 17, 2016 at 10:05 PM, Lakshani Gamage wrote: > Hi all, > > I tested followings. > >- Business

Re: [Dev] Regarding APPM-1160

2016-07-08 Thread Dinusha Senanayaka
ns are, > 1. REST connector request/response will not be change at all between > tenants > 2. It is not needed to maintain credentials per tenant in AppM side. > > -1 on having configuration per tenant wise even in registry. > I do not agree with the JIRA. > > Cheers, &

Re: [Dev] Regarding APPM-1160

2016-07-08 Thread Dinusha Senanayaka
ord needs to be stored in the plugin configuration. This is a >> plugin specific configuration, therefore, the plugin developer has >> flexibility to store those configurations in any way he prefers. >> >> When it's comes to multi tenancy, +1 we have to store those >&g

[Dev] Regarding APPM-1160

2016-07-04 Thread Dinusha Senanayaka
Hi Chathura, Does multi-tenancy supports in EMM for device management ? If yes, we need to fix [1] as well, which means we cannot keep this configuration in the app-manager.xml. Need to take it to registry. [1] https://wso2.org/jira/browse/APPM-1160 Regards, Dinsuha. -- Dinusha Dilrukshi

Re: [Dev] Enterprise Subscription + Default JWT implementation

2016-06-30 Thread Dinusha Senanayaka
Hi Rushmin, If I remember correctly, we have two options in JWT generation. If option is set to true then the claims are taken from SAML Response and populate the JWT. If that property is set to false, then we take the all claims from user store where it can cause the issue that you have

Re: [Dev] [Carbon][IS][AppM] Kernel update to 4.4.6 in AppM gives ClassNotFoundException by opensaml_2.6.4.wso2v2

2016-06-28 Thread Dinusha Senanayaka
n Tue, Jun 28, 2016 at 1:56 PM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> >> >> On Tue, Jun 28, 2016 at 1:33 PM, Kasun Bandara <kas...@wso2.com> wrote: >> >>> Hi Dinusha, >>> >>> Currently we have two branches in Identity f

Re: [Dev] Renaming App Manager gateway cookie name to APPMSESSIONID from 'appmSamlSsoTokenId'

2016-06-28 Thread Dinusha Senanayaka
g? > I think having multiple authentication mechanisms that could choose based on the app would give more flexibility. btw, we don't have planed any work on that yet. May be after next immediate release. Regards, Dinusha. > > Cheers, > Ruwan > > On Tue, Jun 28, 2016 at 2:12 PM, Dinusha

Re: [Dev] Renaming App Manager gateway cookie name to APPMSESSIONID from 'appmSamlSsoTokenId'

2016-06-28 Thread Dinusha Senanayaka
+1 for having it as APPMSESSIONID. There are few places in the code we do some functionalities by getting this cookie value. We have to change those places and test properly. Regards, Dinusha. On Tue, Jun 28, 2016 at 2:07 PM, Rushmin Fernando wrote: > > I suggest that we

Re: [Dev] [Carbon][IS][AppM] Kernel update to 4.4.6 in AppM gives ClassNotFoundException by opensaml_2.6.4.wso2v2

2016-06-28 Thread Dinusha Senanayaka
;>> >>> Thanks, >>> Kasun. >>> >>> [1] >>> https://github.com/wso2/carbon-identity-framework/blob/master/features/xacml/org.wso2.carbon.identity.xacml.server.feature/pom.xml >>> >>> [2] >>> https://github.com/wso2/carbon-i

Re: [Dev] [Carbon][IS][AppM] Kernel update to 4.4.6 in AppM gives ClassNotFoundException by opensaml_2.6.4.wso2v2

2016-06-28 Thread Dinusha Senanayaka
ntity-framework/blob/master/pom.xml > > On Tue, Jun 28, 2016 at 9:50 AM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> Hi Kasun, >> >> Any update on this ? >> >> Regards, >> Dinusha. >> >> On Mon, Jun 27, 2016 at 10:05 AM, Kasun Ba

Re: [Dev] [Carbon][IS][AppM] Kernel update to 4.4.6 in AppM gives ClassNotFoundException by opensaml_2.6.4.wso2v2

2016-06-27 Thread Dinusha Senanayaka
thread once it's done. > > Thanks, > Kasun. > > On Mon, Jun 27, 2016 at 9:58 AM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> Hi Kasun, >> >> Can you please review and merge PR [1] which fix the issue mentioned in >> $subject. Please treat th

Re: [Dev] [Carbon][IS][AppM] Kernel update to 4.4.6 in AppM gives ClassNotFoundException by opensaml_2.6.4.wso2v2

2016-06-26 Thread Dinusha Senanayaka
as well, > which you can use on top of kernel 4.4.6. (5.1.1 SNAPSHOT) > > Thanks, > Kasun. > > On Fri, Jun 24, 2016 at 12:44 PM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> Hi Kasun, >> >> Please find the identity features used in AppM. &

Re: [Dev] [Carbon][IS][AppM] Kernel update to 4.4.6 in AppM gives ClassNotFoundException by opensaml_2.6.4.wso2v2

2016-06-24 Thread Dinusha Senanayaka
nt-sso/blob/master/features/org.wso2.carbon.identity.sso.agent.server.feature/pom.xml > > Thanks, > Kasun. > > On Fri, Jun 24, 2016 at 12:21 PM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> >> We are using several identity features. " >> org.wso2.car

Re: [Dev] [Carbon][IS][AppM] Kernel update to 4.4.6 in AppM gives ClassNotFoundException by opensaml_2.6.4.wso2v2

2016-06-24 Thread Dinusha Senanayaka
u are using ?. > IS-5.2.0 will be based on kernel 4.4.6. We are planning the component > release along with the IS 5.2.0 GA release . > > Thanks, > Kasun. > > On Fri, Jun 24, 2016 at 11:44 AM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> Kasun, this blocks the A

Re: [Dev] [Carbon][IS][AppM] Kernel update to 4.4.6 in AppM gives ClassNotFoundException by opensaml_2.6.4.wso2v2

2016-06-24 Thread Dinusha Senanayaka
ue with once we upgrade the kernel version > to 4.4.6. The opensaml version of the feature you have mentioned will be > upgraded to opensaml-2.6.4.wso2v3. The corresponding repository release > will be done along with the IS 5.2.0 GA release. > > Thanks, > Kasun. > > On

Re: [Dev] [Carbon][IS][AppM] Kernel update to 4.4.6 in AppM gives ClassNotFoundException by opensaml_2.6.4.wso2v2

2016-06-23 Thread Dinusha Senanayaka
Hi Kasun, Non of the appmgt features are bundling opensaml. It's comes to AppM product through identity features. Seems through the org.wso2.carbon.identity.xacml.server.feature [1] and it has still using opensaml-2.6.4.wso2v2 [2]. Could you please fix that. That should resolve this. [1]

Re: [Dev] [AppM] [GW] Message body of the response getting dropped in tenant mode

2016-06-19 Thread Dinusha Senanayaka
we confirmed the release date of synapse-2.1.7.wso2v3 >> >> [1] https://wso2.org/jira/browse/ESBJAVA-4512 >> >> Thanks >> Nuwanw >> >> On Sun, Jun 19, 2016 at 11:02 AM, Dinusha Senanayaka <dinu...@wso2.com> >> wrote: >> >>> Hi All,

Re: [Dev] [AppM] [GW] Message body of the response getting dropped in tenant mode

2016-06-18 Thread Dinusha Senanayaka
Fernando <rush...@wso2.com> wrote: > And even in the tenant mode, everything works fine for POST. > > On Sat, Jun 18, 2016 at 3:58 PM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> Hi ESB team, >> >> We are using synapse-2.1.7.wso2v2

[Dev] [AppM] [GW] Message body of the response getting dropped in tenant mode

2016-06-18 Thread Dinusha Senanayaka
Hi ESB team, We are using synapse-2.1.7.wso2v2 dependencies and noticed that message body of the response getting dropped in tenant mode. We deployed two APIs in super-tenant mode and tenant mode without any of our handlers and observed the same behaviour. Refer following wire logs. Appreciate

Re: [Dev] Releasing carbon-appmgt 1.1.3

2016-05-12 Thread Dinusha Senanayaka
Thanks Kishanthan. Done the release perform again. Can you send the new staging URL too? Regards, Disnuha. On Thu, May 12, 2016 at 7:57 PM, Kishanthan Thangarajah <kishant...@wso2.com > wrote: > Done > > On Thu, May 12, 2016 at 7:54 PM, Dinusha Senanayaka <dinu...

Re: [Dev] Releasing carbon-appmgt 1.1.3

2016-05-12 Thread Dinusha Senanayaka
+Kishanthan On Thu, May 12, 2016 at 7:52 PM, Dinusha Senanayaka <dinu...@wso2.com> wrote: > Hi Maheshika, > > Can you please drop the staging repo again. > > https://maven.wso2.org/nexus/content/repositories/orgwso2carbonappmgt-1001/ > > Regards, > Dinusha. >

Re: [Dev] Releasing carbon-appmgt 1.1.3

2016-05-12 Thread Dinusha Senanayaka
ntextFactory.java:394) > at > org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) > at > org.jaggeryjs.rhino.store.extensions.assets.mobileapp.c1.call(/store/extensions/assets/mobileapp/apis.jag) > at > org.jaggeryjs.rhino.store.extensions.assets.mobilea

Re: [Dev] Releasing carbon-appmgt 1.1.3

2016-05-11 Thread Dinusha Senanayaka
Thanks Maheshika. @Hasunie: Please note. On Wed, May 11, 2016 at 1:20 PM, Maheshika Goonetilleke <mahesh...@wso2.com> wrote: > H Dinusha > > Staged; > https://maven.wso2.org/nexus/content/repositories/orgwso2carbonappmgt-1001/ > > On Wed, May 11, 2016 at 12:27 PM,

Re: [Dev] Releasing carbon-appmgt 1.1.3

2016-05-11 Thread Dinusha Senanayaka
Hi Maheshika, Can you stage this again and send the URL. Regards, Dinusha. On Tue, May 10, 2016 at 6:45 PM, Dinusha Senanayaka <dinu...@wso2.com> wrote: > Maheshika, Please drop the staging repo. We will let you know once issue > is fixed and ready to re-stage. > >

Re: [Dev] Upgrading App Manager to user Carbon Kernel 4.4.5

2016-05-10 Thread Dinusha Senanayaka
Also, if we update to latest SNAPSHOT versions of identity dependencies will that compatible with IS-5.1.0 too ? (we are using service calls to add SP, XACML policies etc). On Tue, May 10, 2016 at 7:41 PM, Dinusha Senanayaka <dinu...@wso2.com> wrote: > Hi Johann, > > With t

Re: [Dev] Upgrading App Manager to user Carbon Kernel 4.4.5

2016-05-10 Thread Dinusha Senanayaka
; Yes my mistake.. Next release version will be *5.1.0.* > >> >> On Mon, Apr 11, 2016 at 3:40 AM, Pushpalanka Jayawardhana <la...@wso2.com >> > wrote: >> >>> >>> >>> On Mon, Apr 11, 2016 at 1:53 PM, Dinusha Senanayaka <dinu...@wso2.com> &

Re: [Dev] Releasing carbon-appmgt 1.1.3

2016-05-10 Thread Dinusha Senanayaka
assets/mobileapp ). It seems >>> instead of getting image path, it just takes the file name of the image. >>> >>> thanks. >>> >>> On Thu, May 5, 2016 at 8:35 AM, Dinusha Senanayaka <dinu...@wso2.com> >>> wrote: >>> >>>

Re: [Dev] [DEV][AppM] Cannot add web application 'Failed to add asset.'

2016-05-02 Thread Dinusha Senanayaka
perly set? >> Check the user core versions as it could be related to issues at [1][2]. >> >> [1]https://wso2.org/jira/browse/CARBON-15771 >> [2]https://wso2.org/jira/browse/IDENTITY-4291 >> >> On Mon, May 2, 2016 at 11:52 AM, Dinusha Senanayaka <dinu...@wso2.com>

Re: [Dev] [AppM] Response field filter for REST API

2016-04-28 Thread Dinusha Senanayaka
On Thu, Apr 28, 2016 at 4:28 PM, Lahiru Cooray <lahi...@wso2.com> wrote: > +1 > since the query param name already indicates it is a field filter, how > about: > ?field_filter=basic > ?field_filter=all > +1 > > > > On Thu, Apr 28, 2016 at 3:54 PM, Dinusha S

Re: [Dev] [AppM] Response field filter for REST API

2016-04-28 Thread Dinusha Senanayaka
As we discussed offline, best option for this is to have a API that user could define fields that he needed (eg: described in [1]). That need some effort we cannot afford with the time fact right now and we know that, most of the use cases can be addressed having two filters like Lahiru suggested.

Re: [Dev] [APPM] Having configurable Mobile Application Categories

2016-04-27 Thread Dinusha Senanayaka
Do we need this further since we having tags for mobile apps now ? On Wed, Apr 27, 2016 at 3:16 PM, Jenananthan Yogendran wrote: > > > On Wed, Apr 27, 2016 at 3:06 PM, Thilini Shanika > wrote: > >> Hi all, >> >> In App Manager, we have mobile

Re: [Dev] [AppManager] Fully qualified name issue in SAML response

2016-04-27 Thread Dinusha Senanayaka
Hi Darshana, On Wed, Apr 27, 2016 at 12:28 PM, Darshana Gunawardana <darsh...@wso2.com> wrote: > > > On Tue, Apr 26, 2016 at 5:16 PM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> IS Team, >> >> Can you look into this issue please. This has

Re: [Dev] [AppManager] Fully qualified name issue in SAML response

2016-04-26 Thread Dinusha Senanayaka
, Dinusha. On Mon, Apr 25, 2016 at 4:58 PM, Dinusha Senanayaka <dinu...@wso2.com> wrote: > +Pushpalanka. > > On Mon, Apr 25, 2016 at 4:51 PM, Jenananthan Yogendran < > jenanant...@wso2.com> wrote: > >> Hi All, >> >> After migrating the AppManager from kerne

Re: [Dev] [AppManager] Fully qualified name issue in SAML response

2016-04-25 Thread Dinusha Senanayaka
+Pushpalanka. On Mon, Apr 25, 2016 at 4:51 PM, Jenananthan Yogendran wrote: > Hi All, > > After migrating the AppManager from kernel 4.2.0 to kernel 4.4.5 , fully > qualified name is not working as expected. > > We use file based SP configuration for Store app and

Re: [Dev] Upgrading App Manager to user Carbon Kernel 4.4.5

2016-04-11 Thread Dinusha Senanayaka
Hi IS Team, Do you have release date for identity-5.0.9 ? This fix is critical for App manager release. Regards, Dinusha. On Mon, Apr 4, 2016 at 10:34 AM, Rushmin Fernando wrote: > Thanks Pulasthi ! > > App Manager WIP code can be found in [1] and [2] > > Thanks > Rushmin >

Re: [Dev] APIM Getting SSLPeerUnverifiedException after upgrading to kernel 4.4.4

2016-04-11 Thread Dinusha Senanayaka
Hi All, Getting same exception in App Manager also after updating to kernel-4.4.5. What is the resolution for this, can we continue with "-Dorg.opensaml.httpclient.https.disableHostnameVerification=true \" system property in startup script as Harsha suggested ? Regards, Dinusha. On Tue, Apr 5,

Re: [Dev] [APPM][UX] Responsive left menu with submenus

2016-04-08 Thread Dinusha Senanayaka
d work. > > Cheers! > Jerad > > > On Thu, Apr 7, 2016 at 10:09 PM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> Hi Jerad, >> >> On Thu, Apr 7, 2016 at 12:39 PM, Jerad Rutnam <je...@wso2.com> wrote: >> >>> Hi Jenan

Re: [Dev] [APPM][UX] Responsive left menu with submenus

2016-04-07 Thread Dinusha Senanayaka
Hi Jerad, On Thu, Apr 7, 2016 at 12:39 PM, Jerad Rutnam wrote: > Hi Jenananthan, > > Yes, Its ok to use it. But we have not finalized the markup etc ... yet. > But we can update you about the changes once it's finalized. > This is something critical for AppM new UI. Please let

Re: [Dev] [APPM] Mobile application binary file upload REST API

2016-04-07 Thread Dinusha Senanayaka
On Thu, Apr 7, 2016 at 11:44 AM, Thilini Shanika wrote: > Hi all, > > We have a concern regarding the design of mobile application binary/image > upload API. As per the discussions we had on the new design of the API > model, we decided to use a separate API to upload mobile

[Dev] WSO2 Committers += Sajith Ariyarathna

2016-03-24 Thread Dinusha Senanayaka
Hi All, It is my pleasure to welcome Sajith Ariyarathna as a WSO2 Committer. @ SajithAR, congratulations and keep up the good work. Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

Re: [Dev] Shall we use latest APPM in EMM?

2016-03-21 Thread Dinusha Senanayaka
On Mon, Mar 21, 2016 at 4:42 PM, Lakshman Udayakantha <lakshm...@wso2.com> wrote: > Hi Dinusha, > > Updated the pull with your suggestions. > Thanks. Merged. > > Thanks > > On Mon, Mar 21, 2016 at 2:57 PM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: &g

Re: [Dev] Shall we use latest APPM in EMM?

2016-03-21 Thread Dinusha Senanayaka
from login moment. Could you review and merge it. > > [1] https://github.com/wso2/carbon-appmgt/pull/245/files > > Thanks > > > On Fri, Mar 18, 2016 at 9:30 PM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> Hi All, >> >> This is something w

Re: [Dev] Shall we use latest APPM in EMM?

2016-03-19 Thread Dinusha Senanayaka
Hi Prabath, On Fri, Mar 18, 2016 at 2:34 PM, Prabath Abeysekera <praba...@wso2.com> wrote: > Hi Dinusha, > > On Fri, Mar 18, 2016 at 2:19 PM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> Hi Lakshman, >> >> On Fri, Mar 18, 2016 at 2:08

Re: [Dev] Shall we use latest APPM in EMM?

2016-03-19 Thread Dinusha Senanayaka
Hi Milan, IMO, if we have version conflicts we should try to fix it. What we have done so far is not correct. We have created a separate branch of AppM for EMM by manually removing the web app related UIs. We have done it for the time being, but this won't scale when it comes to

Re: [Dev] Shall we use latest APPM in EMM?

2016-03-18 Thread Dinusha Senanayaka
; table? Note that this table is the only dependant table from APPM to EMM. >>> >>> Thanks >>> >>> On Fri, Mar 18, 2016 at 3:01 PM, Prabath Abeysekera <praba...@wso2.com> >>> wrote: >>> >>>> Hi Dinusha, >>>> >

Re: [Dev] Shall we use latest APPM in EMM?

2016-03-18 Thread Dinusha Senanayaka
7, 2016 at 2:43 PM, Milan Perera <mi...@wso2.com> wrote: > >> Hi Dinusha, >> >> I totally agree to what you said. Its better if we can do this as soon as >> possible. >> >> Regards, >> >> On Thu, Mar 17, 2016 at 2:31 PM, Dinusha Senanayaka <

Re: [Dev] [Architecture] [DEV] WSO2 App Manager 1.2.0 Milestone 2 Released

2016-03-13 Thread Dinusha Senanayaka
Hi Susinda, On Mon, Mar 14, 2016 at 10:22 AM, Susinda Perera wrote: > Hi Lahiru > > Is there tooling requirement for AppManager? If so shall we have a chat > and build a tooling plan. > We haven't plan tooling for AppManager immediate release (1.2.0). But, yes we could have a

Re: [Dev] [App Manager] - Service providers are not getting listed in carbon mgt console

2016-02-23 Thread Dinusha Senanayaka
Any idea on this ? Regards, Dinusha. On Mon, Feb 22, 2016 at 2:40 PM, Dinusha Senanayaka <dinu...@wso2.com> wrote: > Hi IS Team, > > We are moving AppManager from identity-4.5.3 dependencies to 5.0.7. > > Service providers are registered by calling to > createApplication

Re: [Dev] Login and Logout error in Store

2016-02-22 Thread Dinusha Senanayaka
0 code freeze keep delaying ? WAS { Re: Login and Logout > error in Store} > > Thanks! > -Ayesha > > > On Mon, Feb 22, 2016 at 3:07 PM, Dinusha Senanayaka <dinu...@wso2.com> > wrote: > >> Hi Ayesha, >> >> Is there a released version available now with the abo

Re: [Dev] Login and Logout error in Store

2016-02-22 Thread Dinusha Senanayaka
Hi Ayesha, Is there a released version available now with the above fix ? Getting same issue in AppM with jaggery.js.feature-0.12.0. Regards, Dinusha. On Wed, Oct 28, 2015 at 11:21 AM, Ayesha Dissanayaka wrote: > Hi, > > On Tue, Oct 27, 2015 at 5:53 PM, Manuranga Perera

[Dev] [App Manager] - Service providers are not getting listed in carbon mgt console

2016-02-22 Thread Dinusha Senanayaka
Hi IS Team, We are moving AppManager from identity-4.5.3 dependencies to 5.0.7. Service providers are registered by calling to createApplication(serviceProvider) method in "IdentityApplicationManagementService" service. After migration, SP artifact get created in registry but not in identity

[Dev] WSO2 Committers += Sajith Abeywardhana

2016-01-27 Thread Dinusha Senanayaka
Hi All, It is my pleasure to welcome Sajith Abeywardhana as a WSO2 Committer. SajithA, congratulations and keep up the good work. Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

Re: [Dev] Synapse failure while moving App Manager data publisher to new version

2016-01-04 Thread Dinusha Senanayaka
On Tue, Jan 5, 2016 at 10:40 AM, Nuwan Dias wrote: > I guess Visitha is referring to carbon-mediation. There was an effort to > upgrade the data-publisher dependency version recently on carbon-mediation > but it had to be stopped due to some issues faced in the process. Jagath >

[Dev] [VOTE] Release WSO2 App Manager 1.1.0 RC1

2015-12-22 Thread Dinusha Senanayaka
Hi Devs, This is the first release candidate of WSO2 App Manager 1.1.0. This release fixes the following issues: https://wso2.org/jira/browse/APPM-1081?filter=12598 Please download, test and vote. Source & binary distribution files:

[Dev] App Manager 1.1.0 latest build pack - 22-12-2015

2015-12-22 Thread Dinusha Senanayaka
Hi, Please find $subject in [1]. [1] http://builder1.us1.wso2.org/~appm/release-1.1.0/22-12-2015/wso2appm-1.1.0-SNAPSHOT-22-12-2015.zip Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

[Dev] App Manager 1.1.0 latest build pack - 21-12-2015

2015-12-20 Thread Dinusha Senanayaka
Hi, Please find $subject in [1]. [1] http://builder1.us1.wso2.org/~appm/release-1.1.0/21-12-2015/wso2appm-1.1.0-SNAPSHOT-21-12-2015.zip Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

[Dev] Does "securityConstraints" provided in jaggery.conf works for tenant users

2015-12-19 Thread Dinusha Senanayaka
Hi, We have some jaggery APIs protected with basic auth as follows [3]. But when tenant users try to access these APIs it gives following error [1] to client and warn [2] in backend. In normal web apps, we could enable saas mode using web.xml. Do we have to do something similar here ? [1] You do

[Dev] App Manager 1.1.0 latest build pack - 18-12-2015

2015-12-18 Thread Dinusha Senanayaka
Hi, Please find $subject in [1]. [1]. http://builder1.us1.wso2.org/~appm/release-1.1.0/18-12-2015/wso2appm-1.1.0-SNAPSHOT-18-12-2015.zip Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

[Dev] App Manager 1.1.0 latest build pack - 16-12-2015

2015-12-15 Thread Dinusha Senanayaka
Hi, Please find $subject in [1]. [1] http://builder1.us1.wso2.org/~appm/release-1.1.0/16-12-2015/wso2appm-1.1.0-SNAPSHOT-16-12-2015.zip Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

[Dev] App Manager 1.1.0 latest build pack - 11-12-2015

2015-12-11 Thread Dinusha Senanayaka
Hi, Please find $subject in [1]. [1] http://builder1.us1.wso2.org/~appm/release-1.1.0/11-12-2015/wso2appm-1.1.0-SNAPSHOT-11-12-2015.zip Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

Re: [Dev] [AppManager] Getting an exception when logging into the app store

2015-12-10 Thread Dinusha Senanayaka
Hi Kasun, Haven't seen this issue in App Manager released pack which has 'org.jaggeryjs.hostobjects.web_0.9.0.ALPHA4_wso2v4.jar'. But seems EMM pack is having org.jaggeryjs.hostobjects.web_0.12.0.jar. This might be the reason as given in this thread. "[Dev] Login and Logout error in Store". Can

[Dev] App Manager 1.1.0 latest build pack - 09-12-2015

2015-12-09 Thread Dinusha Senanayaka
Hi, Please find $subject in [1]. [1] http://builder1.us1.wso2.org/~appm/release-1.1.0/09-12-2015/wso2appm-1.1.0-SNAPSHOT-09-12-2015.zip Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

Re: [Dev] App Manager 1.1.0 latest build pack - 04-12-2015

2015-12-07 Thread Dinusha Senanayaka
Please use following pack instead of previously shared pack. This contains few SSO related issue fixes. [1] http://builder1.us1.wso2.org/~appm/release-1.1.0/07-12-2015/wso2appm-1.1.0-SNAPSHOT-07-12-2015.zip Regards, Dinusha. On Fri, Dec 4, 2015 at 9:48 PM, Dinusha Senanayaka <dinu...@wso2.

[Dev] App Manager 1.1.0 latest build pack - 04-12-2015

2015-12-04 Thread Dinusha Senanayaka
Hi All, Please find $subject in [1]. [1]. http://builder1.us1.wso2.org/~appm/release-1.1.0/04-12-2015/wso2appm-1.1.0-SNAPSHOT-04-12-2015.zip Regards, Dinusha -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

[Dev] App Manager 1.1.0 latest build pack - 02-12-2015

2015-12-02 Thread Dinusha Senanayaka
Hi All, Please find @subject in [1]. [1] http://builder1.us1.wso2.org/~appm/release-1.1.0/02-12-2015/wso2appm-1.1.0-SNAPSHOT-02-12-2015.zip Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

[Dev] WSO2 Committers += Ruwan Abeykoon

2015-12-01 Thread Dinusha Senanayaka
Hi All, It is my pleasure to welcome Ruwan Abeykoon as a WSO2 Committer. Ruwan, congratulations and keep up the good work. Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

Re: [Dev] Releasing carbon-appmgt 1.1.1

2015-11-17 Thread Dinusha Senanayaka
Adding Supun/ Maheshika. On Tue, Nov 17, 2015 at 6:21 PM, Dinusha Senanayaka <dinu...@wso2.com> wrote: > Hi Kasun, > > Can you please close the repo [1] and send the staging url. > > [1] - > http://maven.wso2.org/nexus/service/local/staging/deploy/maven2/org/wso2/ >

[Dev] Releasing carbon-appmgt 1.1.1

2015-11-17 Thread Dinusha Senanayaka
Hi Kasun, Can you please close the repo [1] and send the staging url. [1] - http://maven.wso2.org/nexus/service/local/staging/deploy/maven2/org/wso2/ carbon/appmgt Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog:

Re: [Dev] Releasing carbon-appmgt 1.1.1

2015-11-17 Thread Dinusha Senanayaka
ntent/repositories/orgwso2carbonappmgt-129/ > > On Wed, Nov 18, 2015 at 12:04 AM, Rushmin Fernando <rush...@wso2.com> > wrote: > >> >> On Tue, Nov 17, 2015 at 4:04 PM, Dinusha Senanayaka <dinu...@wso2.com> >> wrote: >> >>> Adding Supun/ Maheshika. >>>

[Dev] App Manager integration with MDM(EMM)

2015-11-16 Thread Dinusha Senanayaka
Hi Ruwan, Need some help to figure out, OSGi based MDM integration. Found this commit relate to this "[carbon-appmgt] Added OSGI based MDM integration. (#103)" But not sure EMM has merged this to their repo. Do you have any idea ? @Chathura: How do we get consumer/secret key from MDM with

Re: [Dev] "carbon-appmgt" has classes named as "APIM*"?

2015-10-28 Thread Dinusha Senanayaka
Hi Prabath, Yeah, this is something we already doing in the master with the refactoring we are doing. Regards, Dinusha. On Wed, Oct 28, 2015 at 11:40 AM, Prabath Abeysekera wrote: > Folks, > > Shouldn't these be renamed? Or completely removed and use appropriate > utilities

Re: [Dev] Redundant properties in "carbon-appmgt" parent POM

2015-10-28 Thread Dinusha Senanayaka
Hi Prabath, Thanks for reporting. Will check them. Regards, Dinusha. On Wed, Oct 28, 2015 at 11:20 AM, Prabath Abeysekera wrote: > Folks, > > I can see the following two properties defined in the parent POM of > "carbon-appmgt" repository, which appear to be redundant. > >

[Dev] WSO2 Committers += Lahiru Cooray

2015-10-13 Thread Dinusha Senanayaka
Hi All, Its my pleasure to welcome Lahiru Cooray as a WSO2 Committer. Lahiru, welcome aboard and keep up the good work .. Regards, Dinusha. -- Dinusha Dilrukshi Associate Technical Lead WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/

[Dev] Content repository for App Manager

2015-08-30 Thread Dinusha Senanayaka
Hi, For the mobile apps we need to store the .apk files. Currently we use the file system based storage which has used in EMM-1.0.0 (Stored in repository/resources/). In a cluster environment we need to have a shared file system. This become difficult in a could deployment like AWS. Also in

  1   2   3   4   5   >