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,
> 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/default/pages/list.jag.
>>
>>
>> var DEFAULT_PAGIN = {
>> 'start': 0,
>> 'count': 1000,
>> 'sortOrder': 'DESC',
>> 'sortBy': 'overview_createdtime',
>> 'paginationLimit':1000
>> };
>>
>> Thanks,
>> Kathees
>>
>> On Wed, Sep 2, 2015 at 3:49 PM, Mariangela Hills 
>> wrote:
>>
>>> 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...@wso2.com | mobile: +94 773 500185
>>>
>>> On Wed, Sep 2, 2015 at 10:25 AM, Malaka Silva  wrote:
>>>
 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/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.com> wrote:
>
>> 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 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,

 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;
 this.rxtManager = rxtManager;
 this.rxtTemplate = rxtManager.getRxtDefinition(type);
 this.type = type;
 this.r = renderer;
 this.am = null;
 this.defaultPaging = {
 'start': 0,
 'count': 1000,
 'sortOrder': 'desc',
 'sortBy': 'overview_createdtime',
 'paginationLimit': 1000
 };
 }


 Thanks,
 Kathees

 On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera 
 wrote:

> 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 <
> kath...@wso2.com> wrote:
>
>> Adding Manuranga,
>>
>> On Thu, Aug 27, 2015 at 6:23 PM, Kathees Rajendram <
>> kath...@wso2.com> 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.
>>> Can you suggest how to increase the limit in the 
>>> wso2es-1.2.0-SNAPSHOT?
>>>
>>> Thanks,
>>> Kathees
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>
>>
>>
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>
>
>
> --
> With regards,
> *Manu*ranga Perera.
>
> phone : 071 7 70 20 50
> mail : m...@wso2.com
>


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',
'paginationLimit':1000
};

Thanks,
Kathees

On Wed, Sep 2, 2015 at 3:49 PM, Mariangela Hills 
wrote:

> 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...@wso2.com | mobile: +94 773 500185
>
> On Wed, Sep 2, 2015 at 10:25 AM, Malaka Silva  wrote:
>
>> 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/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.com> wrote:
>>>
 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 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,
>>
>> 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;
>> this.rxtManager = rxtManager;
>> this.rxtTemplate = rxtManager.getRxtDefinition(type);
>> this.type = type;
>> this.r = renderer;
>> this.am = null;
>> this.defaultPaging = {
>> 'start': 0,
>> 'count': 1000,
>> 'sortOrder': 'desc',
>> 'sortBy': 'overview_createdtime',
>> 'paginationLimit': 1000
>> };
>> }
>>
>>
>> Thanks,
>> Kathees
>>
>> On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera 
>> wrote:
>>
>>> 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 <
 kath...@wso2.com> 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.
> Can you suggest how to increase the limit in the 
> wso2es-1.2.0-SNAPSHOT?
>
> Thanks,
> Kathees
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>



 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173

>>>
>>>
>>>
>>> --
>>> With regards,
>>> *Manu*ranga Perera.
>>>
>>> phone : 071 7 70 20 50
>>> mail : m...@wso2.com
>>>
>>
>>
>>
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>
>
>
> --
> Sameera Medagammaddegedara
> Software Engineer
>
> Contact:
> Email: samee...@wso2.com
> Mobile: + 94 077 255 3005
>



 --
 Sameera Medagammaddegedara
 Software Engineer

 Contact:
 Email: samee...@wso2.com
 Mobile: + 94 077 255 3005

>>>
>>>
>>>
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Senior Tech Lead
>> M: +94 777 219 791
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300
>> Skype : malaka.sampath.silva
>> LinkedIn : 

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/default/pages/list.jag.
>
>
> var DEFAULT_PAGIN = {
> 'start': 0,
> 'count': 1000,
> 'sortOrder': 'DESC',
> 'sortBy': 'overview_createdtime',
> 'paginationLimit':1000
> };
>
> Thanks,
> Kathees
>
> On Wed, Sep 2, 2015 at 3:49 PM, Mariangela Hills 
> wrote:
>
>> 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...@wso2.com | mobile: +94 773 500185
>>
>> On Wed, Sep 2, 2015 at 10:25 AM, Malaka Silva  wrote:
>>
>>> 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/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.com> wrote:

