[ 
https://issues.apache.org/jira/browse/JENA-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claude Warren updated JENA-544:
-------------------------------

    Description: 
Create model 1.
Create a resource in model 1
Create model 2
call Bag s = model2.getBag( resource )
s.getModel() == model1 is true
s.getModel() == model2 is false
s.getModel() should return model2

  was:
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

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

--
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

Reply via email to