Re: [Dev] [DEV][API-M] Localization at tenant level

2017-05-09 Thread Amila Maha Arachchi
Yes, that would be ideal. But I dont know how feasible it is with the current implementation. On Tue, May 9, 2017 at 11:39 AM, Pubudu Priyashan wrote: > @Amila: True. But that will be a common set of strings per language > displayed for anyone who is using that particular language as default in

Re: [Dev] [DEV][API-M] Localization at tenant level

2017-05-09 Thread Nuwan Dias
I think its standard implementation that the content renders in the user's browser's language. Even within the same tenant, there can be users who read different languages. Some apps do have a control within the app itself to switch the language. On Tue, May 9, 2017 at 12:55 PM, Amila Maha Arachc

Re: [Dev] JPA in a custom connector

2017-05-09 Thread Thomas LEGRAND
Hello KasunG, OK. I generated the osgi bundle for OpenJPA with the following POM 'plugin configuration': org.apache.felix maven-bundle-plugin 2.3.7 true ${project.artifactId} ${project.artifactId} javax.*, org.apache.openjpa.* serp.* @openjpa-all-${version.openjpa}.jar!/META-INF/*, @openjpa-

Re: [Dev] IS 5.2.0 DB2 migration scripts

2017-05-09 Thread Abimaran Kugathasan
I'm Ok to enhance the documentation, but, we don't really need to use / as the terminator in migration scripts as they are supposed to run manually. On Tue, May 9, 2017 at 12:22 PM, Rajith Roshan wrote: > Hi, > > Yeah I think we can agree with maduranga. AFAIK this only happens with > db2. Becau

[Dev] Apache CXF Bundle Deployment In C4

2017-05-09 Thread John David
Hi All Is it possible to deploy cxf components in Carbon 4. If yes can you provide a documentation related to that. Thank You John Farsi ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] JPA in a custom connector

2017-05-09 Thread KasunG Gajasinghe
The osgi bundle needs to be placed directly in the dropins/ folder. Sorry I missed to tell you that. I still think this is a classloading issue. One thing you can try is including the openjpa classes and resources within your osgi bundle itself. Or, make your bundle a fragment of openjpa. See [1]

Re: [Dev] Clarification on 'Use tenant domain in local subject identifier' attribute

2017-05-09 Thread Hasanthi Purnima Dissanayake
Hi Maduranga, When we added this configuration, the expectation was to add the tenant > domain to the subject identifier no matter what is used as the subject > claim or it is a requested claim (it can be username or telephone number, > if this is enabled tenant domain should be appended). If we d

Re: [Dev] Apache CXF Bundle Deployment In C4

2017-05-09 Thread KasunG Gajasinghe
Hi John, Which Carbon product are you using? We do have support to deploy CXF based web applications [1] [1] https://docs.wso2.com/dosearchsite.action?searchQuery.queryString=ancestorIds%3A45968759+AND+cxf&searchQuery.spaceKey=AS530 On Tue, May 9, 2017 at 2:28 PM, John David wrote: > Hi All >

Re: [Dev] Clarification on 'Use tenant domain in local subject identifier' attribute

2017-05-09 Thread Ruwan Abeykoon
Hi All, +1 for making it simple. What I think is appending tenant domain irrespective of what claim used as subject id, when the parameter set to true; is the correct expectation. That will be true even if subject id is set as some unrealistic values such as gender or age. The realistic subject id

Re: [Dev] Clarification on 'Use tenant domain in local subject identifier' attribute

2017-05-09 Thread Pushpalanka Jayawardhana
Hi All, On Tue, May 9, 2017 at 3:05 PM, Ruwan Abeykoon wrote: > Hi All, > +1 for making it simple. > What I think is appending tenant domain irrespective of what claim used as > subject id, when the parameter set to true; is the correct expectation. > > That will be true even if subject id is se

[Dev] [Dashboard] Structure of dashboard.json

2017-05-09 Thread Lasantha Samarakoon
Hi all, With regard to the UUF dashboard component, we have decided to modify the current dashboard.json file which is used to define a particular dashboard. The main intension behind modifying the JSON is to simplify the current JSON structure and support the features such as defining multiple da

[Dev] SCIM API doesn't work when query parameters are URL encoded

2017-05-09 Thread Bhathiya Jayasekara
Hi IS team, In IS 5.3.0 SCIM API, this works. curl -v -k --user admin:admin https://localhost:9443/wso2/scim/Groups/?filter=*displayName+Eq+engineer* But this doesn't. curl -v -k --user admin:admin https://localhost:9443/wso2/scim/Groups/?filter= *displayName%2bEq%2bengineer* I created a JIRA

Re: [Dev] SCIM API doesn't work when query parameters are URL encoded

2017-05-09 Thread Bhathiya Jayasekara
Jira: https://wso2.org/jira/browse/IDENTITY-5921 On Tue, May 9, 2017 at 6:02 PM, Bhathiya Jayasekara wrote: > Hi IS team, > > In IS 5.3.0 SCIM API, > > this works. > > curl -v -k --user admin:admin https://localhost:9443/wso2/ > scim/Groups/?filter=*displayName+Eq+engineer* > > But this doesn't.

Re: [Dev] JPA in a custom connector

2017-05-09 Thread Thomas LEGRAND
Hello, I generated a bundle of my JPA project with the OpenJPA lib content to deploy it in dropins/ (I was already doing that before you mentionned it :P) but, when I call the wanted class, I have a NoClassDefFoundError: [2017-05-09 14:34:05,577] [] ERROR - NativeWorkerPool Uncaught exception jav

Re: [Dev] [CEP] GSoC Project - Siddhi Extension Doc Auto Generation

2017-05-09 Thread Sriskandarajah Suhothayan
Hi Nadun, Sorry for the late reply please find the new @Extension annotation update here, https://github.com/wso2/siddhi/pull/349 This is due such that extension will contain all information to generate the documentation. The changes are not committed to siddhi master. Can you implement HTML bas

Re: [Dev] [CEP] GSoC Project - Siddhi Extension Doc Auto Generation

2017-05-09 Thread Nadun De Silva
Hi, As I mentioned before I have already implemented the core documentation generation aspects like reading annotated metadata and generating simple HTML and markdown files. But there are few things I need to clarify before I proceed further, - Templating Engine - - Apache FreeMarker [1]

[Dev] WSO2 Developer Studio V3.8 Error

2017-05-09 Thread Christos Sifinos
Hello, I tried to create a new Jax-Ws Web Service from an existing WSDL but Developer Studio did not allow me to continue. Please find detailed my steps below: 1) Click "JAX-WS Service Project" in Deleveloper Studio Dashboard 2) Click "Create New JAX-WS Service Using WSDL File" 3) Click "Browse.

Re: [Dev] [CEP] GSoC Project - Siddhi Extension Doc Auto Generation

2017-05-09 Thread Nirmal Fernando
On Tue, May 9, 2017 at 6:52 PM, Nadun De Silva wrote: > Hi, > > As I mentioned before I have already implemented the core documentation > generation aspects like reading annotated metadata and generating simple > HTML and markdown files. But there are few things I need to clarify before > I proce

Re: [Dev] SCIM API doesn't work when query parameters are URL encoded

2017-05-09 Thread Farasath Ahamed
Hi Bhathiya, Actually, this is the expected behaviour[1]. The filter is actually "*displayName Eq engineer*" which when url encoded becomes "*displayName+Eq+engineer*" [1] https://tools.ietf.org/html/rfc7644#section-3.4.2.2 Thanks, Farasath Farasath Ahamed Software Engineer, WSO2 Inc.; http:/

Re: [Dev] SCIM API doesn't work when query parameters are URL encoded

2017-05-09 Thread Bhathiya Jayasekara
Understood. Thanks Farasath. On Tue, May 9, 2017 at 10:38 PM, Farasath Ahamed wrote: > Hi Bhathiya, > > Actually, this is the expected behaviour[1]. > The filter is actually "*displayName Eq engineer*" which when url encoded > becomes "*displayName+Eq+engineer*" > > > [1] https://tools.ietf.org/

Re: [Dev] SCIM API doesn't work when query parameters are URL encoded

2017-05-09 Thread Farasath Ahamed
On Tue, May 9, 2017 at 11:09 PM, Bhathiya Jayasekara wrote: > Understood. Thanks Farasath. > > On Tue, May 9, 2017 at 10:38 PM, Farasath Ahamed > wrote: > >> Hi Bhathiya, >> >> Actually, this is the expected behaviour[1]. >> The filter is actually "*displayName Eq engineer*" which when url >> en

Re: [Dev] SCIM API doesn't work when query parameters are URL encoded

2017-05-09 Thread Bhathiya Jayasekara
Yes, please put your comment there as well and close. Thanks, Bhathiya On Tue, May 9, 2017 at 11:11 PM, Farasath Ahamed wrote: > > > > On Tue, May 9, 2017 at 11:09 PM, Bhathiya Jayasekara > wrote: > >> Understood. Thanks Farasath. >> >> On Tue, May 9, 2017 at 10:38 PM, Farasath Ahamed >> wrot