> 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 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,
>>>
>>> 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;
>>> this.rxtManager = rxtManager;
>>> this.rxtTemplate = rxtManager.getRxtDefinition(type);
>>> this.type = type;
>>> this.r = renderer;
>>> this.am = null;
>>> this.defaultPaging = {
>>> 'start': 0,
>>> 'count': 1000,
>>> 'sortOrder': 'desc',
>>> 'sortBy': 'overview_createdtime',
>>> 'paginationLimit': 1000
>>> };
>>> }
>>>
>>>
>>> Thanks,
>>> Kathees
>>>
>>> On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera 
>>> wrote:
>>>
 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 <
 kath...@wso2.com> wrote:

> Adding Manuranga,
>
> On Thu, Aug 27, 2015 at 6:23 PM, Kathees Rajendram <
> kath...@wso2.com> 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.
>> Can you suggest how to increase the limit in the 
>> wso2es-1.2.0-SNAPSHOT?
>>
>> Thanks,
>> Kathees
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>
>
>
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>



 --
 With regards,
 *Manu*ranga Perera.

 phone : 071 7 70 20 50
 mail : m...@wso2.com

>>>
>>>
>>>
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>
>>
>>
>> --
>> Sameera Medagammaddegedara
>> Software Engineer
>>
>> Contact:
>> Email: samee...@wso2.com
>> Mobile: + 94 077 255 3005
>>
>
>
>
> --
> Sameera Medagammaddegedara
> Software Engineer
>
> Contact:
> Email: samee...@wso2.com

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...@wso2.com | mobile: +94 773 500185

On Wed, Sep 2, 2015 at 10:25 AM, Malaka Silva  wrote:

> 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/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.com> wrote:
>>
>>> 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 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,
>
> 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;
> this.rxtManager = rxtManager;
> this.rxtTemplate = rxtManager.getRxtDefinition(type);
> this.type = type;
> this.r = renderer;
> this.am = null;
> this.defaultPaging = {
> 'start': 0,
> 'count': 1000,
> 'sortOrder': 'desc',
> 'sortBy': 'overview_createdtime',
> 'paginationLimit': 1000
> };
> }
>
>
> Thanks,
> Kathees
>
> On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera 
> wrote:
>
>> 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 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
 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173

>>>
>>>
>>>
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>
>>
>>
>> --
>> With regards,
>> *Manu*ranga Perera.
>>
>> phone : 071 7 70 20 50
>> mail : m...@wso2.com
>>
>
>
>
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>



 --
 Sameera Medagammaddegedara
 Software Engineer

 Contact:
 Email: samee...@wso2.com
 Mobile: + 94 077 255 3005

>>>
>>>
>>>
>>> --
>>> Sameera Medagammaddegedara
>>> Software Engineer
>>>
>>> Contact:
>>> Email: samee...@wso2.com
>>> Mobile: + 94 077 255 3005
>>>
>>
>>
>>
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Senior Tech Lead
> M: +94 777 219 791
> Tel : 94 11 214 5345
> Fax :94 11 2145300
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> http://www.wso2.com/
> http://www.wso2.com/about/team/malaka-silva/
> 
>
> Save a tree -Conserve nature & Save the world for your future. Print this
> email only if it is absolutely necessary.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 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 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: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.
>>
>> ../modules/rxt/scripts/asset/asset.js
>>
>> function AssetManager(registry, type, rxtManager, renderer) {
>> this.registry = registry;
>> this.rxtManager = rxtManager;
>> this.rxtTemplate = rxtManager.getRxtDefinition(type);
>> this.type = type;
>> this.r = renderer;
>> this.am = null;
>> this.defaultPaging = {
>> 'start': 0,
>> 'count': 1000,
>> 'sortOrder': 'desc',
>> 'sortBy': 'overview_createdtime',
>> 'paginationLimit': 1000
>> };
>> }
>>
>>
>> Thanks,
>> Kathees
>>
>> On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera 
>> wrote:
>>
>>> 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 <
 kath...@wso2.com> 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.
> Can you suggest how to increase the limit in the 
> wso2es-1.2.0-SNAPSHOT?
>
> Thanks,
> Kathees
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>



 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173

