Re: [Dev] Pass dynamic values to class mediator

2016-06-01 Thread Kathees Rajendram
Hi Godwin/Isuru, This may not be a good approach. You can define a static property. In static property you can dynamically assign dynamic properties and values as key value pairs with the patterns (dynamicProperty1: value1, dynamicProperty2: value2, etc.). dynamicProperty1: value1,

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-06-01 Thread Fazlan Nazeem
Thanks Megala. Will upgrade On Wed, Jun 1, 2016 at 6:57 PM, Megala Uthayakumar wrote: > Hi, > > We have done the carbon-dashboards 1.0.18 release with the fix for the > remaining online feature. > > Thanks. > > On Mon, May 30, 2016 at 2:03 PM, Fazlan Nazeem

Re: [Dev] Pass dynamic values to class mediator

2016-06-01 Thread Isuru Udana
Hi Rajjaz, Godwin is asking about class mediators not connectors. On Thu, Jun 2, 2016 at 10:38 AM, Rajjaz Mohammed wrote: > Hi Godwin, > You can receive dynamic values in class level without set in the property > configuration. > > for example: > > raj >

Re: [Dev] [GSOC 16] Initial Project Progress

2016-06-01 Thread Imesh Gunaratne
On Thu, Jun 2, 2016 at 10:33 AM, Osura Rathnayake wrote: > Hi mentors, > > When developing the membership scheme, from where can I get > the HazelcastMembershipScheme interface? I Googled but couldn't find an > appropriate jar file or anything. the one that netbeans suggests

Re: [Dev] Pass dynamic values to class mediator

2016-06-01 Thread Rajjaz Mohammed
Hi Godwin, You can receive dynamic values in class level without set in the property configuration. for example: raj com.sun.enterprise.naming.SerialInitContextFactory localhost 3700 these values are dynamic values so we can receive these values in code level without set

Re: [Dev] [GSOC 16] Initial Project Progress

2016-06-01 Thread Osura Rathnayake
Hi mentors, When developing the membership scheme, from where can I get the HazelcastMembershipScheme interface? I Googled but couldn't find an appropriate jar file or anything. the one that netbeans suggests also cannot be downloaded. Thanks, On Mon, May 30, 2016 at 1:49 AM, Osura Rathnayake

Re: [Dev] Unexpected error occured when generating SAML2 bearer token using API manager- IS integrated setup.

2016-06-01 Thread Nuwan Dias
Ok thanks, if there is no API change we don't have to worry. Thanks, NuwanD. On Thu, Jun 2, 2016 at 10:10 AM, Johann Nallathamby wrote: > Hi Nuwan, > > For SAML2 SSO this is how it has been all this time. Because we can't > guarantee the issuer will be unique across tenants

[Dev] API-M Analytics 1.0.0-SNAPSHOT Nightly build - 01/06/2016

2016-06-01 Thread Nirmal Fernando
Hi All, Please find the API-M Analytics 1.0.0-SNAPSHOT Nightly build pack here: https://wso2.org/jenkins/job/analytics-apim/126/org.wso2.analytics.apim$wso2analytics-apim/artifact/org.wso2.analytics.apim/wso2analytics-apim/1.0.0-SNAPSHOT/wso2analytics-apim-1.0.0-SNAPSHOT.zip -- Thanks &

Re: [Dev] Unexpected error occured when generating SAML2 bearer token using API manager- IS integrated setup.

2016-06-01 Thread Johann Nallathamby
Hi Nuwan, For SAML2 SSO this is how it has been all this time. Because we can't guarantee the issuer will be unique across tenants unlike the client id in oauth2, which is a UUID. In IS even for OAuth2 we were sending the tenantDomain to token endpoint for all the grant types. However later

Re: [Dev] Unexpected error occured when generating SAML2 bearer token using API manager- IS integrated setup.

2016-06-01 Thread Nuwan Dias
So for tenant users, the samlsso url has changed (requires tenantDomain query param)? Does this mean that for tenant users who are migrating to the new version, they have to change their Application's SSO handling code? Thanks, NuwanD. On Thu, Jun 2, 2016 at 8:48 AM, Farasath Ahamed

Re: [Dev] Pass dynamic values to class mediator

2016-06-01 Thread Godwin Shrimal
Hi Isuru, Thanks for quick response, I'll proceed with by setting property. Thanks Godwin On Wed, Jun 1, 2016 at 10:32 PM, Isuru Udana wrote: > Hi Godwin, > > It is not possible to pass dynamic values using the property configuration > element. It only support static

Re: [Dev] Pass dynamic values to class mediator

2016-06-01 Thread Isuru Udana
Hi Godwin, It is not possible to pass dynamic values using the property configuration element. It only support static values. The only option is to set some property using the property mediator and within the class mediator code read that property using synCtx.getProperty('prop_name_here')

[Dev] Pass dynamic values to class mediator

2016-06-01 Thread Godwin Shrimal
Hi All, How can we pass dynamic values to class mediator ?, if we try to do as below it give a error *A Class mediator property must specify name and value attributes, or a name and a child XML fragment* How can we achieve this ? Thanks Godwin -- *Godwin Amila Shrimal* Senior

Re: [Dev] Unexpected error occured when generating SAML2 bearer token using API manager- IS integrated setup.

2016-06-01 Thread Farasath Ahamed
Hi Chamara, Sorry, I missed out some details. I tested the SAML Bearer Grant with an Identity Server 5.3.0 M1 pack. I had to change the samlsso URL to *https://localhost:9443/samlsso?tenantDomain=wso2.com *to log in as a user in the tenant

Re: [Dev] [GSoC 2016]Proposal 03: [ML]Visual(Deep) Neural Network Builder -Project Progress

2016-06-01 Thread Upul Bandara
Yes at the moment this looks OK. Please put some effort to create a basic version of the NN builder and let's have a quick demo. Let me know if you have further questions or clarifications. Thanks, Upul On Wed, Jun 1, 2016 at 11:29 PM, Lakini Senanayaka < lakinisenanayak...@gmail.com> wrote:

Re: [Dev] Puppet modules are not compatible with puppet 4

2016-06-01 Thread Imesh Gunaratne
On Thu, Jun 2, 2016 at 12:49 AM, Manuranga Perera wrote: > Yes it is coming when running with Vagrent, but I don't think this is > vagrant only issue. When I try to run puppet agent apply after SSHing in I > still get the same error. May be I can manually run by giving differing >

Re: [Dev] Unexpected error occured when generating SAML2 bearer token using API manager- IS integrated setup.

2016-06-01 Thread Chamara Ariyarathne
Hi Farsath, Some unclear points. On Thu, Jun 2, 2016 at 2:47 AM, Farasath Ahamed wrote: > Hi, > > I tested the SAML2 bearer grant with travelocity app for a tenant user and > I was able to get an access token with any issue. > "with" or "without"? > I had to change the

Re: [Dev] Issues in loading shared dashboard with registry cache enabled

2016-06-01 Thread Chandana Napagoda
Hi Sinthuja, >From the registry point of view, we are not replicating one tenant's resources into another tenant's registry. I would like to know how you guys set one resource visible to other tenants? Regards, Chandana On Jun 1, 2016 11:47 PM, "Sinthuja Ragendran" wrote: >

Re: [Dev] Unexpected error occured when generating SAML2 bearer token using API manager- IS integrated setup.

2016-06-01 Thread Farasath Ahamed
Hi, I tested the SAML2 bearer grant with travelocity app for a tenant user and I was able to get an access token with any issue. I had to change the samlsso URL to *https://localhost:9443/samlsso?tenantDomain=wso2.com *to get the sample

Re: [Dev] Jaguery app Deployment

2016-06-01 Thread Manuranga Perera
1) Did you upload to an existing same version of EMM product? Uploading the EMM app to some other WSO2 product will not work. 2) Go to repository\deployment\server\jaggeryapps and verify the app is successfully copied -- With regards, *Manu*ranga Perera. phone : 071 7 70 20 50 mail :

Re: [Dev] Puppet modules are not compatible with puppet 4

2016-06-01 Thread Manuranga Perera
Yes it is coming when running with Vagrent, but I don't think this is vagrant only issue. When I try to run puppet agent apply after SSHing in I still get the same error. May be I can manually run by giving differing command line args. But for now I will downgrade to puppet 3. On Fri, May 27,

[Dev] APIM 2.0.0-SNAPSHOT Nightly build - 01/06/2016

