Greetings! So I have implemented a test client that retrieves data from remote systems, using the example providers as a skeleton for putting this together. When I run the tests, I do actually see the RDF data generated and returned as the tests complete.
My challenge is, I haven't been able to run a SPARQL query directly through the web interface to perform the same action. Using the same query that I used in my test framework, I get a NO response. Basically just running: ASK { <http://test.org/local/MyTown> ?s ?o . } So when this query runs in my junit tests, I see the RDF generated on the console properly, and of course the debugging from it's execution. When I tried to install this into the server, I put the generated jar file into the WEB-INF/lib directory and restarted. When the server starts I do see both the endpoint and provider in the lists in the log files, but running the same query through the SPARQL interface simply returns "No". Any thoughts or ideas on how to properly register or call this endpoint/provider? thanks, paul