[Dev] about spark yarn mode and wso2 ml

2017-03-22 Thread Roger Giuffre
Hello.

Can you take off a doubt?

If I want to connect the WSO2 ml ,for example google dataprocess, that
manages a cluster in yarn mode, can i still attach the spark SparkContext to
its master?
This is certainly true for a cluster in standalone mode or in mesos mode.

Thanks

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


[Dev] about integration with spring, nhibernete and spring data

2017-02-06 Thread Roger Giuffre
Hello.

I have other important question.

Are there  some examples or documentation related to the integration
with spring,
spring-data and nhibernete.
Is the support native?

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


[Dev] about wso2-ml

2017-02-06 Thread Roger Giuffre
I'm studying your WSO2-ml implementation because it seems a very interesting
starting point for this new generation of spark centric applications. But
they encounter any questions  about the DataProcessors you have
implemented. For
example, about the DasDataProcessor where do you save the inputStream?

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


[Dev] single logout with wso2is and php-saml library

2016-10-22 Thread Roger Giuffre
Can be arranged in WSO2IS the HTTP-Redirect mode for the single logout
response ?

The php-saml library does not seem to support the HTTP-POST mode.

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


[Dev] about wso2is and google identity provider

2016-10-21 Thread Roger Giuffre
I'm trying to use wso2is with php-saml library for the recovery of
attributes including the role.

I'm noticing that with the internal user roles are returned while access
from google it does not occur.

There is some other configuration to be made?

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


Re: [Dev] about the subscription workflow

2016-09-14 Thread Roger Giuffre
I forgot. The maven packages are already updated to 2.0 version?

Roger

2016-09-14 18:04 GMT+02:00 Roger Giuffre <giuffres...@gmail.com>:

> Hello, in this project https://github.com/ruks/wso2-am-billing-engine
>
> i see the example of SubscriptionBillingWorkflow
>
>  where i can find this code:
>
> httpworkflowResponse.setAdditionalParameters("CallbackUrl",
> APIMStoreUrl + 
> "/site/blocks/workflow/workflow-listener/ajax/workflow-listener.jag");
> httpworkflowResponse.setAdditionalParameters("workflowRefId", 
> workflowDTO.getExternalWorkflowReference());
> httpworkflowResponse.setAdditionalParameters("reDirectUrl", APIMStoreUrl);
> httpworkflowResponse.setAdditionalParameters("subscriptionid", 
> workflowDTO.getWorkflowReference());
>
>
> I'm working on integration with killbill. Then i asks the request is a
> GET request with the querystring of if it a post request.
>
> Thanks for your attention
>
> Roger
>



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


[Dev] about the subscription workflow

2016-09-14 Thread Roger Giuffre
Hello, in this project https://github.com/ruks/wso2-am-billing-engine

i see the example of SubscriptionBillingWorkflow

 where i can find this code:

httpworkflowResponse.setAdditionalParameters("CallbackUrl",
APIMStoreUrl +
"/site/blocks/workflow/workflow-listener/ajax/workflow-listener.jag");
httpworkflowResponse.setAdditionalParameters("workflowRefId",
workflowDTO.getExternalWorkflowReference());
httpworkflowResponse.setAdditionalParameters("reDirectUrl", APIMStoreUrl);
httpworkflowResponse.setAdditionalParameters("subscriptionid",
workflowDTO.getWorkflowReference());


I'm working on integration with killbill. Then i asks the request is a GET
request with the querystring of if it a post request.

Thanks for your attention

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


[Dev] Custom Handlers

2016-09-12 Thread Roger Giuffre
I see
 https://github.com/vanjikumaran/CustomHandler


but it is not updated to the last version of wso2am.
Is there a maven solution  to which I can refer to build custom handler for
wso2am 2.0?

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


[Dev] (no subject)

2016-09-12 Thread Roger Giuffre
I see
 https://github.com/vanjikumaran/CustomHandler


but it is not updated to the last version of wso2am.
Is there a maven solution  to which I can refer to build custom handler for
wso2am 2.0?

Thanks.

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


[Dev] integration with wso2

2016-09-11 Thread Roger Giuffre
can you provide an economic offer related to the implementation of an
integration solution with killbill including rendering of invoices?

Regards

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


Re: [Dev] multi-tenant monetization

2016-08-11 Thread Roger Giuffre
At the tenant will be billed according to the number of users in the store
and the  number of bots also depending on the chosen subscription plan.

Roger



2016-08-11 8:29 GMT+02:00 Roger Giuffre <giuffres...@gmail.com>:

