Re: [Dev] Class Loading issue when using the Debezium Connector

2019-11-05 Thread Charuka Karunanayake
Hi all, Managed to solve this issue by modifying the xstreams jar by injecting a bundle activator which loads the native library which was omitted by existing xstream impl. As the long term solution we will have to implement a proper jar to bundle tool for this purpose. Thanks Kishanthan for the

Re: [Dev] Class Loading issue when using the Debezium Connector

2019-10-30 Thread Charuka Karunanayake
Hi Tishan, Tried putting the binary files in jre/bin, also setting the instant_client location to $PATH variable it's still producing the same error. Thanks and Regards, On Wed, Oct 30, 2019 at 7:21 PM Tishan Dahanayakage wrote: > Hi Charuka, > > As discussed offline let's modify the current

Re: [Dev] Class Loading issue when using the Debezium Connector

2019-10-30 Thread Tishan Dahanayakage
Hi Charuka, As discussed offline let's modify the current ICF provider tool and produce a proper OSGified Oracle jar to isolate the fact that Linkage error is not happening due to us loading classes. I highly doubt this will fix the Link error but lets give it a try. Also let's put the binary

[Dev] Class Loading issue when using the Debezium Connector

2019-10-30 Thread Charuka Karunanayake
Hi all, We are currently in the process of adding listening mode CDC support for oracle in our siddhi-io-cdc extension using the debezium connector while writing the extension I ran into the following error [2019-10-30 11:49:14,019] ERROR