>>>
>>>
>>>
>>> --
>>> With regards,
>>> *Manu*ranga Perera.
>>>
>>> phone : 071 7 70 20 50
>>> mail : m...@wso2.com
>>>
>>
>>
>>
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>
>
>
> --
> With regards,
> *Manu*ranga Perera.
>
> phone : 071 7 70 20 50
> mail : m...@wso2.com
>



 --

 Best Regards,

 Malaka Silva
 Senior Tech Lead
 M: +94 777 219 791
 Tel : 94 11 214 5345
 Fax :94 11 2145300
 Skype : malaka.sampath.silva
 LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
 Blog : http://mrmalakasilva.blogspot.com/

 WSO2, Inc.
 lean . enterprise . middleware
 http://www.wso2.com/
 http://www.wso2.com/about/team/malaka-silva/
 

 Save a tree -Conserve nature & Save the world for your future. Print
 this email only if it is absolutely necessary.

>>>
>>>
>>>
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Senior Tech Lead
>> M: +94 777 219 791
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : http://mrmalakasilva.blogspot.com/
>>
>> WSO2, Inc.
>> lean . enterprise . middleware
>> http://www.wso2.com/
>> http://www.wso2.com/about/team/malaka-silva/
>> 
>>
>> Save a tree -Conserve nature & Save the world for your future. Print this
>> email only if it is absolutely necessary.
>>
>
>
>
> --
> With regards,
> *Manu*ranga Perera.
>
> phone : 071 7 70 20 50
> mail : m...@wso2.com
>



-- 
With regards,
*Manu*ranga Perera.


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,
>
> 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;
> this.rxtManager = rxtManager;
> this.rxtTemplate = rxtManager.getRxtDefinition(type);
> this.type = type;
> this.r = renderer;
> this.am = null;
> this.defaultPaging = {
> 'start': 0,
> 'count': 1000,
> 'sortOrder': 'desc',
> 'sortBy': 'overview_createdtime',
> 'paginationLimit': 1000
> };
> }
>
>
> Thanks,
> Kathees
>
> On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera  wrote:
>
>> 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 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
 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173

>>>
>>>
>>>
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>
>>
>>
>> --
>> With regards,
>> *Manu*ranga Perera.
>>
>> phone : 071 7 70 20 50
>> mail : m...@wso2.com
>>
>
>
>
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>



-- 
Sameera Medagammaddegedara
Software Engineer

Contact:
Email: samee...@wso2.com
Mobile: + 94 077 255 3005
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 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,
>>
>> 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;
>> this.rxtManager = rxtManager;
>> this.rxtTemplate = rxtManager.getRxtDefinition(type);
>> this.type = type;
>> this.r = renderer;
>> this.am = null;
>> this.defaultPaging = {
>> 'start': 0,
>> 'count': 1000,
>> 'sortOrder': 'desc',
>> 'sortBy': 'overview_createdtime',
>> 'paginationLimit': 1000
>> };
>> }
>>
>>
>> Thanks,
>> Kathees
>>
>> On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera  wrote:
>>
>>> 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 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
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>



 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173

>>>
>>>
>>>
>>> --
>>> With regards,
>>> *Manu*ranga Perera.
>>>
>>> phone : 071 7 70 20 50
>>> mail : m...@wso2.com
>>>
>>
>>
>>
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>
>
>
> --
> Sameera Medagammaddegedara
> Software Engineer
>
> Contact:
> Email: samee...@wso2.com
> Mobile: + 94 077 255 3005
>



-- 
Sameera Medagammaddegedara
Software Engineer

Contact:
Email: samee...@wso2.com
Mobile: + 94 077 255 3005
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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/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.com> wrote:
>
>> 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 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,

 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;
 this.rxtManager = rxtManager;
 this.rxtTemplate = rxtManager.getRxtDefinition(type);
 this.type = type;
 this.r = renderer;
 this.am = null;
 this.defaultPaging = {
 'start': 0,
 'count': 1000,
 'sortOrder': 'desc',
 'sortBy': 'overview_createdtime',
 'paginationLimit': 1000
 };
 }


 Thanks,
 Kathees

 On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera 
 wrote:

