Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] TaskData returning null

Some connectors such as Bugzilla do not return the full task data when a query is run. In that case Mylyn downloads and stores the task data for all changed tasks in a second pass. TaskDataManager will return null until the task data has been fully retrieved. For other connectors such as the Web Templates connector that do not support rich editing task data is never stored on disk and only used to update the task in the task list.

Steffen


On 1/6/09, Praveen Kumar Subramanian <praveen.thames@xxxxxxxxx> wrote:
Hi all,

I have an application built over Mylyn connectors. The application programattically creates Mylyn queries and displays each query result in a new view(like the TaskListView). However some of the records in the view are null. On debugging, I understand that the TaskData is returned null for those records. But When I view the query in the TaskListView, that task is not null. Also I am able to open the task in the editor from there.

Any ideas what is wrong here.
,

--
Regards,
Praveen

_______________________________________________
mylyn-integrators mailing list
mylyn-integrators@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-integrators



Back to the top