How to retrieve change set histories in a sever-side Operation Participants?
Yasuyuki Kubota (34●10●15)
| asked Nov 04 '13, 3:34 a.m.
edited Jul 26 '16, 12:05 p.m. by David Lafreniere (4.8k●7)
I design a server-side Operation Participants invoked by server-side delivery event.
And I wanna retrieve change set histories in this Operation Participants. I coded as blow, ServiceHistoryProvider targetHistory = ServiceHistoryProvider.FACTORY.create(but IllegalStateException occured with com.ibm.team.scm.common.IScmService#getHistoryForVersionable method. Here is exeption message:"Illegal transaction in progress for service method call." This problem is same as this post, but no one answered this post. Does anyone feel like giving me a hand? |
One answer
Good morning.
This post is old, but I had the same problem recently. I've used your code above and works normally for me. But I only tested in the localhost server. IWorkspace workspace = data.getDestWorkspace();About dependencies, I've only used these ones below:
|
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.