Hi all,
The Rational Team API does not return when I attempt to read any of the properties of the database after successfully creating a provider and finding the database.
Here is the code snippet
userDb = (CqUserDb)userDb.doReadProperties
(new PropertyNameList(new PropertyName[]{CqUserDb.QUERY_FOLDER_ITEMS}), null);
I have tried a number of different properties including ALL_QUERIES. it never executes the line after the above.
Any clues as to what I am doing wrong from the experts out there.
Cheers