Re: Initial Bindings in Update

2013-08-21 Thread Holger Knublauch
Many thanks, Stephen. I have tested this and it appears to work nicely! Holger On 8/21/2013 7:32, Stephen Allen wrote: I've created a patch and attached to JENA-516, which adds back initial binding support for update queries. It will only work for INSERT/DELETE/WHERE and DELETE/WHERE

Sources/javadoc maven artifacts

2013-08-21 Thread Dave Reynolds
I recently switched a number of projects from depending on Jena 2.10.1 to depending on Jena 2.10.2.SNAPSHOT [0]. Now all of these projects have the jena sources and javadoc artifacts included in their Maven dependency tree [1]. If I package a war file then I get all the Jena sources and

Re: Sources/javadoc maven artifacts

2013-08-21 Thread Andy Seaborne
On 21/08/13 12:29, Dave Reynolds wrote: I recently switched a number of projects from depending on Jena 2.10.1 to depending on Jena 2.10.2.SNAPSHOT [0]. Now all of these projects have the jena sources and javadoc artifacts included in their Maven dependency tree [1]. If I package a war file

[jira] [Resolved] (JENA-519) Add initial binding support to update queries

2013-08-21 Thread Stephen Allen (JIRA)
[ https://issues.apache.org/jira/browse/JENA-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Allen resolved JENA-519. Resolution: Fixed Fixed in revision 1516220. Add initial binding support to update

[jira] [Commented] (JENA-519) Add initial binding support to update queries

2013-08-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/JENA-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13746582#comment-13746582 ] Hudson commented on JENA-519: - SUCCESS: Integrated in Jena_Development_Test #852 (See

[jira] [Commented] (JENA-519) Add initial binding support to update queries

2013-08-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/JENA-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13746591#comment-13746591 ] Hudson commented on JENA-519: - SUCCESS: Integrated in Jena_Development_Test #853 (See

[jira] [Commented] (JENA-519) Add initial binding support to update queries

2013-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13746581#comment-13746581 ] ASF subversion and git services commented on JENA-519: -- Commit 1516225

Re: Initial Bindings in Update

2013-08-21 Thread Andy Seaborne
Looks good but I think we could make as similar to when the feature did exist by including both QuerySolution and Binding variants as in 2.7.4. This covers: UpdateExecutionFactory UpdateAction I'll add them. Andy On 21/08/13 09:37, Holger Knublauch wrote: Many thanks, Stephen. I

[jira] [Commented] (JENA-519) Add initial binding support to update queries

2013-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13746634#comment-13746634 ] ASF subversion and git services commented on JENA-519: -- Commit 1516234

[jira] [Commented] (JENA-519) Add initial binding support to update queries

2013-08-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/JENA-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13746660#comment-13746660 ] Hudson commented on JENA-519: - SUCCESS: Integrated in Jena_Development_Test #854 (See

Re: [GSoC 2013] jena-spatial

2013-08-21 Thread Ying Jiang
Hi, I'm testing jena-spatial with fuseki. Could you please tell me how to integrate jena-spatial into fuseki? I mean to make jena-spatial a module included in fuseki-server.jar. I find jena-text documentation says it's already done. But I can't see it in jena-fuseki-0.2.7-distribution. Since