Skip to main content

alphaWorks  >  Forums  >  IBM Rational Team API  >  developerWorks

CQ Team API doReadProperties does not return    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 2 - Pages: 1 - Last Post: Oct 22, 2009 12:01 PM Last Post By: kglickman Threads: [ Previous | Next ]
Adrian_Phillips

Posts: 1
Registered: Dec 01, 2005 08:57:33 AM
CQ Team API doReadProperties does not return
Posted: Apr 22, 2009 07:11:57 AM
 
Click to report abuse...   Click to reply to this thread Reply
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

dalia_simons

Posts: 1
Registered: Aug 12, 2009 07:50:11 AM
Re: CQ Team API doReadProperties does not return
Posted: Aug 12, 2009 07:51:13 AM   in response to: Adrian_Phillips in response to: Adrian_Phillips's post
 
Click to report abuse...   Click to reply to this thread Reply
Hi
I'm encountering the same problem described above.
Does anyone have a solution for it?
Thanx :)
kglickman

Posts: 2
Registered: Oct 22, 2009 11:14:05 AM
Re: CQ Team API doReadProperties does not return
Posted: Oct 22, 2009 12:01:08 PM   in response to: Adrian_Phillips in response to: Adrian_Phillips's post
 
Click to report abuse...   Click to reply to this thread Reply
This is probably because your authentication failed and your callback's getAuthentication() method is being called over and over in a loop, with the retries argument incremented each time.

Point your RSS reader here for a feed of the latest messages in all forums