[Dev] Inbound Endpoints Protocols

2015-06-13 Thread Sohani Weerasinghe
Hi Malaka, ESB documentation states it supports "MQTT Inbound Protocol" as in [1], but when comparing the protocol support provided via management console, it has no option to specify MQTT. Also I tried to add the config to the source view but it seems it is not getting saved. Additionally there

Re: [Dev] WSO2 App Factory start-up error

2015-06-13 Thread Asela Damian Perera
Hi, I have attached the user-mgt.xml with this mail I changed only [\\S]{3,30} to ^[\S]{5,30}$ Best Regards, Damian Perera On Sun, Jun 14, 2015 at 7:46 AM, wrote: > Hi > Can you share your $APPFAC_HOME/repository/conf/user-mgt.xml to check this > issue. > But seems the issue is

Re: [Dev] APIM 1.9.0 nightly build pack - 13-06-2015

2015-06-13 Thread Amila De Silva
Hi, Commented on [1]. It's not mandatory to mark Tokens as EXPIRED while validating the token as long as there is a proper way to determine token's state. [1] https://wso2.org/jira/browse/APIMANAGER-3882 On Sat, Jun 13, 2015 at 8:52 PM, Evanthika Amarasiri wrote: > Hi all, > > Sewmini found a

Re: [Dev] Cross Origin Request Blocked when using socket.io

2015-06-13 Thread Tharik Kanaka
Hi Sabra, This happens because of same origin policy where that specific resource hosted at some other domain and javascript is running on local machine. To resolve that usually CORS headers needs to be added to the response from the server side. In your case did you try by moving *socket.io-1.2.

Re: [Dev] WSO2 App Factory start-up error

2015-06-13 Thread danushkaf
Hi Can you share your $APPFAC_HOME/repository/conf/user-mgt.xml to check this issue. But seems the issue is with the username you use. Did you use puppet modules to set up appfactory or did you try to start up the appfactory pack as it is. You might be able to start the pack by resolving thes

[Dev] [ESB] JMS Inbound Endpoint Integration tests with HornetQ

2015-06-13 Thread eranda rajapaksha
Hi, I am trying to create an ESB JMS inbound endpoint integration test with HornetQ broker. Since the testing framework doesn't support HornetQ broker, I am planning to run the broker outside and perform the test. I created a simple test class similar to which was done for JMS inbound endpoint pol

[Dev] [MDM] [Android] Please review and merge

2015-06-13 Thread Milan Perera
Hi, Please review and merge PR[1] for JIRA[2]. [1] https://github.com/wso2/product-mdm/pull/59 [2] https://wso2.org/jira/browse/MDM-354 ​Regards,​ -- Milan Harindu Perera Software Engineer *WSO2, Inc* (+94) 77 309 7088 lean . enterprise . middleware

Re: [Dev] APIM 1.9.0 nightly build pack - 13-06-2015

2015-06-13 Thread Ushani Balasooriya
Hi, Pls fix this issue [1] as well. [1] https://wso2.org/jira/browse/APIMANAGER-3884 - Cannot publish version-ed apis to external api stores On Sat, Jun 13, 2015 at 8:52 PM, Evanthika Amarasiri wrote: > Hi all, > > Sewmini found another issue in this pack [1]. The expired token state is > not

[Dev] WSO2 App Factory start-up error

2015-06-13 Thread Damian Perera
Hi all, When starting wso2appfactory-2.0.0 I received an exception similar to the one given in the following thread: http://mail.wso2.org/mailarchive/dev/2014-July/032852.html Changing the contents of user-mgt.xml in APPFAC_HOME/repo

[Dev] Cross Origin Request Blocked when using socket.io