> 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 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
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>
>>
>>
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>
>
>
> --
> With regards,
> *Manu*ranga Perera.
>
> phone : 071 7 70 20 50
> mail : m...@wso2.com
>



 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173

>>>
>>>
>>>
>>> --
>>> Sameera Medagammaddegedara
>>> Software Engineer
>>>
>>> Contact:
>>> Email: samee...@wso2.com
>>> Mobile: + 94 077 255 3005
>>>
>>
>>
>>
>> --
>> Sameera Medagammaddegedara
>> Software Engineer
>>
>> Contact:
>> Email: samee...@wso2.com
>> Mobile: + 94 077 255 3005
>>
>
>
>
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>



-- 

Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/


Save a tree -Conserve nature & Save the world for your future. Print this
email only if it is absolutely necessary.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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.com> wrote:

> 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 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,
>>>
>>> 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;
>>> this.rxtManager = rxtManager;
>>> this.rxtTemplate = rxtManager.getRxtDefinition(type);
>>> this.type = type;
>>> this.r = renderer;
>>> this.am = null;
>>> this.defaultPaging = {
>>> 'start': 0,
>>> 'count': 1000,
>>> 'sortOrder': 'desc',
>>> 'sortBy': 'overview_createdtime',
>>> 'paginationLimit': 1000
>>> };
>>> }
>>>
>>>
>>> Thanks,
>>> Kathees
>>>
>>> On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera 
>>> wrote:
>>>
 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 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
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>
>
>
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>



 --
 With regards,
 *Manu*ranga Perera.

 phone : 071 7 70 20 50
 mail : m...@wso2.com

>>>
>>>
>>>
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>
>>
>>
>> --
>> Sameera Medagammaddegedara
>> Software Engineer
>>
>> Contact:
>> Email: samee...@wso2.com
>> Mobile: + 94 077 255 3005
>>
>
>
>
> --
> Sameera Medagammaddegedara
> Software Engineer
>
> Contact:
> Email: samee...@wso2.com
> Mobile: + 94 077 255 3005
>



-- 
Kathees
Software Engineer,
email: kath...@wso2.com
mobile: +94772596173
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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, 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 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;
 this.rxtManager = rxtManager;
 this.rxtTemplate = rxtManager.getRxtDefinition(type);
 this.type = type;
 this.r = renderer;
 this.am = null;
 this.defaultPaging = {
 'start': 0,
 'count': 1000,
 'sortOrder': 'desc',
 'sortBy': 'overview_createdtime',
 'paginationLimit': 1000
 };
 }


 Thanks,
 Kathees

 On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera 
 wrote:

> 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 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
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>
>>
>>
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>
>
>
> --
> With regards,
> *Manu*ranga Perera.
>
> phone : 071 7 70 20 50
> mail : m...@wso2.com
>



 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173

>>>
>>>
>>>
>>> --
>>> With regards,
>>> *Manu*ranga Perera.
>>>
>>> phone : 071 7 70 20 50
>>> mail : m...@wso2.com
>>>
>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Senior Tech Lead
>> M: +94 777 219 791
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : http://mrmalakasilva.blogspot.com/
>>
>> WSO2, Inc.
>> lean . enterprise . middleware
>> http://www.wso2.com/
>> http://www.wso2.com/about/team/malaka-silva/
>> 
>>
>> Save a tree -Conserve nature & Save the world for your future. Print this
>> email only if it is absolutely necessary.
>>
>
>
>
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>



-- 

Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/


Save a tree -Conserve nature & Save the world for your future. Print this
email only if it is absolutely necessary.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 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: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.
>
> ../modules/rxt/scripts/asset/asset.js
>
> function AssetManager(registry, type, rxtManager, renderer) {
> this.registry = registry;
> this.rxtManager = rxtManager;
> this.rxtTemplate = rxtManager.getRxtDefinition(type);
> this.type = type;
> this.r = renderer;
> this.am = null;
> this.defaultPaging = {
> 'start': 0,
> 'count': 1000,
> 'sortOrder': 'desc',
> 'sortBy': 'overview_createdtime',
> 'paginationLimit': 1000
> };
> }
>
>
> Thanks,
> Kathees
>
> On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera 
> wrote:
>
>> 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 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
 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173

