Hi,
I don't think I am in the wrong mailinglist...
I have my prototype working with plain Esper, but I have problems in porting it
into OSGI (using Felix).
I apologize for the error with the "price" property; I have tested with all
event properties and copied the last tested, but I get the same error also with
the "product" property.
"Error validating expression: Property named 'product' is not valid in any
stream"
I have the event MarketData registered to Esper runtime, but it is registered
with the Event class from the EventAdmin bundle (I don't have my own MarketData
class, I use the same Event class, but with different properties).
configuration.addEventType("MarketData", Event.class);
I choose this solution due to the facilities offered by EventAdmin bundle.
Thank you,
Laura
--- On Tue, 1/19/10, Jochen Mader <[email protected]> wrote:
From: Jochen Mader <[email protected]>
Subject: Re: Esper on OSGI
To: [email protected]
Date: Tuesday, January 19, 2010, 12:03 PM
I did and I don't think you are in the right mailinglist.
Esper is apparently working and you are running into esper related problems.
CU
Jochen
P.S.: You are also lacking a lot of detail to answer your question, your
query doesn't even contain price.
Are you sure you actually registered the event-class of MarketData to the
Esper runtime?