2015-06-13 Thread Sabra Ossen
Hi All, I am following the tutorial mentioned in [1] and trying to create a chat application using socket.io and node js. I have installed express and socket.io on my machine. The versions are specified in the package.json below. *{ "name": "socket-chat-example", "version": "0.0.1", "

Re: [Dev] APIM 1.9.0 nightly build pack - 13-06-2015

2015-06-13 Thread Evanthika Amarasiri
Hi all, Sewmini found another issue in this pack [1]. The expired token state is not getting updated properly in the DB. We might have to do another round of proper testing before we build the next pack. [1] - https://wso2.org/jira/browse/APIMANAGER-3882 Regards, Evanthika On Sat, Jun 13, 2015

Re: [Dev] [DEV][ESB] Use of REST_URL_POSTFIX

2015-06-13 Thread Kasun Indrasiri
For outbound RESTful invocations, it is recommended to use HTTP endpoint[1]. With that you can completely eliminate REST_URL_POSTFIX. [1] http://wso2.com/library/articles/2013/12/restful-integration-with-wso2-esb/ On Sat, Jun 13, 2015 at 3:25 PM, Malaka Silva wrote: > According to the current l

Re: [Dev] [MB] Revamping MB Test Framework to cut down time.

2015-06-13 Thread Hasitha Hiranya
+1 . For functionality testing in memory mode will be enough. but proper unit tests should be there for every store in that case. On Sat, Jun 13, 2015 at 12:10 AM, Ramith Jayasinghe wrote: > +1 > > On Sat, Jun 13, 2015 at 1:59 AM, Akalanka Pagoda Arachchi < > darsha...@wso2.com> wrote: > >> Hi H

Re: [Dev] APIM 1.9.0 nightly build pack - 13-06-2015

2015-06-13 Thread Evanthika Amarasiri
​Thanks Lakmali, We will replace the files and continue testing.​ Regards, Evanthika Amarasiri Senior Technical Lead - Quality Assurance Mobile: +94773125935 Blog: evanthika.blogspot.com wso2.com lean.enterprise.middleware On Sat, Jun 13, 2015 at 3:58 PM, Lakmali Baminiwatta wrote: > Fix is

Re: [Dev] APIM 1.9.0 nightly build pack - 13-06-2015

2015-06-13 Thread Lakmali Baminiwatta
Fix is attached to the jira [1]. Thanks, Lakmali On 13 June 2015 at 13:25, Ushani Balasooriya wrote: > Hi, > > The issue [1] comes only when you type {} via keyboard. If you just paste > it or input the previously given context which is already comes from cache, > it won't come. > > [1] https:

Re: [Dev] [DEV][ESB] Use of REST_URL_POSTFIX

2015-06-13 Thread Malaka Silva
According to the current logic it only worked for rest format. On Fri, Jun 12, 2015 at 8:45 PM, Chamila De Alwis wrote: > Hi Malaka, > > Thanks for response! Does this property only work for REST endpoints? I > know it's named REST_URL_POSTFIX, however if I want to append some params > to a SOAP

Re: [Dev] APIM 1.9.0 nightly build pack - 13-06-2015

2015-06-13 Thread Ushani Balasooriya
Hi, The issue [1] comes only when you type {} via keyboard. If you just paste it or input the previously given context which is already comes from cache, it won't come. [1] https://wso2.org/jira/browse/APIMANAGER-3866 On Sat, Jun 13, 2015 at 1:23 PM, Lakmali Baminiwatta wrote: > Hi, > > On 13

Re: [Dev] APIM 1.9.0 nightly build pack - 13-06-2015

2015-06-13 Thread Lakmali Baminiwatta
Hi, On 13 June 2015 at 12:50, Evanthika Amarasiri wrote: > Three of us are still seeing the issue [1] with latest packs. Tried with > private browsers (3 types of browsers). > > [1] - https://wso2.org/jira/browse/APIMANAGER-3866 > With the fix, it allows to define context with {xxx}, and does n

Re: [Dev] APIM 1.9.0 nightly build pack - 13-06-2015

2015-06-13 Thread Evanthika Amarasiri
Three of us are still seeing the issue [1] with latest packs. Tried with private browsers (3 types of browsers). [1] - https://wso2.org/jira/browse/APIMANAGER-3866 Regards, Evanthika On Sat, Jun 13, 2015 at 3:03 AM, Roshan Wijesena wrote: > Hi, > > Please find $subject from [1] > > [1]http://b