2016-06-01 Thread Bhathiya Jayasekara
Hi all, Please find APIM 2.0.0 SNAPSHOT nightly build here[1]. [1] https://svn.wso2.org/repos/wso2/scratch/2016/apim-2.0.0/wso2am-2.0.0-SNAPSHOT-01-06-2016.zip Thanks, -- *Bhathiya Jayasekara* *Senior Software Engineer,* *WSO2 inc., http://wso2.com * *Phone: +94715478185*

[Dev] Jaguery app Deployment

2016-06-01 Thread First NameTangwe Caleb
Good day. I succeded in getting wso2 emm running for me from source, step 2 would be modifications, I see a new javascript framework was adopted in it jagueryjs,  I did some modifications to modules\apps\jaggery\emm\src\emm , zipped the folder, and uploaded on Carbon but couldn't get to

[Dev] [BPS] Getting a list of user roles

2016-06-01 Thread Manuranga Perera
What are the ways to get a list of user roles in BPS to display in UI. What I can think of are : 1. Use the user mgt web service 2. Use embedded LDAP. Do we ship embedded LDAP (like in IS) with BPS ? Is there a better way? eg: a REST API ? -- With regards, *Manu*ranga Perera. phone : 071 7 70

Re: [Dev] Issues in loading shared dashboard with registry cache enabled

2016-06-01 Thread Sinthuja Ragendran
Hi, I did some further testing, and it looks like we are replicating the super tenant cache entries to tenant cache, when the tenant is loading at the first time. Because if I first create the dashboard (a registry resource) in super tenant and configured it to be shared by all nodes, and

Re: [Dev] [GSoC 2016]Proposal 03: [ML]Visual(Deep) Neural Network Builder -Project Progress

2016-06-01 Thread Lakini Senanayaka
Hi, Thank you very much Upul. I will submit a demo soon. I have drawn a sketch of NN builder front end[1]. Basically it will be like this UI[2].(The content will be changed.) [1]Sketch of NN Builder

Re: [Dev] Unexpected error occured when generating SAML2 bearer token using API manager- IS integrated setup.

2016-06-01 Thread Nuwan Dias
Tenant domain should not be a mandatory parameter for the token API. The fix that required it to be so was reverted (or fixed differently) by Johann. Could you please check and fix for the saml grant too? It now works for the password and client credential grants. On Wednesday, 1 June 2016,

Re: [Dev] Issues in loading shared dashboard with registry cache enabled

2016-06-01 Thread Megala Uthayakumar
Hi, We are using super-tenant registry to load the dashboards in other tenants. We are using following code. superTenantRegistry = new carbon.registry.Registry(server, { system: true, tenantId: carbon.server.superTenant.tenantId }); Thanks. Regards, Megala On Wed, Jun 1, 2016 at

Re: [Dev] Issues in loading shared dashboard with registry cache enabled

2016-06-01 Thread Chandana Napagoda
Hi, How are you sharing the asset between all the tenants? Is it a public visible asset? Regards, Chandana On Jun 1, 2016 10:08 PM, "Megala Uthayakumar" wrote: > Hi All, > > We are developing a shared dashboard feature for Dashboard Server. This > feature allows the dashboard

Re: [Dev] WSO2 Docker images layered composition

2016-06-01 Thread Isuru Haththotuwa
Hi Akila and Imesh, Without creating a base image, if we package everything in a product specific image, host it in a local registry, and provide instructions to create a local Dockerfile extending from that image, the time taken to build the local image would be lesser. This will speedup the

Re: [Dev] Issues in loading shared dashboard with registry cache enabled

2016-06-01 Thread Megala Uthayakumar
Yes. I tested with 4.5.4 carbon-registry version. On Wed, Jun 1, 2016 at 10:16 PM, Sinthuja Ragendran wrote: > Looping in registry team. Is this the known issue? Megala, I think you > tested with 4.5.4 carbon-registry version. > > > > On Wed, Jun 1, 2016 at 10:08 PM, Megala

Re: [Dev] Issues in loading shared dashboard with registry cache enabled

2016-06-01 Thread Sinthuja Ragendran
Looping in registry team. Is this the known issue? Megala, I think you tested with 4.5.4 carbon-registry version. On Wed, Jun 1, 2016 at 10:08 PM, Megala Uthayakumar wrote: > Hi All, > > We are developing a shared dashboard feature for Dashboard Server. This > feature allows

Re: [Dev] GSOC 2016: Proposal 7

2016-06-01 Thread Dinanjana Gunaratne
Hello all, Progress of the tool so far The tool can be deployed in a remote machine to monitor ESB instance. It connects to MBanServer of the targeted machine through RMI. Currently it monitors memory usage, CPU usage and Network traffic of the ESB. Network traffic details are gathered through

Re: [Dev] Error stacktrace printed during Carbon caching PAX logging tests

2016-06-01 Thread Afkham Azeez
That fixed it. Thanks. On Wed, Jun 1, 2016 at 9:24 PM, Aruna Karunarathna wrote: > Please refer to mail @architecture [1], if we doesn't inject the service > the container won't fully start. > > [1] [C5] Must Inject CarbonServerInfo when writing OSGi Test Cases > > On Wed, Jun

[Dev] Issues in loading shared dashboard with registry cache enabled

2016-06-01 Thread Megala Uthayakumar
Hi All, We are developing a shared dashboard feature for Dashboard Server. This feature allows the dashboard created from super-tenant to be shared among all the tenants. We have observed following behavior when developing this feature. When we create a shareable dashboard in super-tenant mode

Re: [Dev] Best way to access an osgi service from an AdminService

2016-06-01 Thread Geesara Prathap
getOSGiService(Class clazz) method has been deprecated. You can verify it by looking its implementation class: org.wso2.carbon.context.PrivilegedCarbonContext. How about this way public static AnalyticsDataAPI getAnalyticsDataAPI() { PrivilegedCarbonContext ctx =

[Dev] WSO2 Carbon Datasources 1.0.0 Released

2016-06-01 Thread KasunG Gajasinghe
WSO2 Carbon Datasources 1.0.0 Release The Carbon team is pleased to announce the release of Carbon Datasources 1.0 .0. Listed below are the features introduced with this release. Features - Create javax.sql.Datasource objects, and optionally bind it via JNDi - Exposing OSGi Services to

[Dev] WSO2 Carbon JNDI 1.0.0 Released

2016-06-01 Thread Nipuni Perera
WSO2 Carbon JNDI 1.0.0 Released The Carbon team is pleased to announce the release of Carbon JNDI 1.0.0. Listed below are the features introduced with this release. Features - In-memory JNDI service provider implementation. - OSGi JNDI Service specification implementation. - Mechanism

Re: [Dev] ESB 5 Beta - Shared subscriber doesn't connect

2016-06-01 Thread Dilshani Subasinghe
Hi Manuranga, Sure, will do. I also identified similar scenarios while testing JMS Transport service parameters. Regards, Dilshani ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] How to create a signed auth request using sso module within jaggery-extensions

2016-06-01 Thread Udara Rathnayake
Hi All, We have buildAuthenticationRequest[1] wrapped within our sso client js module. Noticed following error after enabling sso with signature validation, WARN {org.wso2.carbon.identity.sso.saml.processors.SPInitSSOAuthnRequestProcessor} - Destination validation for Authentication Request

Re: [Dev] Error stacktrace printed during Carbon caching PAX logging tests

2016-06-01 Thread Aruna Karunarathna
Please refer to mail @architecture [1], if we doesn't inject the service the container won't fully start. [1] [C5] Must Inject CarbonServerInfo when writing OSGi Test Cases On Wed, Jun 1, 2016 at 9:20 PM, KasunG Gajasinghe wrote: > Yes, it's an osgi test. Any reason why we

Re: [Dev] Error stacktrace printed during Carbon caching PAX logging tests

2016-06-01 Thread KasunG Gajasinghe
Yes, it's an osgi test. Any reason why we need to inject that service? On Wed, Jun 1, 2016 at 9:14 PM, Aruna Karunarathna wrote: > Is this an OSGi test?.. If so did you inject the CarbonServerInfo service? > > On Wed, Jun 1, 2016 at 9:05 PM, Afkham Azeez wrote:

[Dev] WSO2 Carbon Deployment 5.0.0 Released

2016-06-01 Thread KasunG Gajasinghe
WSO2 Carbon Deployment 5.0.0 Release The Carbon team is pleased to announce the release of Carbon Deployment 5.0.0. Listed below are the features introduced with this release. The Carbon deployment framework that was previously part of carbon-kernel is now maintained separately with this release.

Re: [Dev] Error stacktrace printed during Carbon caching PAX logging tests

2016-06-01 Thread Aruna Karunarathna
Is this an OSGi test?.. If so did you inject the CarbonServerInfo service? On Wed, Jun 1, 2016 at 9:05 PM, Afkham Azeez wrote: > What could be the reason for the following? > > > 21:03:36.298 [Timer-0] ERROR >

[Dev] Error stacktrace printed during Carbon caching PAX logging tests

2016-06-01 Thread Afkham Azeez
What could be the reason for the following? 21:03:36.298 [Timer-0] ERROR org.wso2.carbon.kernel.internal.runtime.RuntimeServiceListenerComponent - Error while starting runtime from Runtime manager java.lang.IllegalStateException: BundleContext is no longer valid at

Re: [Dev] ESB 5 Beta - Shared subscriber doesn't connect

2016-06-01 Thread Manuranga Perera
Hi Ravindra, I was setting up using axis2.xml, when I switched to inbound endpoint it worked. But I believe we need to fix this for axis2 xml as well. Hi Dilshani, Shall we add a test case for testing shared subscription configured via axis2 as well. On Fri, May 27, 2016 at 11:51 PM, Ravindra

Re: [Dev] Retrieving OAuth2 app details during DCR request

2016-06-01 Thread Harsha Thirimanna
Hi Kaveesha, It is not clear in [2] point you mentioned. Basically, you want to update Service Provider using new request data, right ? In [1] point, you meant to get *InboundAuthenticationConfig* object from ServiceProvider ? Yes you can just pass client id, request type and tenant domain to

Re: [Dev] Unexpected error occured when generating SAML2 bearer token using API manager- IS integrated setup.

2016-06-01 Thread Pushpalanka Jayawardhana
Hi Sewmini, Please try sending the tenantDomain as a query param in the cURL command's token endpoint as below. https://localhost:9443/oauth2/token?tenantDomain= Thanks, On Wed, Jun 1, 2016 at 8:15 PM, Sewmini Jayaweera wrote: > Adding dev@wso2.org > > Sewmini Jayaweera >

Re: [Dev] Unexpected error occured when generating SAML2 bearer token using API manager- IS integrated setup.

2016-06-01 Thread Sewmini Jayaweera
Adding dev@wso2.org Sewmini Jayaweera *Software Engineer - QA Team* Mobile: +94 (0) 773 381 250 sewm...@wso2.com On Wed, Jun 1, 2016 at 8:13 PM, Sewmini Jayaweera wrote: > Hi APIM / IS teams, > > I am testing 'Exchanging SAML2 Bearer Tokens with OAuth2' (SAML Extension >

Re: [Dev] Retrieving OAuth2 app details during DCR request

2016-06-01 Thread Gayan Gunawardana
Hi Kaveesha, You can go through the previously done implementation of DCR in [1]. Have a look at "DynamicClientRegistrationServiceImpl". [1] https://github.com/wso2/carbon-identity/pull/1712 On Wed, Jun 1, 2016 at 4:38 PM, Gayan Gunawardana wrote: > Adding Harsha. > > On Wed,

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-06-01 Thread Megala Uthayakumar
Hi, We have done the carbon-dashboards 1.0.18 release with the fix for the remaining online feature. Thanks. On Mon, May 30, 2016 at 2:03 PM, Fazlan Nazeem wrote: > Hi Megala, > > Please let us know once the new release is done. For now we will go with > 1.0.17. > > On Mon,

Re: [Dev] [DEV][IS] User Store error while doing GREG performance testing in clustered setup

2016-06-01 Thread Kasun Bandara
Hi Thushara, Seems like the root cause of the issue originates from the below stack-trace. *JDBCAuthorizationManager.java:1378)* * at org.wso2.carbon.user.core.authorization.JDBCAuthorizationManager.isUserAuthorized(JDBCAuthorizationManager.java:168)* As you said in the offline discussion this

Re: [Dev] Retrieving OAuth2 app details during DCR request

2016-06-01 Thread Gayan Gunawardana
Adding Harsha. On Wed, Jun 1, 2016 at 4:04 PM, Kaveesha Perera wrote: > Hi, > > I'm working on a bug in APIM of Dynamic client registration as explained > in [1]. There I'm going to retrieve the relevant OAuth2 app details when > a user trying to send a DCR request for an

Re: [Dev] Help setup SSO in APIM

2016-06-01 Thread Thilini Cooray
Hi, As per the discussion in [1], this issue can arise due to a certificate mismatch of portal and your IdP. Can you please check whether you can follow suggested solutions? [1] http://mail.wso2.org/mailarchive/dev/2015-January/042262.html Thanks. On Wed, Jun 1, 2016 at 2:08 PM, Megala

[Dev] Retrieving OAuth2 app details during DCR request

2016-06-01 Thread Kaveesha Perera
Hi, I'm working on a bug in APIM of Dynamic client registration as explained in [1]. There I'm going to retrieve the relevant OAuth2 app details when a user trying to send a DCR request for an already existing Application. For that I need to get the OAuth application information present in the

Re: [Dev] [MSF4J] Swagger documentation not working when using OSGi components.

2016-06-01 Thread Hemika Kodikara
Hi Azeez/Samiyuru, Please review the following PR[1] and merge for the mentioned issue[2] : [1] - https://github.com/wso2/msf4j/pull/172 [2] - https://wso2.org/jira/browse/WMS-68 Regards, Hemika Hemika Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware http://wso2.com Mobile

Re: [Dev] APIM 2.0.0-SNAPSHOT Nightly build - 27/05/2016

2016-06-01 Thread Ushani Balasooriya
Thanks Bhathiya. On Wed, Jun 1, 2016 at 2:53 PM, Bhathiya Jayasekara wrote: > Hi Ushani, > > Please find p2-repo here[1]. > > [1] > https://svn.wso2.org/repos/wso2/scratch/2016/apim-2.0.0/p2-repos/pre-beta/p2-repo.zip > > Thanks, > Bhathiya > > On Mon, May 30, 2016 at 10:54

Re: [Dev] APIM 2.0.0-SNAPSHOT Nightly build - 27/05/2016

2016-06-01 Thread Bhathiya Jayasekara
Hi Ushani, Please find p2-repo here[1]. [1] https://svn.wso2.org/repos/wso2/scratch/2016/apim-2.0.0/p2-repos/pre-beta/p2-repo.zip Thanks, Bhathiya On Mon, May 30, 2016 at 10:54 AM, Bhathiya Jayasekara wrote: > Hi Ushani, > > The blocker from IS side is resolved now. So I

Re: [Dev] [DS] UI Design - Multiple views support for page based on roles (Designer View)

2016-06-01 Thread Udara Rathnayake
On Wed, Jun 1, 2016 at 11:51 AM, Tanya Madurapperuma wrote: > Hi, > > On Wed, Jun 1, 2016 at 11:09 AM, Udara Rathnayake wrote: > >> Hi Tanya, >> >> On Wed, Jun 1, 2016 at 10:56 AM, Tanya Madurapperuma >> wrote: >> >>> Hi Udara, >>> >>> From

Re: [Dev] [GSoC 2016]Proposal 03: [ML]Visual(Deep) Neural Network Builder -Project Progress

2016-06-01 Thread Upul Bandara
Hi, Good progress. The key parts of the project are designing the front-end of NN builder, communicating between the front-end and the Deeplearning4J back-end. So at this stage of the project, it is better to put your effort on above the components. Later, we can integrate what you have built

Re: [Dev] Help setup SSO in APIM

2016-06-01 Thread Megala Uthayakumar
Hi Farasath, I have used only response signing on. But still I have the same issue. Thanks. On Wed, Jun 1, 2016 at 12:46 PM, Farasath Ahamed wrote: > Hi Megala, > > Have you enabled Signature validation for Authentication requests? If so > can you try the scenario with

Re: [Dev] [ESB] Twitter Connector and Inbound

2016-06-01 Thread Anoukh Jayawardena
Hi Kathees, Understood. I will try it out. Thanks, Anoukh On Wed, Jun 1, 2016 at 1:03 PM, Kathees Rajendram wrote: > Hi Anoukh, > > Before sending the stream data to CEP, you can filter the stream data in > ESB. In twitter inbound endpoint, use the track operation. From the

Re: [Dev] [DEV][IS] User Store error while doing GREG performance testing in clustered setup

2016-06-01 Thread Thushara Ranawaka
Hi Chaminda, Yes, I agree with Chandana. I didn't see any hazelcast[1] related errors in the stack-trace. [1] - HazelcastException Thanks, Thushara. On Wed, Jun 1, 2016 at 1:20 PM, Chandana Napagoda wrote: > Hi Chaminda, > > I don't think REGISTRY-3430

Re: [Dev] [DEV][IS] User Store error while doing GREG performance testing in clustered setup

2016-06-01 Thread Chandana Napagoda
Hi Chaminda, I don't think REGISTRY-3430 [1] and above issue are sameone. @Thushara, Is the complete stack traces same as in REGISTRY-3430? [1]. https://wso2.org/jira/browse/WSAS-2019 On Wed, Jun 1, 2016 at 12:11 PM, Chaminda Jayawardena

Re: [Dev] [ESB] Twitter Connector and Inbound

2016-06-01 Thread Kathees Rajendram
Hi Anoukh, Before sending the stream data to CEP, you can filter the stream data in ESB. In twitter inbound endpoint, use the track operation. From the output, you can filter the stream for the particular ID using Xpath expression. Thanks, Kathees On Wed, Jun 1, 2016 at 12:37 PM, Anoukh

Re: [Dev] Help setup SSO in APIM

2016-06-01 Thread Farasath Ahamed
Hi Megala, Have you enabled Signature validation for Authentication requests? If so can you try the scenario with only Response signing on and see if it works for tenants as well. Thanks, Farasath Ahamed Software Engineer, WSO2 Inc.; http://wso2.com lean.enterprise.middleware Email:

Re: [Dev] [ESB] Twitter Connector and Inbound

2016-06-01 Thread Anoukh Jayawardena
Hi Kathees, Yes, since twitter API doesn't have AND operation what we can do is a "filter" process. As you said, we are using the track operation only and from this stream we read the user ID and filter the ones we need. We do this manual filtering in CEP currently. If we pass the follower ID to

[Dev] Fwd: GSOC 2016 - Project 21 : MongoDB Userstore Development

2016-06-01 Thread Asantha Thilina
-- Forwarded message -- From: Asantha Thilina Date: Wed, Jun 1, 2016 at 2:51 AM Subject: Re: GSOC 2016 - Project 21 : MongoDB Userstore Development To: Tharindu Edirisinghe Cc: WSO2 Developers' List , Lakmal Rupasinghe <

Re: [Dev] Removing only a jar file inside a patch directory will not reflected on patch applying process

2016-06-01 Thread Nuwan Wimalasekara
Hi Manoj, Yes. Even if the jar is removed, plugin directory has the same md5 value of removed jar. means It is not reverted. To revert the jar, we have to remove the patch directory and restart the server. Thanks, Nuwanw On Wed, Jun 1, 2016 at 12:03 PM, Manoj Kumara wrote: >

[Dev] Best way to access an osgi service from an AdminService

2016-06-01 Thread Fathima Dilhasha
Hi, I have an Admin Service which accesses a method in an already available osgi service. I am using the following code segment to achieve this. PrivilegedCarbonContext.startTenantFlow(); Object service =

Re: [Dev] [DEV][IS] User Store error while doing GREG performance testing in clustered setup

2016-06-01 Thread Chaminda Jayawardena
I noticed same during GREG5.2.0 Release testing, reported in [1] and also couldn't find the exact cause for the issue. [1] https://wso2.org/jira/browse/REGISTRY-3430 On Wed, Jun 1, 2016 at 11:18 AM, Thushara Ranawaka wrote: > Hi Everyone, > > This is continuously

Re: [Dev] Help setup SSO in APIM

2016-06-01 Thread Ruwan Abeykoon
Hi All, We embedded the dashboard not using SSO, but with custom Jaggery page inside "admin-dashboard" app. So the authentication session with "admin-dashboard" is sufficient for all auth/authz purpose. Hence the above problem does not arise. Therefore that work is not technically related to this

Re: [Dev] Removing only a jar file inside a patch directory will not reflected on patch applying process

2016-06-01 Thread Manoj Kumara
During patch application it validate the md5sum's of the jars as well. Can you please verify the removed jar has a different md5 value from what's there in the server ? *Manoj Kumara* WSO2 Inc. *| **lean. enterprise. middleware.* *Mobile:* +94 713 448188 On Wed, Jun 1, 2016 at 11:53 AM, Nuwan

Re: [Dev] [DEV] [ESB] [SMPP Transport] Unable to send message

2016-06-01 Thread Rajjaz Mohammed
Hi Biruntha, AFAIK your correct. Your testing Sending SMS Alerts for failures. In blog[1] Step 6 you stop the service so it will produce error according to blog it's need to send as sms. [1] http://mytecheye.blogspot.com/2013/01/wso2-esb-sending-sms-alerts-for-failures.html On Wed, Jun 1, 2016

Re: [Dev] Help setup SSO in APIM

2016-06-01 Thread Megala Uthayakumar
ok. I will check with him. Thanks On Wed, Jun 1, 2016 at 11:46 AM, Nuwan Dias wrote: > Ruwan worked on embedding the portal within the admin-dashboard. Can you > please talk to him and see what this means in that context? > > On Wed, Jun 1, 2016 at 11:43 AM, Megala Uthayakumar

[Dev] Removing only a jar file inside a patch directory will not reflected on patch applying process

2016-06-01 Thread Nuwan Wimalasekara
Hi Carbon Team, I have observed $subject when I try to remove a jar file from patch directory. I know removing a jar file from patch directory is not a good practise when applying patches. But it may happen and then the behaviour is confusing. However if we update the a jar file inside a patch ,

Re: [Dev] [DS] UI Design - Multiple views support for page based on roles (Designer View)

2016-06-01 Thread Tanya Madurapperuma
Hi, On Wed, Jun 1, 2016 at 11:09 AM, Udara Rathnayake wrote: > Hi Tanya, > > On Wed, Jun 1, 2016 at 10:56 AM, Tanya Madurapperuma > wrote: > >> Hi Udara, >> >> From where can we select the layout for the view? Or do we enforce using >> the same layout for all

Re: [Dev] Help setup SSO in APIM

2016-06-01 Thread Nuwan Dias
Ruwan worked on embedding the portal within the admin-dashboard. Can you please talk to him and see what this means in that context? On Wed, Jun 1, 2016 at 11:43 AM, Megala Uthayakumar wrote: > No. This is the portal coming from carbon-dashboard feature. It is > different from

Re: [Dev] [DEV] [ESB] [SMPP Transport] Unable to send message

2016-06-01 Thread Biruntha Gnaneswaran
Hi Malaka, I will try to debug. but i already tried with some information from [1] and [2]. but the same error is coming. [1] http://stackoverflow.com/questions/18721246/smpp-using-wso2 [2] http://mytecheye.blogspot.com/2013/01/wso2-esb-sending-sms-alerts-for-failures.html Biruntha Associate

Re: [Dev] Help setup SSO in APIM

2016-06-01 Thread Nuwan Dias
Portal in the sense admin-dashboard right? On Wed, Jun 1, 2016 at 11:33 AM, Megala Uthayakumar wrote: > I have already mounted the registry and publisher app is working fine in > tenant mode as well. This issue only exists in the portal app. > > Thanks. > > Regards, > Megala >

Re: [Dev] [DEV] [VOTE] WSO2 Developer Studio Tooling for Platform RC3

2016-06-01 Thread Jasintha Dasanayake
On Wed, Jun 1, 2016 at 10:25 AM, Susinda Perera wrote: > when i'm installing It asks for me to trust on 2 certificates, one is > DeveloperStudio and other is Developer Studio kernel team. But from users > POV i think it's good to have only one cert to trust WDYT? > These

Re: [Dev] Help setup SSO in APIM

2016-06-01 Thread Megala Uthayakumar
I have already mounted the registry and publisher app is working fine in tenant mode as well. This issue only exists in the portal app. Thanks. Regards, Megala On Wed, Jun 1, 2016 at 11:26 AM, Nuwan Dias wrote: > You need to share the same registry (mount registries) between