[Dev] [BPMN] Best practice in storing user credentials required for service tasks

2016-10-02 Thread Thilini Cooray
Hi all,

I have a BPMN process which is created for application creation approval in
API Manager. This process is deployed in a Activiti engine.
Once the user task is completed, I want to send a callback service back to
API Manager in order to change the application's status in APIM side.

I would like to know the best way to retrieve user credentials and store
them in order to call any external service (callback service to APIM in
this scenario).

Thank you.

-- 
Best Regards,

*Thilini Cooray*
Software Engineer
Mobile : +94 (0) 774 570 112 <%2B94%20%280%29%20774%20570112>
E-mail : thili...@wso2.com

WSO2 Inc. www.wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Setting the Application Base URI in msf4j

2016-10-02 Thread Lakshan Gamage
Hi Sagara,

Thanks for the information.
I will try to do that.

Thanks.

On Mon, Oct 3, 2016 at 11:08 AM, Sagara Gunathunga  wrote:

>
> Hi Lakshan,
>
> On Mon, Oct 3, 2016 at 9:22 AM, Lakshan Gamage  wrote:
>
>> Hi Sagara,
>>
>> Yes. I am using sub resources. But I wanted to know whether I can have a
>> base URI across several resource Classes for the whole application.
>>
>
> ATM we don't have this feature but +1 to implement.
>
> Why don't you try to implement this feature and send a PR ?
>
> Thanks !
>
>
>>
>> Thanks.
>>
>> On Mon, Oct 3, 2016 at 8:53 AM, Sagara Gunathunga 
>> wrote:
>>
>>>
>>>
>>> On Mon, Oct 3, 2016 at 7:54 AM, Lakshan Gamage  wrote:
>>>
 Hi all,

 Is there a way which I can set an application base URI to msf4j
 services? For example, http://localhost:8080/baseUri/resources.
 @ApplicationPath annotation is not supported, right?

>>>
>>> Can't you use sub-resources for your use case ?
>>> https://github.com/wso2/msf4j/blob/master/samples/subresourc
>>> e/src/main/java/org/wso2/msf4j/example/Country.java
>>>
>>> Thanks !
>>>

 Thanks.
 --

 *Lakshan Gamage*Software Engineering Intern
 WSO2 Inc.; http://wso2.com

 *E-mail: laks...@wso2.com *
 *Mobile: +94773472649 <%2B94773472649>*Lean . Enterprise . Middleware
 

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


>>>
>>>
>>> --
>>> Sagara Gunathunga
>>>
>>> Associate Director / Architect; WSO2, Inc.;  http://wso2.com
>>> V.P Apache Web Services;http://ws.apache.org/
>>> Linkedin; http://www.linkedin.com/in/ssagara
>>> Blog ;  http://ssagara.blogspot.com
>>>
>>>
>>
>>
>> --
>>
>> *Lakshan Gamage*Software Engineering Intern
>> WSO2 Inc.; http://wso2.com
>>
>> *E-mail: laks...@wso2.com *
>> *Mobile: +94773472649 <%2B94773472649>*Lean . Enterprise . Middleware
>> 
>>
>
>
>
> --
> Sagara Gunathunga
>
> Associate Director / Architect; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin; http://www.linkedin.com/in/ssagara
> Blog ;  http://ssagara.blogspot.com
>
>


-- 

*Lakshan Gamage*Software Engineering Intern
WSO2 Inc.; http://wso2.com

*E-mail: laks...@wso2.com *
*Mobile: +94773472649*Lean . Enterprise . Middleware

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


Re: [Dev] Setting the Application Base URI in msf4j

2016-10-02 Thread Sagara Gunathunga
Hi Lakshan,

On Mon, Oct 3, 2016 at 9:22 AM, Lakshan Gamage  wrote:

> Hi Sagara,
>
> Yes. I am using sub resources. But I wanted to know whether I can have a
> base URI across several resource Classes for the whole application.
>

ATM we don't have this feature but +1 to implement.

Why don't you try to implement this feature and send a PR ?

Thanks !


>
> Thanks.
>
> On Mon, Oct 3, 2016 at 8:53 AM, Sagara Gunathunga  wrote:
>
>>
>>
>> On Mon, Oct 3, 2016 at 7:54 AM, Lakshan Gamage  wrote:
>>
>>> Hi all,
>>>
>>> Is there a way which I can set an application base URI to msf4j
>>> services? For example, http://localhost:8080/baseUri/resources.
>>> @ApplicationPath annotation is not supported, right?
>>>
>>
>> Can't you use sub-resources for your use case ?
>> https://github.com/wso2/msf4j/blob/master/samples/subresourc
>> e/src/main/java/org/wso2/msf4j/example/Country.java
>>
>> Thanks !
>>
>>>
>>> Thanks.
>>> --
>>>
>>> *Lakshan Gamage*Software Engineering Intern
>>> WSO2 Inc.; http://wso2.com
>>>
>>> *E-mail: laks...@wso2.com *
>>> *Mobile: +94773472649 <%2B94773472649>*Lean . Enterprise . Middleware
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Sagara Gunathunga
>>
>> Associate Director / Architect; WSO2, Inc.;  http://wso2.com
>> V.P Apache Web Services;http://ws.apache.org/
>> Linkedin; http://www.linkedin.com/in/ssagara
>> Blog ;  http://ssagara.blogspot.com
>>
>>
>
>
> --
>
> *Lakshan Gamage*Software Engineering Intern
> WSO2 Inc.; http://wso2.com
>
> *E-mail: laks...@wso2.com *
> *Mobile: +94773472649 <%2B94773472649>*Lean . Enterprise . Middleware
> 
>



-- 
Sagara Gunathunga

Associate Director / Architect; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services;http://ws.apache.org/
Linkedin; http://www.linkedin.com/in/ssagara
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Invoking UserRegistrationAdminServiceClient inside a jsp

2016-10-02 Thread Denuwanthi De Silva
Hi Gayan,

Thank you . Yes it is working with SOAPUI when using the value provided by
you.
With the help of Gayan I could get it working after removing a depndency
for user registration stub  in the pom file of the webapp.

Thanks,


On Sun, Oct 2, 2016 at 11:18 AM, Gayan Gunawardana  wrote:

>
>
> On Sat, Oct 1, 2016 at 3:42 PM, Denuwanthi De Silva 
> wrote:
>
>> Hi,
>>
>> I have added a custom jsp class inside the authenticationendpoint webapp.
>> Inside that jsp class I'm trying to call the
>> 'readUserFieldsForUserRegistration()' method in
>> 'UserRegistrationAdminServiceClient' class.
>>
>> I have importyed the class using
>> <%@page import="org.wso2.carbon.identity.application.authentication.
>> endpoint.util.UserRegistrationAdminServiceClient"%>
>>
>> and then call
>> UserRegistrationAdminServiceClient registrationClient = new
>> UserRegistrationAdminServiceClient();
>>
>> But, this does not get executed properly.
>> When debugged I could see a NPE is happening inside the constructor.
>>
>> Does anyone know how to get this invoked properly?
>> Do I need to call some other method?
>>
>
> It simply works without any exception if you just pass '
> http://wso2.org/claims' as dialect.
>
> http://schemas.xmlsoap.org/soap/envelope/;
> xmlns:xsd="http://org.apache.axis2/xsd;>
>
>
>   
>  
>  http://wso2.org/claims
>   
>
> 
>
>>
>> I could see create_account.jsp has followed a similar approach[1].
>>
>>
>> [1]https://github.com/wso2/carbon-identity/blob/master/compo
>> nents/authentication-framework/org.wso2.carbon.identity.
>> application.authentication.endpoint/src/main/webapp/
>> create-account.jsp#L32
>>
>> Thanks
>>
>>
>>
>> --
>> Denuwanthi De Silva
>> Senior Software Engineer;
>> WSO2 Inc.; http://wso2.com,
>> Email: denuwan...@wso2.com
>> Blog: https://denuwanthi.wordpress.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Gayan Gunawardana
> Software Engineer; WSO2 Inc.; http://wso2.com/
> Email: ga...@wso2.com
> Mobile: +94 (71) 8020933
>



-- 
Denuwanthi De Silva
Senior Software Engineer;
WSO2 Inc.; http://wso2.com,
Email: denuwan...@wso2.com
Blog: https://denuwanthi.wordpress.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] how can I install GoDaddy SSL certificates for a new WSO2 keystore

2016-10-02 Thread Kamidu Punchihewa
Hi Brian,

You follow the below steps and add your Go daddy SSL certificate to the key
store.


