Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occurrences non-existant in Transaction #83

Open
GoogleCodeExporter opened this issue Jun 1, 2015 · 5 comments
Open

Occurrences non-existant in Transaction #83

GoogleCodeExporter opened this issue Jun 1, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Take an ITopicMap instance with at least one topic which in turn has at 
least one occurrence.
2. Create a Transaction from that ITopicMap.
3. Try to access an occurrence attached to a topic inside the transaction 
context.

What is the expected output? What do you see instead?
Instead of a set of occurrences one gets an empty set.

What version of the product are you using? On what operating system?
The issue occured using both the latest release (version 1.1.1) and the current 
revision in the hg repository (274).
I'm running Debian Sid (kernel 2.6.38-1-amd64) with openjdk-6 (version 
6b18-1.8.7-2). However, that's very likely not relevant to the issue.

Please provide any additional information below.
Taking a topic from the original topic map, getOccurrences() correctly returns 
a set of occurrences. Executing the same method taking the same topic from the 
transaction, an empty set is returned.

Original issue reported on code.google.com by [email protected] on 24 Mar 2011 at 1:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant