eroux commented on issue #1533:
URL: https://github.com/apache/jena/issues/1533#issuecomment-1249402683

   Thanks a lot for your answer, I'm quite optimistic this can solve my issue!
   
   The `qparse` command works well (the BGP is in the initial order), I'm 
trying to configure Fuseki to also do that, but I've not been successful so 
far... I'm running it from a war file so I've changed my assembler file to have:
   
   ```ttl
   [] rdf:type fuseki:Server ;
      ja:context [ ja:cxtName "arq:queryTimeout" ;  ja:cxtValue "10000,60000" ] 
;
      ja:context [ ja:cxtName "arq:optReorderBGP" ;  ja:cxtValue false ] ;
      fuseki:services (
        :corerw
      ) .
   ```
   
   but no change in the result (the BGP is still reordered after a restart of 
Fuseki). Is there a way to set some command line options or context through 
java properties when Fuseki is run in a war file?
   
   The full assembler file:
   
   [core.ttl.zip](https://github.com/apache/jena/files/9584666/core.ttl.zip)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to