>- Convert the downloaded ssl certificates from your vendor to .pem
>files.
>
> openssl x509 -in  -out 
> Example:
> openssl x509 -in your-domain-com-apache.crt -out your-domain-com-apache.pem
> openssl x509 -in your-domain-com-ee.crt -out your-domain-com-ee.pem
>
>- Create a certificate chain with the root and intermediate
>certifications.
>
> cat   ... >> 
> Example:
> cat your-domain-com-apache.pem your-domain-com-ee.pem >>
> clientcertchain.pem
> cat your-domain-com-apache.crt your-domain-com-ee.crt >>
> clientcertchain.crt
>
>- Export the SSL certificate chain file as a PKCS12 file with
>"wso2carbon" as the alias.
>
> openssl pkcs12 -export -out .p12 -inkey .key -in ia.crt
> -CAfile clientcertchain.pem -name ""
> Example:
> openssl pkcs12 -export -out KEYSTORE.p12 -inkey ia.key -in ia.crt -CAfile
> clientcertchain.pem -name "wso2carbon"
>


For more information on certificate chaning with wso2 server please reffer
to the article [1]. Please not the same communication mechanism we use for
device communication using exsisting SSL certificates, can be applied to
basic server communications too.

[1].
http://wso2.com/library/tutorials/2016/06/how-to-configure-device-communication-with-an-existing-ssl-certificate-with-wso2-enterprise-mobility-manager/

Thanks and Best Regards,

Thanks and Best Regards,

Kamidu Sachith Punchihewa
*Software Engineer*
WSO2, Inc.
lean . enterprise . middleware
Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>


Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
retransmit, disseminate, or otherwise use the information contained in this
communication. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.

On Sat, Oct 1, 2016 at 2:52 PM, Brian Saltzman 
wrote:

> the SSL zip file from GoDaddy contains two files
>
>- GoDaddy Certificate Bundles - G2 With Cross to G1, includes Root
>(gd_bundle-g2-g1.crt)
>- randomfile.crt (I'm assuming that is the ExternalCARoot file.)
>
> go daddy has a intermediate crt files here: https://certs.godaddy.
> com/repository
>
> from WSO2 docs they explain how to do this for Comodo CA
>
> https://docs.wso2.com/display/Carbon420/Creating+New+Keystores#
> CreatingNewKeystores-Step3:ImportCA-signedcertificatestokeystore
>
> keytool -import -trustcacerts -alias ExternalCARoot -file
> AddTrustExternalCARoot.crt -keystore newkeystore.jks -storepass mypassword
>
> keytool -import -trustcacerts -alias TrustCA -file COMODORSAAddTrustCA.crt
> -keystore newkeystore.jks -storepass mypassword
>
> keytool -import -trustcacerts -alias SecureServerCA -file
> COMODORSADomainValidationSecureServerCA.crt -keystore newkeystore.jks
> -storepass mypassword
>
> Please provide keytool commands to install GoDaddy certs and if I need two
> intermediate files and which ones from the intermediate link or if I can
> just use the bundle file.
>
> ___
> 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] Invoking UserRegistrationAdminServiceClient inside a jsp

2016-10-02 Thread Denuwanthi De Silva
Hi Rajith,

Yes I tried TenantDataManager.init(). The NPE went away, but the call for
backend service did not happen.
When checkd for the admin service in the server startup i couldn't find
it.I'm checking why the admin service is missing

Thanks,

On Sun, Oct 2, 2016 at 11:18 AM, Gayan Gunawardana  wrote:

>
>
> On Sat, Oct 1, 2016 at 3:42 PM, Denuwanthi De Silva 
> wrote:
>
>> Hi,
>>
>> I have added a custom jsp class inside the authenticationendpoint webapp.
>> Inside that jsp class I'm trying to call the
>> 'readUserFieldsForUserRegistration()' method in
>> 'UserRegistrationAdminServiceClient' class.
>>
>> I have importyed the class using
>> <%@page import="org.wso2.carbon.identity.application.authentication.
>> endpoint.util.UserRegistrationAdminServiceClient"%>
>>
>> and then call
>> UserRegistrationAdminServiceClient registrationClient = new
>> UserRegistrationAdminServiceClient();
>>
>> But, this does not get executed properly.
>> When debugged I could see a NPE is happening inside the constructor.
>>
>> Does anyone know how to get this invoked properly?
>> Do I need to call some other method?
>>
>
> It simply works without any exception if you just pass '
> http://wso2.org/claims' as dialect.
>
> http://schemas.xmlsoap.org/soap/envelope/;
> xmlns:xsd="http://org.apache.axis2/xsd;>
>
>
>   
>  
>  http://wso2.org/claims
>   
>
> 
>
>>
>> I could see create_account.jsp has followed a similar approach[1].
>>
>>
>> [1]https://github.com/wso2/carbon-identity/blob/master/compo
>> nents/authentication-framework/org.wso2.carbon.identity.
>> application.authentication.endpoint/src/main/webapp/
>> create-account.jsp#L32
>>
>> Thanks
>>
>>
>>
>> --
>> Denuwanthi De Silva
>> Senior Software Engineer;
>> WSO2 Inc.; http://wso2.com,
>> Email: denuwan...@wso2.com
>> Blog: https://denuwanthi.wordpress.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Gayan Gunawardana
> Software Engineer; WSO2 Inc.; http://wso2.com/
> Email: ga...@wso2.com
> Mobile: +94 (71) 8020933
>



