Sarugan
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.  