Hi Gelareh, Yes. You can't send object array as an attribute of event. However if your array of objects comprise of which are instances of above given types, then you can decompose your object array and send obviously. Moreover if objects in your object array are of complex/custom type then you can try decomposing each object type and send in as different streams which you can later join inside CEP for processing.
On Thu, Oct 9, 2014 at 6:31 PM, Gelareh Abooghadareh < [email protected]> wrote: > > Hello everyone, > > I want to define a stream for using in CEP. > > It seems that the attributes can be only from these types: String, Int, > Long, Double, Float, and Bool > > I have an attribute of "object Array" in my event which I want to send to > CEP as part of my stream definition. > > How can I do this? > > thanks and regards, > > Gelareh > > > -- > m-creations gmbh > Acker 2 > 55116 Mainz > > Fon: 06131 - 6224417 > Fax: 06131 - 6224418 > “www.m-creations.com” > -- > Sitz der Gesellschaft: Mainz, HRB Mainz 7382 > Geschäftsführer: Frank Pacholak, Kambiz Darabi > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Tishan Dahanayakage Software Engineer WSO2, Inc. Mobile:+94 716481328 Disclaimer: This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, re-transmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions.
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
