Sarugan

Results 3 comments of Sarugan

``` protected void setupRepository() throws ConnectionErrorException { try { if (this.isRepositoryConnectionActive()) { this.logger.warn("Repository connection is already active. Closing it and opening a new one"); this.closeRepositoryConnection(); } String url = String.format("jdbc:virtuoso://%s:%d/sparql?charset=UTF-8",...

Hi, some update on the problem. When using http request i am able to get the `att_instÅr `and `att_Betjänar`. But it is when using JDBC connection that the problem arises.

Yes, i have tried that aswell, and it still doesnt get those values in the bindingSet. ![Image](https://github.com/user-attachments/assets/fdccfe75-6036-4017-acd0-3aa8b973c9d8) ![Image](https://github.com/user-attachments/assets/423fe6f9-e120-48fd-a1b6-e212110a1e2b)