Re: [Dev] [ESB] Getting the error in IBM MQ custom inbound endpoint

2015-11-29 Thread Rajjaz Mohammed
Hi Kirishanthy, that error code JMSCC0091 may show because of some property missing[1] and check [2] also there may be a chance to load different library from osgi bundle because of property value missing. [1]

[Dev] rest service and servlet redirects problem

2015-11-29 Thread Godwin Shrimal
Hi, There is a problem with the send redirect in rest service in tomcat container. Ex. There is a rest service as http://localhost:9443/auth2/autheorize, If we directs to /authentication/login.do from above service, it redirects to http://localhost:9443/auth2/authentication/login.do but it

Re: [Dev] Clarification on OSGi bundle activation

2015-11-29 Thread Shafreen Anfar
Hi Aruna, This is what we can see in the Service-Component XML. Is there anything wrong here ? I have attached the complete XML file as well. On Fri, Nov 27, 2015 at 9:31 AM, Senduran Balasubramaniyam < sendu...@wso2.com> wrote: > Hi Aruna, > > We are using maven-bundle-plugin with

Re: [Dev] Time Series Predictions using Linear Regression with Moving Windows

2015-11-29 Thread Srinath Perera
I am adding dev@ for record. Upul, this is beautiful :) !! I think we can do this with released components? Basically build the model in ML and use that in IoT product then. Also I think we should try this with more datasets + read about this ( I guess someone must have done this before), and

Re: [Dev] [ESB] Getting the error in IBM MQ custom inbound endpoint

2015-11-29 Thread Malaka Silva
Kirishanthy by default esb facilitates the connectivity to broker using JMS transport (AXIS2 and Inbound) The code you demonstrated seems to do the same AFAIK. If that is the case no advantage of having a native inbound/connector for this? Pls correct me if I am wrong here. [1]

Re: [Dev] Time Series Predictions using Linear Regression with Moving Windows

2015-11-29 Thread Upul Bandara
Hi Srinath, I will try this with some large datasets and will find and read few articles related to "moving window" approach. Yes, this was written in IPython notebook using Scikit-learn and Matplotlib. Thanks, Upul On Mon, Nov 30, 2015 at 8:28 AM, Srinath Perera wrote:

Re: [Dev] [ESB][Connector] Redmine connector: Not retrieving all projects

2015-11-29 Thread Sriashalya Srivathsan
Hi Malaka, I'll upload the connector once she fixed Shakila's issues. Thank you On Sat, Nov 28, 2015 at 7:06 PM, Shakila Sivagnanarajah wrote: > Hi Malaka, > > I added some comments and Lakmini is checking that. > > Thank you > > On Sat, Nov 28, 2015 at 5:29 PM, Malaka Silva

Re: [Dev] [ESB][Connector] Redmine connector: Not retrieving all projects

2015-11-29 Thread Shakila Sivagnanarajah
Merged On Mon, Nov 30, 2015 at 9:41 AM, Sriashalya Srivathsan wrote: > Hi Malaka, > I'll upload the connector once she fixed Shakila's issues. > > Thank you > > On Sat, Nov 28, 2015 at 7:06 PM, Shakila Sivagnanarajah > wrote: > >> Hi Malaka, >> >> I added

Re: [Dev] ApplicationDAOImpl trying to query UM_PERMISSION tables against the Identity DB

2015-11-29 Thread Lakmali Baminiwatta
Hi IS team, Can we get this fixed? Thanks, Lakmali On 24 November 2015 at 16:24, Lakmali Baminiwatta wrote: > Created a Jira. > > [1] https://wso2.org/jira/browse/IDENTITY-4128 > > On 23 November 2015 at 16:35, Nuwan Dias wrote: > >> Looks like a bug to me.

Re: [Dev] rest service and servlet redirects problem

2015-11-29 Thread Kishanthan Thangarajah
Is it only occurring with a CXF webapp or for any webapps? On Mon, Nov 30, 2015 at 9:46 AM, Godwin Shrimal wrote: > Hi, > > There is a problem with the send redirect in rest service in tomcat > container. > > Ex. There is a rest service as

Re: [Dev] [ESB] Getting the error in IBM MQ custom inbound endpoint

2015-11-29 Thread Kirishanthy Tharmalingam
Hi Malaka, In the default esb JMS transport for IBM MQ connect to a queue manager in bindings mode but I used to connect to a queue manager in client mode so we can run the application and queue manager on same system or on different systems [1]. And also I create connection factories and

Re: [Dev] [ESB] Getting the error in IBM MQ custom inbound endpoint

2015-11-29 Thread Malaka Silva
Kirishanthy I guess two approaches you mentioned are included in [1] and [2] IMO [2] is designed to support single consumer or producer and is not good for our use case. With [1] better we analysis the user cases (Usages) over default JMS transport / inbound of esb 490. [1]

Re: [Dev] rest service and servlet redirects problem

2015-11-29 Thread Godwin Shrimal
Hi Krishantha, Its only occurring with CXF webapp and other webapps working as expected. Thanks Godwin On Mon, Nov 30, 2015 at 11:52 AM, Kishanthan Thangarajah < kishant...@wso2.com> wrote: > Is it only occurring with a CXF webapp or for any webapps? > > On Mon, Nov 30, 2015 at 9:46 AM,

Re: [Dev] ApplicationDAOImpl trying to query UM_PERMISSION tables against the Identity DB

2015-11-29 Thread Pushpalanka Jayawardhana
Hi Lakmali, This is do be fixed with PR: https://github.com/wso2/carbon-identity/pull/1489 Thanks, Pushpalanka. -- Pushpalanka Jayawardhana, B.Sc.Eng.(Hons). Senior Software Engineer, WSO2 Lanka (pvt) Ltd; wso2.com/ Mobile: +94779716248 Blog: pushpalankajaya.blogspot.com/ | LinkedIn:

Re: [Dev] Clarification on OSGi bundle activation

2015-11-29 Thread Kishanthan Thangarajah
On Fri, Nov 27, 2015 at 5:39 PM, Senduran Balasubramaniyam < sendu...@wso2.com> wrote: > Hi All, > > We have the following service reference > > @Reference( > name = "mediation-engine", > service = CarbonMessageProcessor.class, > cardinality =

Re: [Dev] Please review and merge PR

2015-11-29 Thread Nuwan Dias
Hi Godwin, Can we get this merged please? APIM has a blocking issue depending on this fix. Thanks, NuwanD. On Fri, Nov 27, 2015 at 12:36 PM, Malintha Amarasinghe wrote: > Hi Godwin, > > Added the fixes with [1] > > Thanks. > Malintha > > [1] >