Running client api application
![]()
Hi, I developed a simple client app to access rtc users records. It works in eclipse, but stops in the jar file I built to run non-interactively.
It fails on this line >>> ITeamRepository teamRepository = TeamPlatform.getTeamRepositoryService().getTeamRepository(repositoryURI); <<< after TeamPlatform has started. Any help please? regards Sola TeamPlatform.startup(); |
8 answers
|
![]()
It exits (returns to the finally block) when executing the indicated line.
|
![]()
well, your exception handler only handles one exception type
} catch (TeamRepositoryException e) { I would make it less specific and report out the error Sam |
![]()
Hi Sola,
This is not related to your query. I am new to RTC. I have got a attribute "Request Type" of enum type in a workitem. I need to force the approval based on the value of Request Type field. Is this possible? I am interested to work on automation. Basically I am a perl programmer working in Build Release domain. Could you please tell where I can find the RTC API? CHeers, Jose |
![]()
the RTC api is a set of classes and methods.. in the latest release, 3.0.1.1, the javadoc has been published (see the download site) , but it does not contain everything in the SDK.
Many of the seemingly trivial things people want to do are very complex with the OO design of RTC as there is no direct procedural api. there are many examples on the wiki and in the doc. there is NO good overview or class/api architecture doc. Sam |
![]()
Hi Sam,
Thanks a lot for your update. I guess doo framework is relatively easy for automation. Have you got any example scripts which uses doo. Have you got any hint for my approval query? Cheers, Simon the RTC api is a set of classes and methods.. in the latest release, 3.0.1.1, the javadoc has been published (see the download site) , but it does not contain everything in the SDK. |
![]()
by doo , do you mean dojo? I have no experience there.
I also have no idea about your approval process query.. I would like that answer too.. (I haven't spent any time trying this myself) but I would guess it is in the OperationParticipant context.. which is all server side, no javascript. Sam |
![]()
Hi Sam,
Yes. I mean Dojo framework. Thanks for your update. Cheers, Simon by doo , do you mean dojo? I have no experience there. |