Andy Seaborne created JENA-2247:
-----------------------------------

             Summary: UI: Update the templates for dataset creation to be "new 
style".
                 Key: JENA-2247
                 URL: https://issues.apache.org/jira/browse/JENA-2247
             Project: Apache Jena
          Issue Type: Improvement
          Components: Fuseki
    Affects Versions: Jena 4.3.2
            Reporter: Andy Seaborne


Old:
{code:java}
 fuseki:serviceQuery                "sparql";
{code}
which creates query on {{/dataset/sparql}} and {{{}/dataset{}}}.

New, need to create both explicitly:
{code:java}
 fuseki:endpoint [ fuseki:operation fuseki:query ;  fuseki:name "sparql" ] ;
 fuseki:endpoint [ fuseki:operation fuseki:query ] ;
{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to