Re: [Dev] wso2 cep 3.0.0 - Event Builder Problem

2013-10-31 Thread Mohanadarshan Vivekanandalingam
Hi Andres, Based on the implementation that you have done with CEP 2.1.0. *Topic (* topic=andresgome...@gmail.com/ http://andresgome...@gmail.com/WSO2WSO2http://andresgome...@gmail.com/WSO2) should be come under the InputMessageProperties. Inside the below method of the adaptorType class. (same

Re: [Dev] wso2 cep 3.0.0 - Event Builder Problem

2013-10-31 Thread andresgomez92
Finally I've solved, I have used the topic of Kafka as InputMessageProperties and the problem was solved!! Now establish connection and receive the messages of kafka :) I can process the messages and I can send mail :D ... But if all goes well, jump an error Why? I have a curiosity!!

Re: [Dev] wso2 cep 3.0.0 - Event Builder Problem

2013-10-31 Thread andresgomez92
Hi Mohan, Finally I've got to try to create the event builder :) img src='http://img15.imageshack.us/img15/871/mn3w.png' border='0'/ http://imageshack.us/photo/my-images/15/mn3w.png/ But ... when I click in the Add event builder, jumps another exception I can't understand :( *[2013-10-31

Re: [Dev] wso2 cep 3.0.0 - Event Builder Problem

2013-10-31 Thread andresgomez92
Fixed the exception was jumping on another site! Thanks anyway :) I continue! I hope to have it ready soon and post it! Andrés Gómez. -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Dev-wso2-cep-3-0-0-Event-Builder-Problem-tp87891p87928.html Sent from the WSO2

Re: [Dev] wso2 cep 3.0.0 - Event Builder Problem

2013-10-31 Thread andresgomez92
Hi again! I understand the issue of the topics but at the first i don't need it. I return an empty list in the getInputMessageProperties like you have told me: *@Override protected ListProperty getInputMessageProperties() { ListProperty propertyList = new ArrayListProperty();

Re: [Dev] wso2 cep 3.0.0 - Event Builder Problem

2013-10-31 Thread Mohanadarshan Vivekanandalingam
Oh.. That's great.. Regards, Mohan On Fri, Nov 1, 2013 at 2:13 AM, andresgomez92 andresgome...@gmail.comwrote: Fixed the exception was jumping on another site! Thanks anyway :) I continue! I hope to have it ready soon and post it! Andrés Gómez. -- View this message in context:

[Dev] wso2 cep 3.0.0 - Event Builder Problem

2013-10-30 Thread andresgomez92
Hi all, I try to deploy a custom event input adaptors to kafka, I already have the implementation with OSGI Bundle and put the jar into drop ins directory! I make the custom adapter, like this: img src='http://img577.imageshack.us/img577/7190/6nqs.png' border='0'/

Re: [Dev] wso2 cep 3.0.0 - Event Builder Problem

2013-10-30 Thread Mohanadarshan Vivekanandalingam
Hi Andres, On Wed, Oct 30, 2013 at 8:47 PM, andresgomez92 andresgome...@gmail.comwrote: Hi all, I try to deploy a custom event input adaptors to kafka, I already have the implementation with OSGI Bundle and put the jar into drop ins directory! I make the custom adapter, like this: img