HI, Based on the suggestion I inserted all the six file that are necessary for running the createRemote. But still it showing 'The method createRemote(UpdateRequest, String) is undefined for the type UpdateExecutionFactory" when I keep my mouse cursor in the createRemote position. Instead of displaying UpdateExecutionFactory com.hp.hpl.....
I don't know is it because of my configuration. Initially I installed jena-arq-2.9.0 from https://repository.apache.org/content/repositories/releases/org/apache/jena/jena-arq/2.9.0-incubating/ After that I copied jena-arq-2.9.1-20120604.050404-22 jena-arq-2.9.1-20120604.050404-22-javadoc jena-arq-2.9.1-20120604.050404-22-sources jena-arq-2.9.1-20120604.050404-22-tests jena-arq-2.9.1-20120604.050404-22-test-sources these files into the arq-2.9.0 directory and deleted these files jena-arq-2.9.0-incubating jena-arq-2.9.0-incubating-javadoc jena-arq-2.9.0-incubating-sources jena-arq-2.9.0-incubating-test jena-arq-2.9.0-incubating-tets-sourse And copied or overwrite the files needed for running the createRemote method. * /incubator/jena/Jena2/ARQ/**trunk/bin/rupdate * /incubator/jena/Jena2/ARQ/**trunk/bin2/rupdate * /incubator/jena/Jena2/ARQ/**trunk/src/main/java/arq/**rupdate.java * /incubator/jena/Jena2/ARQ/**trunk/src/main/java/arq/**update.java */incubator/jena/Jena2/ARQ/**trunk/src/main/java/com/hp/** hpl/jena/sparql/modify/**UpdateProcessRemote.java */incubator/jena/Jena2/ARQ/**trunk/src/main/java/com/hp/**hpl/jena/update/**UpdateExecutionFactory.java Will this kind of configuration is making problem for calling the method.Or should I need separate jena-arq-2.9.1-20120604.050404-22 -source-release.zip file to run. Regards Don On Mon, Jun 4, 2012 at 9:12 AM, Andy Seaborne <[email protected]> wrote: > On 04/06/12 02:20, Don S wrote: > >> HI, >> >> I was trying to run the function UpdateExecutionFactory.**createRemote. >> I >> installed jena-arq-2.9.1- >> 20120601.050620-20 /.* files to run SPARQl update remotely. >> >> But I cannot find these files inside >> Files : >> * /incubator/jena/Jena2/ARQ/**trunk/bin/rupdate >> * /incubator/jena/Jena2/ARQ/**trunk/bin2/rupdate >> * /incubator/jena/Jena2/ARQ/**trunk/src/main/java/arq/**rupdate.java >> * /incubator/jena/Jena2/ARQ/**trunk/src/main/java/arq/**update.java >> > > jena is now a top-level project > > /jena/trunk/jena-arq > > * >> /incubator/jena/Jena2/ARQ/**trunk/src/main/java/com/hp/** >> hpl/jena/sparql/modify/**UpdateProcessRemote.java >> * >> /incubator/jena/Jena2/ARQ/**trunk/src/main/java/com/hp/**hpl/jena/update/ >> **UpdateExecutionFactory.java >> >> * >> *https://issues.apache.org/**jira/browse/JENA-197<https://issues.apache.org/jira/browse/JENA-197> >> >> >> Please give me a solution for running UpdateExecutionFactory.** >> createRemote(). >> Which ARQ version include these files. >> > > current. > > >> Regards >> Don >> >> > The scripts are also in apache-jena which is built once a day to track > development. > > Andy > >
