IProcessClientService doesn't exist?
I'm trying out the code to create Work Items programmatically, and there's a piece in the plain Java that looks like
IProcessClientService processClient= (IProcessClientService)teamRepository.getClientLibrary(IProcessClientService.class); But the IProcessClientService doesn't seem to exist, I can't actually import anything. There's others that are similar to it, like IProcessRestService, IProcessService, etc. And I've tried them all, and none of them work. Any ideas? |
2 answers
Ralph Schoon (63.5k●3●36●46)
| answered Feb 01 '11, 12:09 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi,
not sure what is wrong. If you are logged into the repository the service should be there. This has worked for me in the past.
I'm trying out the code to create Work Items programmatically, and there's a piece in the plain Java that looks like |
Hello,
Do you get any error, or does the getClientLibrary call just return null? Is there anything in the Console? Thanks, Martha Jazz Developer, Process Team Hi, I'm trying out the code to create Work Items programmatically, and there's a piece in the plain Java that looks like |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.