[Dev] [DEV] Install features through UI and load in a specific profiile

2016-01-05 Thread Mohanadarshan Vivekanandalingam
Hi Sameera & Carbon Team,

In CEP, there is a usecase whether users can install ML features and can do
some machine learning processing. In this case, users can install relevant
ML features through UI (and it works fine). But, In CEP there are few
product level profiles to handle distributed processing. Let's say that I
am running the CEP server in worker node and need to do ML processing. In
this case I can start the server with -DworkerNode=true but  relevant ML
features (which installed through UI) not loaded in that profile because ML
features are installed in default profile.

How we can load the features (which installed through UI) in a specific
profile mode  ?  I can only make it work by editing the bundles.info (which
is not correct IMO)..
What is out standard practice on this ?  I think, similar use cases are
there in APIM product as well..

Thanks,
Mohan


-- 
*V. Mohanadarshan*
*Senior Software Engineer,*
*Data Technologies Team,*
*WSO2, Inc. http://wso2.com  *
*lean.enterprise.middleware.*

email: mo...@wso2.com
phone:(+94) 771117673
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] Install features through UI and load in a specific profiile

2016-01-05 Thread Mohanadarshan Vivekanandalingam
Appreciate any feedback on this.. Is this a limitation of current feature
installation model ?

On Tue, Jan 5, 2016 at 2:35 PM, Mohanadarshan Vivekanandalingam <
mo...@wso2.com> wrote:

> Hi Sameera & Carbon Team,
>
> In CEP, there is a usecase whether users can install ML features and can
> do some machine learning processing. In this case, users can install
> relevant ML features through UI (and it works fine). But, In CEP there are
> few product level profiles to handle distributed processing. Let's say that
> I am running the CEP server in worker node and need to do ML processing. In
> this case I can start the server with -DworkerNode=true but  relevant ML
> features (which installed through UI) not loaded in that profile because ML
> features are installed in default profile.
>
> How we can load the features (which installed through UI) in a specific
> profile mode  ?  I can only make it work by editing the bundles.info
> (which is not correct IMO)..
> What is out standard practice on this ?  I think, similar use cases are
> there in APIM product as well..
>
> Thanks,
> Mohan
>
>
> --
> *V. Mohanadarshan*
> *Senior Software Engineer,*
> *Data Technologies Team,*
> *WSO2, Inc. http://wso2.com  *
> *lean.enterprise.middleware.*
>
> email: mo...@wso2.com
> phone:(+94) 771117673
>



-- 
*V. Mohanadarshan*
*Senior Software Engineer,*
*Data Technologies Team,*
*WSO2, Inc. http://wso2.com  *
*lean.enterprise.middleware.*

email: mo...@wso2.com
phone:(+94) 771117673
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] Install features through UI and load in a specific profiile

2016-01-05 Thread Mohanadarshan Vivekanandalingam
On Wed, Jan 6, 2016 at 11:14 AM, Sameera Jayasoma  wrote:

> Hi Mohan,
>
> In such scenarios you can install feature via pom.xml. This way you can
> install features to the worker profile.
>
>
Yes, Then our recommended/only approach to install features in worker
profile is via pom.xml ? But can't we improve this capability to support
from UI based feature installation ?

Anyway, it seems as per the jira [1] above suggested pom based installation
approach is also not working as expected..

[1] https://wso2.org/jira/browse/CARBON-15631

Thanks,
Mohan



