kpturner
Hello
I am trying to write my first MetadataAdapter and I am failing at the first hurdle because I am unable to resolve com.lightstreamer.adapters.metadata.LiteralBasedProvider when building the class in Eclipse.
I must be being stupid, but I cannot work out which jar I need to include in my classpath to resolve this.
Somebody put me out of my misery so I canget on with it please :Smile_Ab:
Thanks
Dario Crivelli
The LiteralBasedProvider class is not part of the Metadata Adapter interface, but it is just an oversimplified implementation.
So we did'n put it in ls-adapter-interface.jarbut in ls-generic-adapters.jar , which is currently deployed under the shared/lib directory.
The source code is shown under DOCS-SDKs\sdk_adapter_java\examples\Reusable_MetadataAdapters.