I need to use an event-table with connection to a PostgreSQL db on execution plan.
I tried to extend the Siddhi extension RDBMS event table (from siddhi-master branch) and while doing the jUnit tests I can interact successful with the database.
I add the eventtable.siddhiext file to conf folder and the .jar to dropins folder but when I try to access through the execution plan i cannot establish the connection. Moreover, I could create the PostgreSQL Datasource with no problems, so the cep can reach the database.