Re: Updating Tuples in the graph remotely

2012-06-13 Thread Andy Seaborne
On 13/06/12 22:04, don wrote: HI, Use a TDB backed dataset to have persistent data. From the tutorial http://jena.apache.org/documentation/tdb/java_api.html. I guess that to store persistent data we need to initialize either as directory name or assembler file. or --loc which is in effect an

Re: Updating Tuples in the graph remotely

2012-06-12 Thread don
HI, Use a TDB backed dataset to have persistent data. From the tutorial http://jena.apache.org/documentation/tdb/java_api.html. I guess that to store persistent data we need to initialize either as directory name or assembler file. So in my case I used Model model =ModelFactory.createOntology

Re: Updating Tuples in the graph remotely

2012-06-12 Thread Andy Seaborne
On 12/06/12 06:49, Don S wrote: HI, The modification didn't help me to update the ontology remotely.The program just display the names in the console window with no updation. I think some where I am doing wrong. I have a doubt regarding the owl file . Currently I have per2.owl in two location

Re: Updating Tuples in the graph remotely

2012-06-11 Thread Don S
HI, The modification didn't help me to update the ontology remotely.The program just display the names in the console window with no updation. I think some where I am doing wrong. I have a doubt regarding the owl file . Currently I have per2.owl in two locations . One is in the root directory "D

Re: Updating Tuples in the graph remotely

2012-06-11 Thread Andy Seaborne
On 11/06/12 03:27, Don S wrote: HI, What does the Fuseki log say? No message in the Fuseki log. Before running the main program, I execute this command first " ruby s-put http://localhost:3030/ds2/data default per2.owl" to put the file in the server. which puts it into the default model of

Re: Updating Tuples in the graph remotely

2012-06-10 Thread Don S
HI, What does the Fuseki log say? No message in the Fuseki log. Before running the main program, I execute this command first " ruby s-put http://localhost:3030/ds2/data default per2.owl" to put the file in the server. What's in model at this point? Simultaneously I am writing the file to loca

Re: Updating Tuples in the graph remotely

2012-06-08 Thread Andy Seaborne
On 08/06/12 09:30, Don S wrote: HI, Finally I succeed to call the function UpdateExecutionFactory.createRemote. Thanks for the comments. Here is my configuration Fuseki server java -Xmx1200M -jar fuseki-server.jar --update --mem --loc=D:/fuseki-0.2.2/TD /ds2 and the insert query code

Re: Updating Tuples in the graph remotely

2012-06-08 Thread Don S
HI, Finally I succeed to call the function UpdateExecutionFactory.createRemote. Thanks for the comments. Here is my configuration Fuseki server java -Xmx1200M -jar fuseki-server.jar --update --mem --loc=D:/fuseki-0.2.2/TD /ds2 and the insert query code public class search { static final

Re: Updating Tuples in the graph remotely

2012-06-07 Thread Andy Seaborne
On 07/06/12 05:03, Don S wrote: HI, Based on the suggestion I inserted all the six file that are necessary for running the createRemote. Only jena-arq-2.9.1-20120604.050404-22.jar is needed - in fact, you must not have the others on the build classpath. But still it showing 'The method cr

Re: Updating Tuples in the graph remotely

2012-06-06 Thread Don S
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 disp

Re: Updating Tuples in the graph remotely

2012-06-04 Thread Andy Seaborne
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/rupda

Updating Tuples in the graph remotely

2012-06-03 Thread Don S
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