>>>
>>>
>>>
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>
>>
>>
>> --
>> With regards,
>> *Manu*ranga Perera.
>>
>> phone : 071 7 70 20 50
>> mail : m...@wso2.com
>>
>
>
>
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>



 --
 With regards,
 *Manu*ranga Perera.

 phone : 071 7 70 20 50
 mail : m...@wso2.com

>>>
>>>
>>>
>>> --
>>>
>>> Best Regards,
>>>
>>> Malaka Silva
>>> Senior Tech Lead
>>> M: +94 777 219 791
>>> Tel : 94 11 214 5345
>>> Fax :94 11 2145300
>>> Skype : malaka.sampath.silva
>>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>>> Blog : http://mrmalakasilva.blogspot.com/
>>>
>>> WSO2, Inc.
>>> lean . enterprise . middleware
>>> http://www.wso2.com/
>>> http://www.wso2.com/about/team/malaka-silva/
>>> 
>>>
>>> Save a tree -Conserve nature & Save the world for your future. Print
>>> this email only if it is absolutely necessary.
>>>
>>
>>
>>
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Senior Tech Lead
> M: +94 777 219 791
> Tel : 94 11 214 5345
> Fax :94 11 2145300
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> http://www.wso2.com/
> http://www.wso2.com/about/team/malaka-silva/
> 
>
> Save a tree -Conserve nature & Save the world for your future. Print this
> email only if it is absolutely necessary.
>



-- 
With regards,
*Manu*ranga Perera.

phone : 071 7 70 20 50
mail : m...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

2015-08-28 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 kath...@wso2.com
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.

 ../modules/rxt/scripts/asset/asset.js

 function AssetManager(registry, type, rxtManager, renderer) {
 this.registry = registry;
 this.rxtManager = rxtManager;
 this.rxtTemplate = rxtManager.getRxtDefinition(type);
 this.type = type;
 this.r = renderer;
 this.am = null;
 this.defaultPaging = {
 'start': 0,
 'count': 1000,
 'sortOrder': 'desc',
 'sortBy': 'overview_createdtime',
 'paginationLimit': 1000
 };
 }


 Thanks,
 Kathees

 On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera m...@wso2.com wrote:

 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 kath...@wso2.com
 wrote:

 Adding Manuranga,

 On Thu, Aug 27, 2015 at 6:23 PM, Kathees Rajendram kath...@wso2.com
 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. Can
 you suggest how to increase the limit in the wso2es-1.2.0-SNAPSHOT?

 Thanks,
 Kathees
 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




 --
 With regards,
 *Manu*ranga Perera.

 phone : 071 7 70 20 50
 mail : m...@wso2.com




 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




-- 
With regards,
*Manu*ranga Perera.

phone : 071 7 70 20 50
mail : m...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 m...@wso2.com 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 kath...@wso2.com
 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.

 ../modules/rxt/scripts/asset/asset.js

 function AssetManager(registry, type, rxtManager, renderer) {
 this.registry = registry;
 this.rxtManager = rxtManager;
 this.rxtTemplate = rxtManager.getRxtDefinition(type);
 this.type = type;
 this.r = renderer;
 this.am = null;
 this.defaultPaging = {
 'start': 0,
 'count': 1000,
 'sortOrder': 'desc',
 'sortBy': 'overview_createdtime',
 'paginationLimit': 1000
 };
 }


 Thanks,
 Kathees

 On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera m...@wso2.com wrote:

 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 kath...@wso2.com
 wrote:

 Adding Manuranga,

 On Thu, Aug 27, 2015 at 6:23 PM, Kathees Rajendram kath...@wso2.com
 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. 
 Can
 you suggest how to increase the limit in the wso2es-1.2.0-SNAPSHOT?

 Thanks,
 Kathees
 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




 --
 With regards,
 *Manu*ranga Perera.

 phone : 071 7 70 20 50
 mail : m...@wso2.com




 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




 --
 With regards,
 *Manu*ranga Perera.

 phone : 071 7 70 20 50
 mail : m...@wso2.com




-- 

Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/
http://wso2.com/about/team/malaka-silva/

