Industrial-TSI / industrial-mylyn

Automatically exported from code.google.com/p/industrial-mylyn
0 stars 2 forks source link

Task refresh returns wrong task when used while a large query is synchronizing #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Synchronize a query with enough tasks that it takes a while
2. During the sync open a task and click the sync button
3. Observer that most of the time the task refreshes with data from another 
task ... probably one that the query synch has opened. 

What is the expected output? What do you see instead?
That synching a task at any time is going to correctly use the results obtained 
from the web service.

What version of the product are you using? On what operating system?
0.9.7 from April 11 with Eclipse EE 3.6 & 3.7
Persistor plug-in fragment calls a JAX-WS web service to fetchTasks (the query) 
and fetchTask (the refresh). 

Please provide any additional information below.
This problem is going to stop me from using the connector as it will destroy 
data in the task respository. 

Original issue reported on code.google.com by pdegrego...@pgmsystems.com on 18 Dec 2011 at 11:03