> Thanks,
> Sameera.
>
> On Wed, Jan 6, 2016 at 11:04 AM, Mohanadarshan Vivekanandalingam <
> mo...@wso2.com> wrote:
>
>> Appreciate any feedback on this.. Is this a limitation of current feature
>> installation model ?
>>
>> On Tue, Jan 5, 2016 at 2:35 PM, Mohanadarshan Vivekanandalingam <
>> mo...@wso2.com> wrote:
>>
>>> Hi Sameera & Carbon Team,
>>>
>>> In CEP, there is a usecase whether users can install ML features and can
>>> do some machine learning processing. In this case, users can install
>>> relevant ML features through UI (and it works fine). But, In CEP there are
>>> few product level profiles to handle distributed processing. Let's say that
>>> I am running the CEP server in worker node and need to do ML processing. In
>>> this case I can start the server with -DworkerNode=true but  relevant ML
>>> features (which installed through UI) not loaded in that profile because ML
>>> features are installed in default profile.
>>>
>>> How we can load the features (which installed through UI) in a specific
>>> profile mode  ?  I can only make it work by editing the bundles.info
>>> (which is not correct IMO)..
>>> What is out standard practice on this ?  I think, similar use cases are
>>> there in APIM product as well..
>>>
>>> Thanks,
>>> Mohan
>>>
>>>
>>> --
>>> *V. Mohanadarshan*
>>> *Senior Software Engineer,*
>>> *Data Technologies Team,*
>>> *WSO2, Inc. http://wso2.com  *
>>> *lean.enterprise.middleware.*
>>>
>>> email: mo...@wso2.com
>>> phone:(+94) 771117673
>>>
>>
>>
>>
>> --
>> *V. Mohanadarshan*
>> *Senior Software Engineer,*
>> *Data Technologies Team,*
>> *WSO2, Inc. http://wso2.com  *
>> *lean.enterprise.middleware.*
>>
>> email: mo...@wso2.com
>> phone:(+94) 771117673
>>
>
>
>
> --
> Sameera Jayasoma,
> Software Architect,
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://blog.sameera.org
> twitter: https://twitter.com/sameerajayasoma
> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
> Mobile: 0094776364456
>
> Lean . Enterprise . Middleware
>
>


-- 
*V. Mohanadarshan*
*Senior Software Engineer,*
*Data Technologies Team,*
*WSO2, Inc. http://wso2.com  *
*lean.enterprise.middleware.*

email: mo...@wso2.com
phone:(+94) 771117673
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] Install features through UI and load in a specific profiile

2016-01-05 Thread Sameera Jayasoma
Hi Mohan,

In such scenarios you can install feature via pom.xml. This way you can
install features to the worker profile.

Thanks,
Sameera.

On Wed, Jan 6, 2016 at 11:04 AM, Mohanadarshan Vivekanandalingam <
mo...@wso2.com> wrote:

> Appreciate any feedback on this.. Is this a limitation of current feature
> installation model ?
>
> On Tue, Jan 5, 2016 at 2:35 PM, Mohanadarshan Vivekanandalingam <
> mo...@wso2.com> wrote:
>
>> Hi Sameera & Carbon Team,
>>
>> In CEP, there is a usecase whether users can install ML features and can
>> do some machine learning processing. In this case, users can install
>> relevant ML features through UI (and it works fine). But, In CEP there are
>> few product level profiles to handle distributed processing. Let's say that
>> I am running the CEP server in worker node and need to do ML processing. In
>> this case I can start the server with -DworkerNode=true but  relevant ML
>> features (which installed through UI) not loaded in that profile because ML
>> features are installed in default profile.
>>
>> How we can load the features (which installed through UI) in a specific
>> profile mode  ?  I can only make it work by editing the bundles.info
>> (which is not correct IMO)..
>> What is out standard practice on this ?  I think, similar use cases are
>> there in APIM product as well..
>>
>> Thanks,
>> Mohan
>>
>>
>> --
>> *V. Mohanadarshan*
>> *Senior Software Engineer,*
>> *Data Technologies Team,*
>> *WSO2, Inc. http://wso2.com  *
>> *lean.enterprise.middleware.*
>>
>> email: mo...@wso2.com
>> phone:(+94) 771117673
>>
>
>
>
> --
> *V. Mohanadarshan*
> *Senior Software Engineer,*
> *Data Technologies Team,*
> *WSO2, Inc. http://wso2.com  *
> *lean.enterprise.middleware.*
>
> email: mo...@wso2.com
> phone:(+94) 771117673
>



-- 
Sameera Jayasoma,
Software Architect,

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://blog.sameera.org
twitter: https://twitter.com/sameerajayasoma
flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
Mobile: 0094776364456

Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev