[jira] [Commented] (JENA-479) Serialization of update requests isn't legal syntax

2013-06-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13694109#comment-13694109
 ] 

Hudson commented on JENA-479:
-

Integrated in Jena__Development_Test #724 (See 
[https://builds.apache.org/job/Jena__Development_Test/724/])
JENA-479: Use the right kind of bnode mapping for updates.  ?? variables 
are bnodes. (Revision 1497014)

 Result = SUCCESS
andy : 
Files : 
* 
/jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/modify/request/UpdateClear.java
* 
/jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/modify/request/UpdateWriter.java


> Serialization of update requests isn't legal syntax
> ---
>
> Key: JENA-479
> URL: https://issues.apache.org/jira/browse/JENA-479
> Project: Apache Jena
>  Issue Type: Bug
>  Components: ARQ
>Reporter: Elli Schwarz
>Assignee: Andy Seaborne
>
> Running the following code:
> String updateString = "INSERT {} WHERE { ?x ?p [ ?a  ?b ] }";
> UpdateRequest update = UpdateFactory.create(updateString);
> UpdateProcessor up = UpdateExecutionFactory.createRemote(update,
>   "http://localhost:3131/ds/update";);
> up.execute();
> Causes the Fuseki server to throw this error: 400 Encountered " "?" "? "" 
> This is caused by the client generating incorrect SPARQL with an extra ? (as 
> viewed from the Fuseki log):  INSERT { } WHERE   { ?x ?p ??0 . ??0 ?a ?b   }
> This bug may be similar to JENA-378. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (JENA-479) Serialization of update requests isn't legal syntax

2013-06-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13694101#comment-13694101
 ] 

ASF subversion and git services commented on JENA-479:
--

Commit 1497014 from [~andy.seaborne]
[ https://svn.apache.org/r1497014 ]

JENA-479: Use the right kind of bnode mapping for updates.  ?? variables are 
bnodes.

> Serialization of update requests isn't legal syntax
> ---
>
> Key: JENA-479
> URL: https://issues.apache.org/jira/browse/JENA-479
> Project: Apache Jena
>  Issue Type: Bug
>  Components: ARQ
>Reporter: Elli Schwarz
>Assignee: Andy Seaborne
>
> Running the following code:
> String updateString = "INSERT {} WHERE { ?x ?p [ ?a  ?b ] }";
> UpdateRequest update = UpdateFactory.create(updateString);
> UpdateProcessor up = UpdateExecutionFactory.createRemote(update,
>   "http://localhost:3131/ds/update";);
> up.execute();
> Causes the Fuseki server to throw this error: 400 Encountered " "?" "? "" 
> This is caused by the client generating incorrect SPARQL with an extra ? (as 
> viewed from the Fuseki log):  INSERT { } WHERE   { ?x ?p ??0 . ??0 ?a ?b   }
> This bug may be similar to JENA-378. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (JENA-479) Serialization of update requests isn't legal syntax

2013-06-26 Thread Andy Seaborne (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13694009#comment-13694009
 ] 

Andy Seaborne commented on JENA-479:


Changes in blank node label handling have reintroduced this bug.  Jena 2.10.1 
works, 2.10.2 development does not.

> Serialization of update requests isn't legal syntax
> ---
>
> Key: JENA-479
> URL: https://issues.apache.org/jira/browse/JENA-479
> Project: Apache Jena
>  Issue Type: Bug
>  Components: ARQ
>Reporter: Elli Schwarz
>Assignee: Andy Seaborne
>
> Running the following code:
> String updateString = "INSERT {} WHERE { ?x ?p [ ?a  ?b ] }";
> UpdateRequest update = UpdateFactory.create(updateString);
> UpdateProcessor up = UpdateExecutionFactory.createRemote(update,
>   "http://localhost:3131/ds/update";);
> up.execute();
> Causes the Fuseki server to throw this error: 400 Encountered " "?" "? "" 
> This is caused by the client generating incorrect SPARQL with an extra ? (as 
> viewed from the Fuseki log):  INSERT { } WHERE   { ?x ?p ??0 . ??0 ?a ?b   }
> This bug may be similar to JENA-378. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira