Re: [Dev] [IS] Using email as username for a JDBC-based user store

2016-04-24 Thread Sherene Mahanama
Thanks Dilini and Tharindu. I indicated the JDBC specific properties and updated the page now. On Mon, Apr 25, 2016 at 11:04 AM, Tharindu Edirisinghe wrote: > *UserNameSearchFilter* and *UserNameListFilter* are LDAP specific > properties and not needed for JDBC userstores. >

[Dev] WSO2 Committers += Lasantha Samarakoon

2016-04-24 Thread Sinthuja Ragendran
Hi all, It's my pleasure to welcome Lasantha Samarakoon as a WSO2 Committer. LasanthaS was a key member in dashboard server team, and he has contributed in developing several features for the DS 2.0.0 release. In recognition of his contributions, ownership shown towards the tasks and

[Dev] [ESB][Automation] How to configure testcases to be run on a standalone server

2016-04-24 Thread Abimaran Kugathasan
Hi Devs, How can we configure testcases to be run on the standalone ESB? I don't need to start a ESB through automation framework, but, want to configure the automation framework to run the testcases on a standalone ESB. How can we point the hostname/port for the standalone ESB through

Re: [Dev] [IS] Using email as username for a JDBC-based user store

2016-04-24 Thread Tharindu Edirisinghe
*UserNameSearchFilter* and *UserNameListFilter* are LDAP specific properties and not needed for JDBC userstores. If you enable “*EnableEmailUserName*” in carbon.xml file regexp would be govern by "UsernameWithEmailJavaScriptRegEx" property not the “UsernameJavaRegEx”.. Therefore, you need to

Re: [Dev] [IS] Using email as username for a JDBC-based user store

2016-04-24 Thread Dilini Gunatilake
Hi Sherene, UserDNPattern property is not required to be configured for a JDBC user store. It is only needed for a LDAP to speed up the search operations. Also, no need to add the expression I have given in the documentation. Keep the default. Users can change this expression according to their

Re: [Dev] [IS] Using email as username for a JDBC-based user store

2016-04-24 Thread Sherene Mahanama
I added a note on this page [1] mentioning that these properties need to be added manually for the JDBCUserStoreManager. What about this property though? Is it no longer needed? - And the value for this property is different from the other types for the JDBCUserStoreManager right? -

Re: [Dev] [IS] Using email as username for a JDBC-based user store

2016-04-24 Thread Dilini Gunatilake
Hi Farasath, Those config parameters are not added in the JDBCUserStoreManager by default. But, you can follow the same doc you referred and add them manually. The required parameters are as follows. mail ((objectClass=identityPerson)(mail=?)) ((objectClass=identityPerson)(mail=*))

Re: [Dev] [IS] Using email as username for a JDBC-based user store

2016-04-24 Thread Tharindu Edirisinghe
Hi Farasath, Have you looked at [1] ? You should be able to get it to working with the instructions in that. [1] http://xacmlinfo.org/2014/10/07/email-username-with-identity-server/ Regards, TharinduE On Mon, Apr 25, 2016 at 7:05 AM, Danushka Fernando wrote: > Have you

Re: [Dev] Latest release tag in wso2-axis2 git repository is incorrect

2016-04-24 Thread Madhawa Gunasekara
Hi Sajith, the latest wso2-axis2 release is v1.6.1-wso2v17 [1] and DSS 3.5.0 uses v1.6.1-wso2v15 [2]. we have to change the latest release as v1.6.1-wso2v17 in the wso2-axis2 github repo. [1] https://github.com/wso2/wso2-axis2/releases/tag/v1.6.1-wso2v17 [2]

Re: [Dev] Working With VFS Sender in ESB

2016-04-24 Thread Yashothara Shanmugarajah
Hi, As the summary of my results of file connector (file move), herewith I have attached two graphs which is specifying heap memory usage when streaming in default VFS sender in ESB and using File connector. Best Regards, Yashothara.S Software Engineer WSO2 On Mon, Apr 25, 2016 at 6:23 AM,

Re: [Dev] [AS] Help to build product-as

2016-04-24 Thread Megala Uthayakumar
Hi, Thank you. I was able to build both master and v3.5.0. Earlier it was my fault, I forgot to export the MAVEN_OPTS after setting it. Thanks On Thu, Apr 21, 2016 at 8:48 PM, Rasika Perera wrote: > Hi Megala, > > [ERROR] Failed to execute goal >>

Re: [Dev] [IS] Using email as username for a JDBC-based user store

2016-04-24 Thread Danushka Fernando
Have you try adding the property to the configuration? Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mon, Apr 25, 2016 at 12:02 AM, Farasath Ahamed wrote: > I was able to set email as the username for an

Re: [Dev] Working With VFS Sender in ESB

2016-04-24 Thread Malaka Silva
Yashothara the idea should be if this (VFS sender) is currently not supported with file connector, incorporate the functionality to the connector. On Sun, Apr 24, 2016 at 6:04 PM, Yashothara Shanmugarajah < yashoth...@wso2.com> wrote: > This was default vfs sender. But I have used file connector

[Dev] Latest release tag in wso2-axis2 git repository is incorrect

2016-04-24 Thread Sajith Kariyawasam
Hi, In wso2-axis2 repo [1], the tag which is marked as "latest" seems incorrect. At the moment its v1.6.1-wso2v12 shown as the latest, but DSS 3.5.0 has v1.6.1-wso2v15 [1] https://github.com/wso2/wso2-axis2/releases Thanks, Sajith ___ Dev mailing

[Dev] [IS] Using email as username for a JDBC-based user store

2016-04-24 Thread Farasath Ahamed
I was able to set email as the username for an LDAP-based user store following [1]. Although [1] suggests it's the same for a JDBC-based user store I couldn't find the same config parameters in the user-mgt.xml for an external JDBC user store. Can someone pointout how to achieve the $subject?

Re: [Dev] [IS] Creating a Custom Workflow Implementation

2016-04-24 Thread Harsha Thirimanna
Hi Chamila, Yes, we can implement this using workflow framework. You can use current multi step template and have to implement several classes as follows. First you have to implement AbstractWorkflow because you are going to have new implementation. But still it has two another interfaces

[Dev] [IS] Creating a Custom Workflow Implementation

2016-04-24 Thread Chamila Wijayarathna
Hi all, Currently IS only support Workflow Implementation which used WSO2 BPS. I want to implement a usecase using IS workflow feature where when a user register, an email goes to that user's email and only when he clicked a link there user account get created. This is somewhat similar to ask

Re: [Dev] Working With VFS Sender in ESB

2016-04-24 Thread Yashothara Shanmugarajah
This was default vfs sender. But I have used file connector as the sender and I got snapshots for that. I will update the graph for file connector soon. Thank you. Best Regards, Yashothara.S Software Engineer WSO2 On Sun, Apr 24, 2016 at 8:03 AM, Malaka Silva wrote: > Did

[Dev] [Kubernetes] [MembershipScheme] Constructing API Server URL Using Kubernetes Env Variables

2016-04-24 Thread Imesh Gunaratne
Hi All, As you may already know WSO2 K8S membership scheme talks to K8S API Server to find the container IPs of Carbon servers in the same Carbon cluster. Until now we fetched the K8S API Server URL either from axis2.xml file or using an environment variable. I just updated the K8S membership