You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/10/27 16:32:32 UTC

[jira] [Commented] (JENA-543) Seq created from resource in another model results in Seq from the wrong model.

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

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

Commit 1536150 from [~claudenw] in branch 'jena/trunk'
[ https://svn.apache.org/r1536150 ]

Fix for JENA-543
added inModel() to getSeq()

> Seq created from resource in another model results in Seq from the wrong model.
> -------------------------------------------------------------------------------
>
>                 Key: JENA-543
>                 URL: https://issues.apache.org/jira/browse/JENA-543
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Jena
>    Affects Versions: Jena 2.11.0
>            Reporter: Claude Warren
>            Assignee: Claude Warren
>         Attachments: SeqTest.java, SeqTest.java
>
>
> Create model 1.
> Create a resource in model 1
> Create model 2
> call Seq s = model2.getSeq( resource )
> s.getModel() == model1 is true
> s.getModel() == model2 is false
> s.getModel() should return model2



--
This message was sent by Atlassian JIRA
(v6.1#6144)