Re: Esper on OSGI

2010-01-19 Thread Cobarzan Laura
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

Esper on OSGI

2010-01-18 Thread Cobarzan Laura
Hi all, I am working on a small prototype of event processing with Esper. To model events I am using the Event class from the EventAdmin bundle. My problem is that I don't know how to retrieve the attributes of an event in a statement. For example I have an event with the topic MarketData with

Re: Integrate log4j

2009-11-23 Thread Cobarzan Laura
ave downloaded the log4j bundle from Orbit Download 3) how can I check is my log4j bundle exports the classes I need? In the jar archive I see that all the classes are there... Thank you, Laura C. --- On Thu, 11/19/09, Filippo Diotalevi wrote: On Thu, Nov 19, 2009 at 2:33 PM, Cobarzan Laura wr

Integrate log4j

2009-11-19 Thread Cobarzan Laura
Hello, I have a simple Hello World project that uses the log4j library. What is strange is that the log4j bundle is installed and started without any problems, but it through errors saying that it cannot find the needed class (from log4j) library. Did anyone faced already this problem? WARNING