Hi Jérôme Jérôme wrote: > Le 07/10/11 15:36, Paolo Castagna a écrit : >> Hi Jérôme, >> things have changed in relation to Binding and BindingMap [1,2]. >> >> Moreover the latest SNAPSHOTs for ARQ and LARQ are now here: >> https://repository.apache.org/content/groups/snapshots/org/apache/jena/jena-arq/2.8.9-incubating-SNAPSHOT/ >> >> https://repository.apache.org/content/groups/snapshots/org/apache/jena/jena-larq/0.2.2-incubating-SNAPSHOT/ >> >> >> Please, try now making sure you use those SNAPSHOTs and let us know if >> you have problems. >> > Yes i do. I've just made an svn up on my LARQ folder (i am working with > a modified LARQ version) - > i have a problem with maven - an error occurs during the 'mvn install' > execution (it seems that the pom.mxl file has been modified).
Yes. LARQ is now using the jena-top parent pom. However, jena-top parent pom is currently published as a snapshot only. I've just added the Apache snapshot repository to LARQ's pom.xml file. Please, could you svn up and try again? If that does not work, an alternative would be to checkout JenaTop and put it in the right location. But, please, try svn up first. Let me know, Paolo > > The trace: > pergolese:larq jchauvea$ mvn install > [INFO] Scanning for projects... > [ERROR] The build could not read 1 project -> [Help 1] > [ERROR] > [ERROR] The project > org.apache.jena:jena-larq:0.2.2-incubating-SNAPSHOT > (/Users/jchauvea/Documents/poleDoc/larq/pom.xml) has 1 error > [ERROR] Non-resolvable parent POM: Could not find artifact > org.apache.jena:jena-top:pom:0-SNAPSHOT and 'parent.relativePath' points > at wrong local POM @ line 22, column 11 -> [Help 2] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException > [ERROR] [Help 2] > http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException > > > Thank you. >> Paolo >> >> [1] https://issues.apache.org/jira/browse/JENA-121 >> [2] https://issues.apache.org/jira/browse/JENA-122 >> >> >> Jérôme wrote: >>> Hi, >>> >>> I've recently run an "svn up" in my LARQ respository. I try to query my >>> Fuseki server >>> with an LARQ query (i did not have any problem before this update) but >>> the server throws >>> an exception: >>> >>> GRAVE: HttpException: HttpException: 500 Found interface >>> com.hp.hpl.jena.sparql.engine.binding.BindingMap, but class was expected >>> >>> I have also made "mvn install" in the LARQ repository and "svn up" + >>> "mvn package" in the Fuseki one. >>> >>> Any idea about this exception? >>> >>> Thanks. >>> >>> Jérôme >
