The SO question doesn’t have an error stack but I recall seeing previous versions of this question where there were what looked like class-loader issues - class-not-found or similar. I know you’re struggling here, but I’m afraid don’t have time to try to set up your environment to try to reproduce those issues. I do know that these classes work together just fine in the environment we use for testing. Obviously this is a simpler environment, and not useful to you (though not that simple - I recall that Avatica has tests that use jetty). A next step for you might be to start with one of these simple environments and add complexity until something breaks; then you’ll know where the conflict is coming from.
Julian > On Oct 31, 2017, at 6:56 AM, [email protected] wrote: > > Hello, > > My task is to expose calcite-made schema through avatica. I've encountered > some stopper here. Some details I've placed at stackoverflow - but no help > there. > > https://stackoverflow.com/questions/46792353/expose-calcite-based-db-through-avatica-by-custom-servlet > > Could you, please, make some hints on where could I made a mistake in my > thinking on the problem? > > Thanks in advance for help! > > Piotr Bojko
