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 wrote: > 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-oxy

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 List getInputMessageProperties() { List propertyList = new ArrayList(); return propertyList;

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 Dev

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 :) But ... when I click in the "Add event builder", jumps another exception I can't understand :( *[2013-10-31 21:54:15,255] ERROR - {StandardWrapperValve} Servlet.service() for

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!! [2013-11-01

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

2013-10-31 Thread Mohanadarshan Vivekanandalingam
Sorry.. properties like *topic="org.wso2.kafka/1.0.0".. *(since it is an input event adaptor) * * * * On Thu, Oct 31, 2013 at 9:52 PM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: > Hi Andres, > > Based on the implementation that you have done with CEP 2.1.0. *Topic (* > topic="andre

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/ WSO2") should be come under the InputMessageProperties. Inside the below method of the adaptorType class. (

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

2013-10-31 Thread andresgomez92
Hi Mohan, First, thank you, I think I understand how it works. :) I don't understand because if I try to create an event builder jumps exception. Although only happens when I have defined my input adapter (kafka). And I can't define event builder. :( The exception is on the last message! Is i

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 wrote: > 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: > > >

[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: