[Dev] [ES] Can't publish in Enterprise store

2015-08-27 Thread Kathees Rajendram
Hi, In ESB connector store, we are unable to publish the new connectors. The ESB connector store publisher is restricted to view only 100 connectors. We are having more than 100 connectors to add to the store. Can you suggest how to increase the limit in the wso2es-1.2.0-SNAPSHOT? Thanks, Kathees

Re: [Dev] [ES] Can't publish in Enterprise store

2015-08-27 Thread Manuranga Perera
number 100 is hard-coded in modules dir please grep and fix. can you meet me tomorrow? On Thu, Aug 27, 2015 at 6:40 PM, Kathees Rajendram wrote: > Adding Manuranga, > > On Thu, Aug 27, 2015 at 6:23 PM, Kathees Rajendram > wrote: > >> Hi, >> >> In ESB connector store, we are unable to publish th

Re: [Dev] [ES] Can't publish in Enterprise store

2015-08-27 Thread Kathees Rajendram
Adding Manuranga, On Thu, Aug 27, 2015 at 6:23 PM, Kathees Rajendram wrote: > Hi, > > In ESB connector store, we are unable to publish the new connectors. The > ESB connector store publisher is restricted to view only 100 connectors. We > are having more than 100 connectors to add to the store.

Re: [Dev] [ES] Can't publish in Enterprise store

2015-08-27 Thread Kathees Rajendram
Hi Manuranga, The count and paginationLimit values are 1000 but 100 asserts only are listed. I tried to increase the number. The changes are not picked up. ../modules/rxt/scripts/asset/asset.js function AssetManager(registry, type, rxtManager, renderer) { this.registry = registry;

Re: [Dev] [ES] Can't publish in Enterprise store

2015-08-27 Thread Manuranga Perera
please send me a link to the pack you are using. or ping me on chat. On Fri, Aug 28, 2015 at 10:32 AM, Kathees Rajendram wrote: > Hi Manuranga, > > The count and paginationLimit values are 1000 but 100 asserts only are > listed. I tried to increase the number. The changes are not picked up. > >

Re: [Dev] [ES] Can't publish in Enterprise store

2015-08-28 Thread Malaka Silva
Kathees pls share the details. On Fri, Aug 28, 2015 at 11:54 AM, Manuranga Perera wrote: > please send me a link to the pack you are using. or ping me on chat. > > On Fri, Aug 28, 2015 at 10:32 AM, Kathees Rajendram > wrote: > >> Hi Manuranga, >> >> The count and paginationLimit values are 1000

Re: [Dev] [ES] Can't publish in Enterprise store

2015-08-28 Thread Kathees Rajendram
I shared the details and the pack link. On Fri, Aug 28, 2015 at 12:38 PM, Malaka Silva wrote: > Kathees pls share the details. > > On Fri, Aug 28, 2015 at 11:54 AM, Manuranga Perera wrote: > >> please send me a link to the pack you are using. or ping me on chat. >> >> On Fri, Aug 28, 2015 at 10

Re: [Dev] [ES] Can't publish in Enterprise store

2015-08-31 Thread Malaka Silva
Hi Manu, Can we have a hangout to discuss this please? On Fri, Aug 28, 2015 at 12:44 PM, Kathees Rajendram wrote: > I shared the details and the pack link. > > On Fri, Aug 28, 2015 at 12:38 PM, Malaka Silva wrote: > >> Kathees pls share the details. >> >> On Fri, Aug 28, 2015 at 11:54 AM, Manu

Re: [Dev] [ES] Can't publish in Enterprise store

2015-08-31 Thread Manuranga Perera
Hi, I started looking in to it but couldn't fix yet. been busy with ES release. let's have a handout. On Tue, Sep 1, 2015 at 10:41 AM, Malaka Silva wrote: > Hi Manu, > > Can we have a hangout to discuss this please? > > On Fri, Aug 28, 2015 at 12:44 PM, Kathees Rajendram > wrote: > >> I shared

Re: [Dev] [ES] Can't publish in Enterprise store

2015-09-01 Thread Manuranga Perera
Hi Kathees/malaka, I tried to get the provided pack working but it's bit hard since it's already setup with mysql etc.. is there any possibility of getting the fresh pack used to create this. On Tue, Sep 1, 2015 at 11:14 AM, Manuranga Perera wrote: > Hi, > I started looking in to it but couldn't

Re: [Dev] [ES] Can't publish in Enterprise store

2015-09-01 Thread Sameera Medagammaddegedara
Hi Kathees, If I remember correctly the above code snippet is not invoked from the Store application.The AssetManager is not utilized in the Store application of the ES pack that you are using. Thank You, Sameera On Fri, Aug 28, 2015 at 1:02 AM, Kathees Rajendram wrote: > Hi Manuranga, > > Th

Re: [Dev] [ES] Can't publish in Enterprise store

2015-09-01 Thread Sameera Medagammaddegedara
EDIT: My apologies, I did not notice that you were talking about the Publisher application. On Tue, Sep 1, 2015 at 10:21 PM, Sameera Medagammaddegedara < samee...@wso2.com> wrote: > Hi Kathees, > > If I remember correctly the above code snippet is not invoked from the > Store application.The Asse

Re: [Dev] [ES] Can't publish in Enterprise store

2015-09-01 Thread Kathees Rajendram
Hi Manuranga/Sameera, I have fixed the issue by changing the value in the following jaggery file. WSO2ES_HOME/repository/deployment/server/jaggeryapps/publisher/extensions/assets/default/pages/list.jag Thanks, Kathees On Wed, Sep 2, 2015 at 8:05 AM, Sameera Medagammaddegedara < samee...@wso2.co

Re: [Dev] [ES] Can't publish in Enterprise store

2015-09-01 Thread Malaka Silva
Good Job Kathees. :) This became complete blocker for the store release and thx for fixing it quickly. On Wed, Sep 2, 2015 at 10:19 AM, Kathees Rajendram wrote: > Hi Manuranga/Sameera, > > I have fixed the issue by changing the value in the following jaggery > file. > > WSO2ES_HOME/repository/