> Maybe I could not explain.
>
> My need is to make sure that there is the self-registration of admin users
> of the tenant in order to propose to it a subscription plan.
>
> I must use the identity server and google identity provider to signin in
> the platform and redirect to the tenant page to insert more details.
> In this moment i see that only a super user can create a new tenant in the
> admin console.
>
> Now i'm studying apache stratos. With your PAAS product can i enabled the
> billing foreach tenant in the system?
>
> Roger
>
> 2016-08-11 6:26 GMT+02:00 Thilini Cooray <thili...@wso2.com>:
>
>> Hi,
>>
>> You can enable self signup for tenants. It is not enabled by default for
>> API Manager, but it can be enabled using [1].
>> Also the workflows can be enabled for tenants [2].
>>
>> Regarding your concerns of running our products on Mesos, they are
>> capable of it. [3] contains mesos artifacts of the products and it is
>> possible to integrate with marathon.
>>
>> [1] https://docs.wso2.com/display/AM200/Customizing+the+API+
>> Store#CustomizingtheAPIStore-Enablingordisablingselfsignup
>> [2] https://docs.wso2.com/display/AM200/Configuring+Workflows+for+Tenants
>> [3] https://github.com/wso2/mesos-artifacts
>>
>> Thanks.
>>
>> On Wed, Aug 10, 2016 at 5:35 PM, Roger Giuffre <giuffres...@gmail.com>
>> wrote:
>>
>>>
>>> From what I am understanding to manage the monetization at level of
>>> tenant I should use your WSO2 Private PaaS that allows  to interoperate
>>> with your carbon applications and activate the billing to the tenant 
>>> subscription
>>> level.
>>> Right?
>>>
>>> 2016-08-10 13:02 GMT+02:00 Roger Giuffre <giuffres...@gmail.com>:
>>>
>>>> Hi, thanks for the response.
>>>>
>>>> In the carbon-multitenancy i see the class
>>>> TenantSelfRegistrationService.
>>>>
>>>> But I have the impression that it is no longer used.
>>>> I wanted to understand if it is already set up the ability to manage
>>>> the tenant subscriptions.
>>>>
>>>> The scenario should be as follows:
>>>>
>>>> - The tenant login through Identity Server from an identity provider
>>>> such as google or facebook
>>>> - If this is the first login is performed a redirect to the data entry page
>>>> to insert a domain name,  paypal account, your subscription plan, etc..
>>>>
>>>> I was thinking of a fixed subscription plan to be proposed to the
>>>> tenant for the insertion of his api. The reality in my case should
>>>> become a bot store.
>>>>
>>>> I was then thinking of preparing a new application at jaggery  with
>>>> this registration page.
>>>>
>>>> It would be interesting that there was also the possibility for the
>>>> tenant to use the workflow as in the case of the subscription workflow for
>>>> the apis
>>>>
>>>> Roger
>>>>
>>>> 2016-08-10 6:46 GMT+02:00 Thilini Cooray <thili...@wso2.com>:
>>>>
>>>>> Hi,
>>>>>
>>>>> WSO2 API Manager has the capability to enable monetization.
>>>>> You can get a clear idea about how to integrate your billing engine to
>>>>> API Manager by referring the article [1] and webinar [2].
>>>>>
>>>>> [1] http://wso2.com/library/articles/2016/07/article-enablin
>>>>> g-monetization-of-apis-with-wso2-api-manager/
>>>>> [2] http://wso2.com/library/webinars/2016/03/how-to-enable-m
>>>>> onetization-of-your-api-ecosystem/
>>>>>
>>>>> Thanks.
>>>>>
>>>>> On Tue, Aug 9, 2016 at 8:32 PM, Roger Giuffre <giuffres...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> I am exploring the architecture of your wso2am few months. I would
>>>>>> now like to understand if it is already set up an option to register
>>>>>> a tenant from a registration page after login with the identity
>>>>>> server. I'm working on integration with killbill and I want to create a
>>>>>> subscription plan on using the tenant by registered user.

[Dev] multi-tenant monetization

2016-08-09 Thread Roger Giuffre
I am exploring the architecture of your wso2am few months. I would now like to
understand if it is already set up an option to register a tenant from a
registration page after login with the identity server. I'm working on
integration
with killbill and I want to create a subscription plan on using the tenant
by registered user.

Anyway congratulations for the immense work you have done over the years

Right now I'm implementing the KillbillTenantManager class to handle the
persistence and save the data for the tenant created in killbill.

In generating how you plan to proceed with regard to the integration with
third-party billing-engine?

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