Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

IWorkItemTemplateService is not remotely accessible.

I tried to do the following:

IWorkItemTemplateClient workItemTemplateClient = (IWorkItemTemplateClient)repository.getClientLibrary(IWorkItemTemplateClient.class);

...
int[] ids = workItemTemplateClient.instantiateTemplate(workItemTemplateId, variables, projectArea.getProjectArea(), monitor);

And i get:

com.ibm.team.repository.common.TeamRepositoryException: CRJAZ0055I The service com.ibm.team.workitem.common.internal.IWorkItemTemplateService is not remotely accessible.


How can i fix this?

0 votes



One answer

Permanent link
I'd suggest reposting this request to the jazz.extend forum, where
API-level discussions are held.

Cheers,
Geoff

On 6/14/2010 8:23 AM, shlomiti wrote:
I tried to do the following:

IWorkItemTemplateClient workItemTemplateClient =
(IWorkItemTemplateClient)repository.getClientLibrary(IWorkItemTemplateClient.class);

..
int[] ids =
workItemTemplateClient.instantiateTemplate(workItemTemplateId,
variables, projectArea.getProjectArea(), monitor);

And i get:

com.ibm.team.repository.common.TeamRepositoryException: CRJAZ0055I The
service com.ibm.team.workitem.common.internal.IWorkItemTemplateService
is not remotely accessible.


How can i fix this?

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jun 14 '10, 8:16 a.m.

Question was seen: 4,786 times

Last updated: Jun 14 '10, 8:16 a.m.

Confirmation Cancel Confirm