Re: security / accounts

2014-11-18 Thread Fabian Cretton
Hi Michel, you might find information in this thread: http://mail-archives.apache.org/mod_mbox/marmotta-users/201410.mbox/%3c543463af02b80002d...@mailgw1.hevs.ch%3E greetings Fabian On 18.11.2014 at 16:01, in message 730127a8d040cb4a976be07f089997068bd4a...@exc-mbx03.tsn.tno.nl, Bohms,

LDClient configuration interface

2014-11-16 Thread Fabian Cretton
Hi, Is that right that there is no configuration interface for LDClient ? If so, is it on purpose or a feature that could be implemented in the future ? thanks Fabian

Re: Marmotta (Kiwi) - multiple repositories

2014-11-11 Thread Fabian Cretton
: Hi Fabian, On 17/09/14 14:01, Fabian Cretton wrote: Is it possible to create multiple repositories in Marmotta (Kiwi) ? This feature for exemple exists in Sesame/OWLIM, and allows managing multiple stores within one instance. Right know the KiWi triplestore requires a dedicated database

Rép. : Re: New 3.3.0 update - squebi 0.0.9 problem ?

2014-11-04 Thread Fabian Cretton
find useful. Thomas can confirm it, but I think the issue only affects Chrome, in Firefox should work fine. Even though we'll address it before 3.3.0 goes out. Thanks. On 04/11/14 16:11, Fabian Cretton wrote: Hi, After updating my fork lately, the SPARQL interface query seems to fail loading

Re: Rép. : Re: Java ImportClient and HTTP Authentication

2014-10-27 Thread Fabian Cretton
://issues.apache.org/jira/browse/MARMOTTA-406 On 27 October 2014 10:50, Fabian Cretton fabian.cret...@hevs.ch wrote: Do you mean that passing the user/pwd to the ClientConfiguration should be the correct way to do it ? And, more precisely, where is the use of a deprecated API of HttpClient ? thanks

Importing Data - API change ?

2014-10-24 Thread Fabian Cretton
Hi, I am trying to import data as explained here: http://wiki.apache.org/marmotta/ImportData writing java code as : ImportClient importClient = new ImportClient(configuration); InputStream is = new FileInputStream(new File(path)); RDFFormat format = Rio.getParserFormatForFileName(path);

Rép. : Importing Data - API change ?

2014-10-24 Thread Fabian Cretton
I think I found the answer, the context must now be specified in the ClientConfiguration. Maybe only the doc needs an update then :-) Thanks Fabian Fabian Cretton fabian.cret...@hevs.ch 24.10.2014 09:02 Hi, I am trying to import data as explained here: http://wiki.apache.org/marmotta

SPARQL DISTINCT

2014-10-15 Thread Fabian Cretton
Hi, I thought DISTINCT was implemented, but it seems not ? This query gives back all results with duplicates: prefix qb: http://purl.org/linked-data/cube# prefix sdmx-dimension: http://purl.org/linked-data/sdmx/2009/dimension# SELECT DISTINCT ?year WHERE { ?obs a qb:Observation;

Rép. : Re: SPARQL DISTINCT

2014-10-15 Thread Fabian Cretton
. The marmotta-debug.log file will then contain the SQL produced by the SPARQL query. Greetings, Sebastian 2014-10-15 14:01 GMT+02:00 Fabian Cretton fabian.cret...@hevs.ch: Hi, I thought DISTINCT was implemented, but it seems not ? This query gives back all results with duplicates: prefix qb: http

Rép. : Marmotta default username and password

2014-10-07 Thread Fabian Cretton
Hi, The team will certainly answer you with the correct answer. Anyway, I had the same problem. So I did come back with no security to access the users page (editing the settings file $MARMOTTA_HOME/system-config.properties), then I did set the password for admin to pass123, then change the