Save a tree -Conserve nature  Save the world for your future. Print this
email only if it is absolutely necessary.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 mal...@wso2.com wrote:

 Kathees pls share the details.

 On Fri, Aug 28, 2015 at 11:54 AM, Manuranga Perera m...@wso2.com 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 kath...@wso2.com
 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.

 ../modules/rxt/scripts/asset/asset.js

 function AssetManager(registry, type, rxtManager, renderer) {
 this.registry = registry;
 this.rxtManager = rxtManager;
 this.rxtTemplate = rxtManager.getRxtDefinition(type);
 this.type = type;
 this.r = renderer;
 this.am = null;
 this.defaultPaging = {
 'start': 0,
 'count': 1000,
 'sortOrder': 'desc',
 'sortBy': 'overview_createdtime',
 'paginationLimit': 1000
 };
 }


 Thanks,
 Kathees

 On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera m...@wso2.com
 wrote:

 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 kath...@wso2.com
 wrote:

 Adding Manuranga,

 On Thu, Aug 27, 2015 at 6:23 PM, Kathees Rajendram kath...@wso2.com
 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. 
 Can
 you suggest how to increase the limit in the wso2es-1.2.0-SNAPSHOT?

 Thanks,
 Kathees
 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




 --
 With regards,
 *Manu*ranga Perera.

 phone : 071 7 70 20 50
 mail : m...@wso2.com




 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




 --
 With regards,
 *Manu*ranga Perera.

 phone : 071 7 70 20 50
 mail : m...@wso2.com




 --

 Best Regards,

 Malaka Silva
 Senior Tech Lead
 M: +94 777 219 791
 Tel : 94 11 214 5345
 Fax :94 11 2145300
 Skype : malaka.sampath.silva
 LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
 Blog : http://mrmalakasilva.blogspot.com/

 WSO2, Inc.
 lean . enterprise . middleware
 http://www.wso2.com/
 http://www.wso2.com/about/team/malaka-silva/
 http://wso2.com/about/team/malaka-silva/

 Save a tree -Conserve nature  Save the world for your future. Print this
 email only if it is absolutely necessary.




-- 
Kathees
Software Engineer,
email: kath...@wso2.com
mobile: +94772596173
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 kath...@wso2.com wrote:

 Adding Manuranga,

 On Thu, Aug 27, 2015 at 6:23 PM, Kathees Rajendram kath...@wso2.com
 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. Can you suggest
 how to increase the limit in the wso2es-1.2.0-SNAPSHOT?

 Thanks,
 Kathees
 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




-- 
With regards,
*Manu*ranga Perera.

phone : 071 7 70 20 50
mail : m...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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
-- 
Kathees
Software Engineer,
email: kath...@wso2.com
mobile: +94772596173
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 kath...@wso2.com 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. Can you suggest
 how to increase the limit in the wso2es-1.2.0-SNAPSHOT?

 Thanks,
 Kathees
 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




-- 
Kathees
Software Engineer,
email: kath...@wso2.com
mobile: +94772596173
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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;
this.rxtManager = rxtManager;
this.rxtTemplate = rxtManager.getRxtDefinition(type);
this.type = type;
this.r = renderer;
this.am = null;
this.defaultPaging = {
'start': 0,
'count': 1000,
'sortOrder': 'desc',
'sortBy': 'overview_createdtime',
'paginationLimit': 1000
};
}


Thanks,
Kathees

On Thu, Aug 27, 2015 at 10:21 PM, Manuranga Perera m...@wso2.com wrote:

 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 kath...@wso2.com
 wrote:

 Adding Manuranga,

 On Thu, Aug 27, 2015 at 6:23 PM, Kathees Rajendram kath...@wso2.com
 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. Can you suggest
 how to increase the limit in the wso2es-1.2.0-SNAPSHOT?

 Thanks,
 Kathees
 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




 --
 Kathees
 Software Engineer,
 email: kath...@wso2.com
 mobile: +94772596173




 --
 With regards,
 *Manu*ranga Perera.

 phone : 071 7 70 20 50
 mail : m...@wso2.com




-- 
Kathees
Software Engineer,
email: kath...@wso2.com
mobile: +94772596173
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev