Re: [Dev] [DEV] ERROR NullPointerException Error occurred while running CacheCleanupTask in GREG

2013-10-09 Thread Afkham Azeez
The bug is in the implementation of the AuthorizationKey.equals method, which leads to this NPE On Wed, Oct 9, 2013 at 10:11 AM, Nuwan Silva nuw...@wso2.com wrote: Following occurs when running GREG cluster https://wso2.org/jira/browse/REGISTRY-1984 Exception in thread

Re: [Dev] [DEV] ERROR NullPointerException Error occurred while running CacheCleanupTask in GREG

2013-10-09 Thread Nuwan Silva
Could this cause the issue where we can not login to GREG? On Wed, Oct 9, 2013 at 11:39 AM, Afkham Azeez az...@wso2.com wrote: The bug is in the implementation of the AuthorizationKey.equals method, which leads to this NPE On Wed, Oct 9, 2013 at 10:11 AM, Nuwan Silva nuw...@wso2.com wrote:

Re: [Dev] Python client for WSO2 Message Broker

2013-10-09 Thread Dinesh Bandara
Hi Ishara, Declare an exclusive subscriber will solve the issue. chan.basic_consume(queue='chatroom', no_ack=True, *exclusive=True*) Thanks for your great help. Regards, DineshB On Wed, Oct 9, 2013 at 11:10 AM, Ishara Premadasa ish...@wso2.com wrote: Hi Dinesh, Do you see any error log

Re: [Dev] SSO issue for tenant users

2013-10-09 Thread Dulanja Liyanage
Hi Ranga, Looking at the patch, i wonder why you had to remove the following: return new String(Base64.decode(encodedStr)); ...in Util.java decode() AFAIK that should work. Thanks Regards, Dulanja On Tue, Oct 8, 2013 at 11:03 PM, Amila De Silva ami...@wso2.com wrote: Hi, Can't we take

Re: [Dev] SSO issue for tenant users

2013-10-09 Thread Nuwan Bandara
Hi All, As Dulanja might remember sometime back I reviewed the SSO Hostobject code and found it to be messy (not well written), for the enterprise store, I rewrote this logic in javascript consuming a common set of SSO java classes [1] (which I believe eventually dulanja /IS team will make a

Re: [Dev] Chunk-02 build failure

2013-10-09 Thread Subash Chaturanga
Hi folks, Apparently org.wso2.carbon.identity.core 4.2.0 is released in chunk 1 and it is suppose to download from the repo when building. But for some reason it is not. Have to manually go inside org.wso2.carbon.identity.core 4.2.0 and build it. On Thu, Oct 3, 2013 at 1:46 PM, Shazni Nazeer

Re: [Dev] cmis tool scenario does not work

2013-10-09 Thread Lakmali Baminiwatta
Hi all, On 9 October 2013 11:04, Shavantha Weerasinghe shavan...@wso2.com wrote: Hi All with the GReg pack on 8th October I was not able to login to CMIS as per the http://docs.wso2.org/display/Governance460/Integrate+CMIS+Client+with+WSO2+Governance+Registry . however, I reverted back to

Re: [Dev] [DEV] ERROR NullPointerException Error occurred while running CacheCleanupTask in GREG

2013-10-09 Thread Afkham Azeez
On Wed, Oct 9, 2013 at 2:41 PM, Chamara Ariyarathne chama...@wso2.comwrote: getCurrentCarbonContextHolder getCurrentCarbonContextHolder calls has ended up in a never ending call stack!!! Something to do with the recent CC changes -- *Afkham Azeez* Director of Architecture; WSO2, Inc.;

[Dev] Option to disable an execution plan temporarily?

2013-10-09 Thread Nirmal Fernando
Hi All, Wouldn't it be a good feature to have an $subject via UI? -- Thanks regards, Nirmal Senior Software Engineer- Platform Technologies Team, WSO2 Inc. Mobile: +94715779733 Blog: http://nirmalfdo.blogspot.com/ ___ Dev mailing list Dev@wso2.org

Re: [Dev] [DEV] ERROR NullPointerException Error occurred while running CacheCleanupTask in GREG

2013-10-09 Thread Nuwan Silva
Hi Chamara, No, got only the following when trying to login. [2013-10-09 09:58:05,024] ERROR {org.wso2.carbon. authenticator.proxy.AuthenticationAdminClient} - Error occurred while logging in org.apache.axis2.AxisFault: Exception occurred while trying to invoke service method login at

Re: [Dev] SSO issue for tenant users

2013-10-09 Thread Shariq Muhammed
On Tue, Oct 8, 2013 at 11:03 PM, Amila De Silva ami...@wso2.com wrote: Hi, Can't we take out the registry loading out of the sso hostobject and do it from the acs.jag ? The thing is when populating the store/publisher for a tenant we somehow have to load the tenant registry and doing it in

Re: [Dev] A tenant with same domain already exist returned when creating tenants on a clustered setup

2013-10-09 Thread Evanthika Amarasiri
When creating a tenant in a ESB worker/manager separated setup, fronted by an ELB, I see the same behavior (A dead page is returned once the tenant is created and we see the INFO message - CommonUtil A tenant with same domain already exist. Please use a different domain name. tenant domain:

Re: [Dev] [DEV] ERROR NullPointerException Error occurred while running CacheCleanupTask in GREG

2013-10-09 Thread Chamara Ariyarathne
Ok.. So this one seem to specific to API Manager pack. On Wed, Oct 9, 2013 at 2:46 PM, Nuwan Silva nuw...@wso2.com wrote: Hi Chamara, No, got only the following when trying to login. [2013-10-09 09:58:05,024] ERROR {org.wso2.carbon. authenticator.proxy.AuthenticationAdminClient} - Error

Re: [Dev] Python client for WSO2 Message Broker

2013-10-09 Thread Ishara Premadasa
Hi Dinesh, That is great :) We hope to improve MB client samples stack to provide ability to connect with WSO2 MB using various clients for MB 2.2.0 or 3.0.0 release. Therefore can you please add these client samples to somewhere as we can use it there too. Thanks, Ishara On Wed, Oct 9, 2013

Re: [Dev] [Build Failure][Clean Repo] P2 Profile Gen

2013-10-09 Thread Subash Chaturanga
Hi folks. This fails still. And it is NOT in 4.2.0/chunk-01/ feature list. Please add this to the build. On Tue, Oct 8, 2013 at 12:08 PM, Nalin Chandraratne na...@wso2.com wrote: Hi Subash, org.wso2.carbon.discovery.ui.feature:4.2.0 is in chunk-01 feature list. Which means its released and

Re: [Dev] [Build Failure][Clean Repo] P2 Profile Gen

2013-10-09 Thread Kasun Gajasinghe
Seems like even though the discovery.ui 4.2.0 component is available in nexus, the discovery.ui.feature 4.2.0 is not. On Wed, Oct 9, 2013 at 3:29 PM, Subash Chaturanga sub...@wso2.com wrote: Hi folks. This fails still. And it is NOT in 4.2.0/chunk-01/ feature list. Please add this to the

[Dev] Store-alpha 3 pack error - java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path

2013-10-09 Thread Dulitha Wijewantha
Error coming in starting up store alpha 3 pack [2013-10-09 15:37:56,648] INFO {org.wso2.carbon.event.builder.core.internal.ds.EventBuilderServiceDS} - Successfully deployed EventBuilder EventReceiver. java.lang.reflect.InvocationTargetException at

Re: [Dev] [Build Failure][Clean Repo] P2 Profile Gen

2013-10-09 Thread Subash Chaturanga
Yes Kasun, the feature has not been released (accordingly to ch-1 features pom)!. On Wed, Oct 9, 2013 at 3:40 PM, Kasun Gajasinghe kas...@wso2.com wrote: Seems like even though the discovery.ui 4.2.0 component is available in nexus, the discovery.ui.feature 4.2.0 is not. On Wed, Oct 9,

Re: [Dev] cmis tool scenario does not work

2013-10-09 Thread Shavantha Weerasinghe
HI All Any update on this regards, Shavantha Weerasinghe Senior Software Engineer QA WSO2, Inc. lean.enterprise.middleware. http://wso2.com http://wso2.org Tel : 94 11 214 5345 Fax :94 11 2145300 On Wed, Oct 9, 2013 at 1:46 PM, Lakmali Baminiwatta lakm...@wso2.com wrote: Hi all, On 9

[Dev] HTTP Status 500 - Webapplicaiton dashboard returns a broken page for deployed webapps

2013-10-09 Thread Subash Chaturanga
Hi I am getting this in the 08-Oct packs. Apparently all products should have this broken. java.lang.NullPointerException at org.apache.jsp.statistics.webapplication_005fstats_005fajaxprocessor_jsp._jspService(org.apache.jsp.statistics.webapplication_005fstats_005fajaxprocessor_jsp:113) at

[Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Ushani Balasooriya
Following behavior can be seen in the store in set up done by the 8th Oct Pack: For Super tenant mode : 1. Created few APIs and published them. After like 15 minutes APIs were visible on the store at once with tags and also in the recently added section. 2. But suddenly APIs went missing from

[Dev] Returning 'HTTP 401 Unauthorized' instead of a SOAPFault when accessing a secured SOAP service without security

2013-10-09 Thread Evanthika Amarasiri
Hi, In previous releases (pre-Carbon 4.2.0), when you send a non-secured message to a secured service, it returned a soapFault. But since Carbon 4.2.0, we noticed that it returns only the HTTP header - *HTTP/1.1 401 Unauthorized * no soapFault. Is this correct? Is there a specific reason why we

[Dev] SAML2 SSO with API Store.

2013-10-09 Thread Asela Pathberiya
Hi All, When we configure SAML2 SSO with IDP (WSO2 Identity Sever) for API store. User would be redirected to IDP login page. But there would be cases, where users need to see the APIs without login. Once SSO is configured, it would break. So, do we have any configuration or work around for

Re: [Dev] HTTP Status 500 - Webapplicaiton dashboard returns a broken page for deployed webapps

2013-10-09 Thread Subash Chaturanga
Hi Kasun Nope, this is the only error I see. Does the fix comes from kernel or from platform. If platform can you tell me from which component, I can check whether GReg packs the latest ui bundle. [2013-10-09 18:23:39,425] INFO {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -

Re: [Dev] SSO issue for tenant users

2013-10-09 Thread Nuwan Bandara
On Wed, Oct 9, 2013 at 2:49 PM, Shariq Muhammed sha...@wso2.com wrote: On Tue, Oct 8, 2013 at 11:03 PM, Amila De Silva ami...@wso2.com wrote: Hi, Can't we take out the registry loading out of the sso hostobject and do it from the acs.jag ? The thing is when populating the store/publisher

Re: [Dev] HTTP Status 500 - Webapplicaiton dashboard returns a broken page for deployed webapps

2013-10-09 Thread Kasun Gajasinghe
This comes from org.wso2.carbon.statistics.ui component. On Wed, Oct 9, 2013 at 6:26 PM, Subash Chaturanga sub...@wso2.com wrote: Hi Kasun Nope, this is the only error I see. Does the fix comes from kernel or from platform. If platform can you tell me from which component, I can check

Re: [Dev] SAML2 SSO with API Store.

2013-10-09 Thread Dulanja Liyanage
This a pretty valid requirement; some *users* have already inquired about this. On Wed, Oct 9, 2013 at 6:21 PM, Asela Pathberiya as...@wso2.com wrote: Hi All, When we configure SAML2 SSO with IDP (WSO2 Identity Sever) for API store. User would be redirected to IDP login page. But there

Re: [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Nuwan Silva
Same behaviour noticed in Greg testing as well. On Wed, Oct 9, 2013 at 5:57 PM, Ushani Balasooriya ush...@wso2.com wrote: Following behavior can be seen in the store in set up done by the 8th Oct Pack: For Super tenant mode : 1. Created few APIs and published them. After like 15 minutes

[Dev] Input Custom Broker, CEP

2013-10-09 Thread andresgomez92
Hello all, I try make a Custom Broker to CEP, I need connect to Kafka queue (Consumer with zookeeper), but i haven't found any example, which the method Suscriber is implemented!! I see a example of FIX custom Broker: http://mohanadarshan.wordpress.com/2013/02/22/fix/ This broker implements the

Re: [Dev] HTTP Status 500 - Webapplicaiton dashboard returns a broken page for deployed webapps

2013-10-09 Thread Subash Chaturanga
Hi Kasun, G-Reg packs latest 4.2.1 version. So I believe all products have this broken application dash board. On Wed, Oct 9, 2013 at 6:33 PM, Kasun Gajasinghe kas...@wso2.com wrote: This comes from org.wso2.carbon.statistics.ui component. On Wed, Oct 9, 2013 at 6:26 PM, Subash Chaturanga

Re: [Dev] Input Custom Broker, CEP

2013-10-09 Thread Mohanadarshan Vivekanandalingam
Hi Andre, Thank your for your interest in CEP. You can download the source code from the below link. https://svn.wso2.org/repos/wso2/scratch/fix_broker.zip It is only a sample broker which used in this blog. This sample will give you more information regarding the methods.. You can see the

Re: [Dev] SAML2 SSO with API Store.

2013-10-09 Thread Prabath Siriwardena
Sent from my mobile device On Oct 9, 2013, at 6:21 PM, Asela Pathberiya as...@wso2.com wrote: Hi All, When we configure SAML2 SSO with IDP (WSO2 Identity Sever) for API store. User would be redirected to IDP login page. But there would be cases, where users need to see the APIs

Re: [Dev] SSO issue for tenant users

2013-10-09 Thread Shariq Muhammed
On Wed, Oct 9, 2013 at 6:33 PM, Nuwan Bandara nu...@wso2.com wrote: On Wed, Oct 9, 2013 at 2:49 PM, Shariq Muhammed sha...@wso2.com wrote: On Tue, Oct 8, 2013 at 11:03 PM, Amila De Silva ami...@wso2.com wrote: Hi, Can't we take out the registry loading out of the sso hostobject and do

[Dev] Issues with new solar base search introduce in registry 4.6.0 (to be released)

2013-10-09 Thread Nuwan Bandara
Hi All, The problem at hand is that we cannot do proper searching with new solar based searching which comes with GReg. Imagine you have a API called importantBusinessAPI, and if I search for business keyword this wont pop up in the search results. Also, If you have This is a crappy API for

Re: [Dev] Issues with new solar base search introduce in registry 4.6.0 (to be released)

2013-10-09 Thread Senaka Fernando
Hi Nuwan, If you extend the RXTIndexer with your own, you should be able to get solr to Index what you want using some asset specific fields. These fields can then be used when you pass the search criteria. This AFAIU should let you achieve case-insensitivity and also being able to search for

Re: [Dev] Issues with new solar base search introduce in registry 4.6.0 (to be released)

2013-10-09 Thread Nuwan Bandara
Well at the moment we don't have enough time to fix search / indexing issues, we have other store specific things to attend and was expecting the search to work OOTB :( Regards, /Nuwan On Wed, Oct 9, 2013 at 7:51 PM, Senaka Fernando sen...@wso2.com wrote: Hi Nuwan, If you extend the

[Dev] Deployment fails (Proxy services) for tenants in a ESB worker/manager separated setup

2013-10-09 Thread Evanthika Amarasiri
Hi, I logged in from a tenant, created a proxy service. Once it was synchronized to the worker nodes, accessed the ?wsdl and it fails. See below exception. Related JIRA [1]. ** [2013-10-09

Re: [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Ushani Balasooriya
15 minutes latency to populate changes is discovered when editing tiers.xml as well. As a solution changed the registry caching to disabled in registry.xml. But still the same issue is discovered. Is this 15 minutes configurable? If so where? On Wed, Oct 9, 2013 at 6:38 PM, Nuwan Silva

Re: [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Nuwan Dias
AFAIK the 15 minutes Cache duration is not configurable at the moment. Thanks, NuwanD. On Wed, Oct 9, 2013 at 8:50 PM, Ushani Balasooriya ush...@wso2.com wrote: 15 minutes latency to populate changes is discovered when editing tiers.xml as well. As a solution changed the registry caching to

Re: [Dev] Store-alpha 3 pack error - java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path

2013-10-09 Thread Nuwan Bandara
when do you get this ? at startup ? On Wed, Oct 9, 2013 at 3:41 PM, Dulitha Wijewantha duli...@wso2.com wrote: Error coming in starting up store alpha 3 pack [2013-10-09 15:37:56,648] INFO {org.wso2.carbon.event.builder.core.internal.ds.EventBuilderServiceDS} - Successfully deployed

[Dev] Blockers for API Manager fully distributed setup

2013-10-09 Thread Chamara Ariyarathne
Following issues blocks the testing atm. https://wso2.org/jira/browse/APIMANAGER-1725 https://wso2.org/jira/browse/APIMANAGER-1754 -- *Chamara Ariyarathne* Senior Software Engineer - QA; WSO2 Inc; http://www.wso2.com/. Mobile; *+94772786766* ___ Dev

Re: [Dev] Issues with new solar base search introduce in registry 4.6.0 (to be released)

2013-10-09 Thread Sumedha Rubasinghe
Senaka, Search options mentioned by Nuwan were supported in previous API Store Publisher. We cannot be breaking this feature we used to support. Wasn't this captured @ product planning? On Wed, Oct 9, 2013 at 7:37 PM, Nuwan Bandara nu...@wso2.com wrote: Hi All, The problem at hand is that

Re: [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Amila De Silva
Hi Ushani, Among which nodes did you try syncing up the tiers.xml? I tried the same between Publisher and Store nodes, and a change made by one node gets immediately reflected on the other when registry caching is disabled. Can you please attach the registry.xml? AmilaD On Wed, Oct 9, 2013 at

Re: [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Chamara Ariyarathne
Here is the store's registry.xml On Wed, Oct 9, 2013 at 10:35 PM, Amila De Silva ami...@wso2.com wrote: Hi Ushani, Among which nodes did you try syncing up the tiers.xml? I tried the same between Publisher and Store nodes, and a change made by one node gets immediately reflected on the

Re: [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Amila De Silva
Please change the following block and see. You might need to change this one all the relevant nodes (i.e. GW,Store, Publisher) currentDBConfigwso2registry/currentDBConfig readOnlyfalse/readOnly *enableCachefalse/enableCache* registryRoot//registryRoot On Wed, Oct 9, 2013 at 10:46

Re: [Dev] Blockers for API Manager fully distributed setup

2013-10-09 Thread Sumedha Rubasinghe
Chamara, Both of these issues are stemming from Registry caching issue discussed on other threads. [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags Registry Caching related reported issues

Re: [Dev] Issues with new solar base search introduce in registry 4.6.0 (to be released)

2013-10-09 Thread Senaka Fernando
Hi Sumedha, You still can continue to use the older filter/search APIs of G-Reg and it does support some-level of pagination too, IINM. However, some of the search queries executed against the new Solr-based search for RXT Assets introduced in G-Reg 4.6.0 does not return results due to some

Re: [Dev] Balana policy source question

2013-10-09 Thread Scott Came
Thanks, Asela. JIRA created (https://wso2.org/jira/browse/COMMONS-101) with patch attached. In the source I noted some potential refactorings that we could do to reduce the amount of copied-and-pasted code, but my intention was to implement this with no changes to existing code. If the

[Dev] Enterprise Store Daily Build (10-10-13)

2013-10-09 Thread Nuwan Bandara
$subject can be found at [1] [1] http://builder1.us1.wso2.org/~gs2/store/10-09-13/wso2store-1.0.0.zip -- *Thanks Regards, Nuwan Bandara Technical Lead; **WSO2 Inc. * *lean . enterprise . middleware | http://wso2.com * *blog : http://nuwanbando.com; email: nu...@wso2.com; phone: +94 11 214

Re: [Dev] SAML2 SSO with API Store.

2013-10-09 Thread Sumedha Rubasinghe
On Wed, Oct 9, 2013 at 7:13 PM, Prabath Siriwardena prab...@wso2.comwrote: Sent from my mobile device On Oct 9, 2013, at 6:21 PM, Asela Pathberiya as...@wso2.com wrote: Hi All, When we configure SAML2 SSO with IDP (WSO2 Identity Sever) for API store. User would be redirected to

Re: [Dev] Store-alpha 3 pack error - java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path

2013-10-09 Thread Dulitha Wijewantha
Yes. When starting up the server. On Wed, Oct 9, 2013 at 10:02 PM, Nuwan Bandara nu...@wso2.com wrote: when do you get this ? at startup ? On Wed, Oct 9, 2013 at 3:41 PM, Dulitha Wijewantha duli...@wso2.comwrote: Error coming in starting up store alpha 3 pack [2013-10-09 15:37:56,648]

Re: [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Sanjeewa Malalgoda
On Wed, Oct 9, 2013 at 10:54 PM, Amila De Silva ami...@wso2.com wrote: Please change the following block and see. You might need to change this one all the relevant nodes (i.e. GW,Store, Publisher) currentDBConfigwso2registry/currentDBConfig readOnlyfalse/readOnly

Re: [Dev] Store-alpha 3 pack error - java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path

2013-10-09 Thread Nuwan Bandara
Its a OSX / JDK7 issue [1], that pops up when running cassandra [1] https://github.com/ptaoussanis/carmine/issues/5 On Thu, Oct 10, 2013 at 9:32 AM, Dulitha Wijewantha duli...@wso2.comwrote: Yes. When starting up the server. On Wed, Oct 9, 2013 at 10:02 PM, Nuwan Bandara nu...@wso2.com

Re: [Dev] Store-alpha 3 pack error - java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path

2013-10-09 Thread Dulitha Wijewantha
Thanks. I'll try it with JDK6. On Thu, Oct 10, 2013 at 9:36 AM, Nuwan Bandara nu...@wso2.com wrote: Its a OSX / JDK7 issue [1], that pops up when running cassandra [1] https://github.com/ptaoussanis/carmine/issues/5 On Thu, Oct 10, 2013 at 9:32 AM, Dulitha Wijewantha

Re: [Dev] Store-alpha 3 pack error - java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path

2013-10-09 Thread Nuwan Bandara
no theres a workaround you can do to fix for jdk7 in mac On Thu, Oct 10, 2013 at 9:38 AM, Dulitha Wijewantha duli...@wso2.comwrote: Thanks. I'll try it with JDK6. On Thu, Oct 10, 2013 at 9:36 AM, Nuwan Bandara nu...@wso2.com wrote: Its a OSX / JDK7 issue [1], that pops up when running

[Dev] WSO2 ESB 4.8.0 Milestone 4 released!

2013-10-09 Thread Nalin Chandraratne
Hi, *WSO2 ESB 4.8.0 Milestone 4 released*! WSO2 ESB M4 pack is released and it can be downloaded from here[1] and the latest builds of the connectors can be downloaded from here[2]. 1. http://svn.wso2.org/repos/wso2/people/isuruu/480release/packs/M4/ 2.

Re: [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Nuwan Silva
Tested with *parameter name=membershipSchememulticast/parameter* but still the same result. resource was not shown till cache gets invalidated after 15 mins. checked by disabling cache *enableCachefalse/enableCache* and got the same result. On Thu, Oct 10, 2013 at 9:37 AM, Sanjeewa Malalgoda

Re: [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Afkham Azeez
On Wed, Oct 9, 2013 at 9:57 PM, Nuwan Dias nuw...@wso2.com wrote: AFAIK the 15 minutes Cache duration is not configurable at the moment. The problem is, why isn't the update reflected in the cache? What Ushani has said in the initial mail is not clear. Was it that the APIs were visible for

Re: [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Ushani Balasooriya
Hi Azeez, Initial issue I have mentioned is, APIs became visible after 15 mins and then disappeared in the store. It means APIs visible in store API listing, recently added section and the tags related to that after 15 minutes. But the APIs in the listing disappeared suddenly. But they were

Re: [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Sumedha Rubasinghe
On Thu, Oct 10, 2013 at 10:55 AM, Afkham Azeez az...@wso2.com wrote: On Wed, Oct 9, 2013 at 9:57 PM, Nuwan Dias nuw...@wso2.com wrote: AFAIK the 15 minutes Cache duration is not configurable at the moment. The problem is, why isn't the update reflected in the cache? What Ushani has said

Re: [Dev] [Architecture] Issues with new solar base search introduce in registry 4.6.0 (to be released)

2013-10-09 Thread Ruchira Wageesha
However, some of the search queries executed against the new Solr-based search for RXT Assets introduced in G-Reg 4.6.0 does not return results due to some limitations in Solr. Senaka, regarding this it seems you are using Solr 1.4.1 which seems to be quite old compared to its current release

Re: [Dev] [APIM 1.5.0 ] APIs are not visible on the store and registry for 15 minutes. Only shown in the recently added and when you click on the tags

2013-10-09 Thread Afkham Azeez
On Thu, Oct 10, 2013 at 11:04 AM, Sumedha Rubasinghe sume...@wso2.comwrote: On Thu, Oct 10, 2013 at 10:55 AM, Afkham Azeez az...@wso2.com wrote: On Wed, Oct 9, 2013 at 9:57 PM, Nuwan Dias nuw...@wso2.com wrote: AFAIK the 15 minutes Cache duration is not configurable at the moment. The

Re: [Dev] Returning 'HTTP 401 Unauthorized' instead of a SOAPFault when accessing a secured SOAP service without security

2013-10-09 Thread Asela Pathberiya
On Wed, Oct 9, 2013 at 6:01 PM, Evanthika Amarasiri evanth...@wso2.comwrote: Hi, In previous releases (pre-Carbon 4.2.0), when you send a non-secured message to a secured service, it returned a soapFault. But since Carbon 4.2.0, we noticed that it returns only the HTTP header - *HTTP/1.1 401