Re: [Dev] [ES] Can't publish in Enterprise store

2015-09-02 Thread Mariangela Hills
Hi Kathees, Can you please let me know the exact changes that you made in the list.jag file, so that I can document this in the ES wiki docs. Regards, Mariangela *Mariangela Hills* Senior Technical Writer - WSO2, Inc. http://wso2.com Committer and PMC member - Apache Stratos email:mariang...@ws

Re: [Dev] [ES] Can't publish in Enterprise store

2015-09-02 Thread Kathees Rajendram
HI Mariangela, I increased the count and paginationLimit values in WSO2ES_HOME/repository/deployment/server/jaggeryapps/publisher/extensions/assets/default/pages/list.jag. var DEFAULT_PAGIN = { 'start': 0, 'count': 1000, 'sortOrder': 'DESC', 'sortBy': 'overview_createdtime',

Re: [Dev] [ES] Can't publish in Enterprise store

2015-09-02 Thread Manuranga Perera
Hi Mariangela, this fix is for ES 1.2. this issue is already addressed in 2.0.0. On Wed, Sep 2, 2015 at 3:59 PM, Kathees Rajendram wrote: > HI Mariangela, > > I increased the count and paginationLimit values in > WSO2ES_HOME/repository/deployment/server/jaggeryapps/publisher/extensions/assets/de

Re: [Dev] [ES] Can't publish in Enterprise store

2015-09-02 Thread Mariangela Hills
Thanks, Kathees and Manuranga! Regards, Mariangela *Mariangela Hills* Senior Technical Writer - WSO2, Inc. http://wso2.com Committer and PMC member - Apache Stratos email:mariang...@wso2.com | mobile: +94 773 500185 On Wed, Sep 2, 2015 at 4:11 PM, Manuranga Perera wrote: > Hi Mariangela, > th