farhana-haque / cumulusrdf

Automatically exported from code.google.com/p/cumulusrdf
0 stars 0 forks source link

the RespositoryConnection object cannot clear the repository with null context #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. when the HttpRepository send a clear request with null context
2. the RepositoryConnectino that is get from the repository in servletContext 
would execute like conn.clear(null)
3. then get the message as "not supported: contexts == null || contexts.length 
== 0"

What is the expected output? What do you see instead?
according to the sesame API, if the context is null, then it would clear the 
whole repository. So it should support this operation instead.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mayong...@gmail.com on 8 Apr 2014 at 12:51

GoogleCodeExporter commented 8 years ago

Original comment by mayong...@gmail.com on 8 Apr 2014 at 12:53

GoogleCodeExporter commented 8 years ago
-> sebastian

Original comment by andreas.josef.wagner on 14 Apr 2014 at 4:06

GoogleCodeExporter commented 8 years ago

Original comment by Isib...@gmail.com on 8 May 2014 at 8:02