-- 
Denuwanthi De Silva
Senior Software Engineer;
WSO2 Inc.; http://wso2.com,
Email: denuwan...@wso2.com
Blog: https://denuwanthi.wordpress.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Scatter and Gather Pattern for Dynamic Endpoints

2016-10-02 Thread Viraj Rajaguru
Hi,

On Mon, Oct 3, 2016 at 7:43 AM, Isuru Udana  wrote:

> Hi Isuru,
>
> By looking at the synapse code of RecipientListEndpoint, I can see that
> there is an option to pick endpoint list dynamically. I am not sure whether
> that is configurable through tooling. You may have a look on that.
>

ESB Tooling supports RecipientListEndpoint configurations.

Thanks,
Viraj.

>
> Please note that I haven't tried it out.
>
> Thanks.
>
>
> On Sun, Oct 2, 2016 at 11:12 AM, Isuru Haththotuwa 
> wrote:
>
>> Missed the link:
>>
>> [1]. https://docs.wso2.com/display/IntegrationPatterns/Scatter-Gather
>>
>> On Sun, Oct 2, 2016 at 11:12 AM, Isuru Haththotuwa 
>> wrote:
>>
>>> Hi Devs,
>>>
>>> Do we support $subject with latest ESB? The use case is as follows:
>>>
>>>- The endpoints are dynamically picked up during the mediation flow
>>>(Ex. via a DB query, etc.). The number of endpoints are not fixed
>>>- In the aggregation, need to wait till the all the endpoints to
>>>which the request were sent returns a response
>>>
>>> In the EIP sample [1], we can achieve the same with a fixed number of
>>> endpoints. Can we do the same with a dynamic number of endpoints?
>>>
>>> --
>>> Thanks and Regards,
>>>
>>> Isuru H.
>>> +94 716 358 048* *
>>>
>>>
>>>
>>
>>
>> --
>> Thanks and Regards,
>>
>> Isuru H.
>> +94 716 358 048* *
>>
>>
>>
>
>
> --
> *Isuru Udana*
> Technical Lead
> WSO2 Inc.; http://wso2.com
> email: isu...@wso2.com cell: +94 77 3791887
> blog: http://mytecheye.blogspot.com/
>



-- 
Viraj Rajaguru
Associate Technical Lead
WSO2 Inc. : http://wso2.com

Mobile: +94 77 3683068
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Setting the Application Base URI in msf4j

2016-10-02 Thread Lakshan Gamage
Hi Sagara,

Yes. I am using sub resources. But I wanted to know whether I can have a
base URI across several resource Classes for the whole application.

Thanks.

On Mon, Oct 3, 2016 at 8:53 AM, Sagara Gunathunga  wrote:

>
>
> On Mon, Oct 3, 2016 at 7:54 AM, Lakshan Gamage  wrote:
>
>> Hi all,
>>
>> Is there a way which I can set an application base URI to msf4j services?
>> For example, http://localhost:8080/baseUri/resources.
>> @ApplicationPath annotation is not supported, right?
>>
>
> Can't you use sub-resources for your use case ?
> https://github.com/wso2/msf4j/blob/master/samples/
> subresource/src/main/java/org/wso2/msf4j/example/Country.java
>
> Thanks !
>
>>
>> Thanks.
>> --
>>
>> *Lakshan Gamage*Software Engineering Intern
>> WSO2 Inc.; http://wso2.com
>>
>> *E-mail: laks...@wso2.com *
>> *Mobile: +94773472649 <%2B94773472649>*Lean . Enterprise . Middleware
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Sagara Gunathunga
>
> Associate Director / Architect; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin; http://www.linkedin.com/in/ssagara
> Blog ;  http://ssagara.blogspot.com
>
>


-- 

*Lakshan Gamage*Software Engineering Intern
WSO2 Inc.; http://wso2.com

*E-mail: laks...@wso2.com *
*Mobile: +94773472649*Lean . Enterprise . Middleware

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


Re: [Dev] Setting the Application Base URI in msf4j

2016-10-02 Thread Sagara Gunathunga
On Mon, Oct 3, 2016 at 7:54 AM, Lakshan Gamage  wrote:

> Hi all,
>
> Is there a way which I can set an application base URI to msf4j services?
> For example, http://localhost:8080/baseUri/resources.
> @ApplicationPath annotation is not supported, right?
>

Can't you use sub-resources for your use case ?
https://github.com/wso2/msf4j/blob/master/samples/subresource/src/main/java/org/wso2/msf4j/example/Country.java


Thanks !

>
> Thanks.
> --
>
> *Lakshan Gamage*Software Engineering Intern
> WSO2 Inc.; http://wso2.com
>
> *E-mail: laks...@wso2.com *
> *Mobile: +94773472649 <%2B94773472649>*Lean . Enterprise . Middleware
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Sagara Gunathunga

Associate Director / Architect; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services;http://ws.apache.org/
Linkedin; http://www.linkedin.com/in/ssagara
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Setting the Application Base URI in msf4j

2016-10-02 Thread Lakshan Gamage
Hi all,

Is there a way which I can set an application base URI to msf4j services?
For example, http://localhost:8080/baseUri/resources.
@ApplicationPath annotation is not supported, right?

Thanks.
-- 

*Lakshan Gamage*Software Engineering Intern
WSO2 Inc.; http://wso2.com

*E-mail: laks...@wso2.com *
*Mobile: +94773472649*Lean . Enterprise . Middleware

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


Re: [Dev] Scatter and Gather Pattern for Dynamic Endpoints

2016-10-02 Thread Isuru Udana
Hi Isuru,

By looking at the synapse code of RecipientListEndpoint, I can see that
there is an option to pick endpoint list dynamically. I am not sure whether
that is configurable through tooling. You may have a look on that.

Please note that I haven't tried it out.

Thanks.


On Sun, Oct 2, 2016 at 11:12 AM, Isuru Haththotuwa  wrote:

> Missed the link:
>
> [1]. https://docs.wso2.com/display/IntegrationPatterns/Scatter-Gather
>
> On Sun, Oct 2, 2016 at 11:12 AM, Isuru Haththotuwa 
> wrote:
>
>> Hi Devs,
>>
>> Do we support $subject with latest ESB? The use case is as follows:
>>
>>- The endpoints are dynamically picked up during the mediation flow
>>(Ex. via a DB query, etc.). The number of endpoints are not fixed
>>- In the aggregation, need to wait till the all the endpoints to
>>which the request were sent returns a response
>>
>> In the EIP sample [1], we can achieve the same with a fixed number of
>> endpoints. Can we do the same with a dynamic number of endpoints?
>>
>> --
>> Thanks and Regards,
>>
>> Isuru H.
>> +94 716 358 048* *
>>
>>
>>
>
>
> --
> Thanks and Regards,
>
> Isuru H.
> +94 716 358 048* *
>
>
>


-- 
*Isuru Udana*
Technical Lead
WSO2 Inc.; http://wso2.com
email: isu...@wso2.com cell: +94 77 3791887
blog: http://mytecheye.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [APPM]Signature validation failed error when trying to login to publisher of APPM as a tenant admin

2016-10-02 Thread Megala Uthayakumar
Hi All,

When I try to login to carbon-appmgt publisher as a tenant admin in EMM, it
prints the following message in the console,
*[2016-10-02 20:23:46,814] ERROR
{org.wso2.carbon.identity.authenticator.saml2.sso.SAML2SSOAuthenticator} -
 Authentication Request is rejected. Signature validation failed.*

But I tried the same with the APPM pack downloaded from jenkins. But the
relevant error message is not getting printed in the same scenario. While
further analyzing, I found that by default, AssertionSignatureValidation is
disabled in APPM [1]. What is the reason behind disabling this?

[1]
https://github.com/wso2/product-app-manager/blob/master/modules/distribution/product/pom.xml#L107

Thanks.

Regards,
Megala
-- 
Megala Uthayakumar

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