RTC Extensions problem
![]()
Sola Otudeko (45●1●14●16)
| asked Feb 19 '13, 5:24 a.m.
edited Feb 25 '13, 2:54 p.m. by Susan Lafera (1●1) Hi, I have this extension developed based on the IBM lab extension tutorial, which has now gone through quite a few iterations and has been working on our test server no problem for months. Recently, I added another extension to it, and changed an advisor to participant, which all works well when I test in the eclipse debug instance. However my built plugin fails to install on the server and changes not being picked up. This is the error msg 2013-02-19 08:24:26,822 [ Launch callback handler] ERROR eam.repository.provision.internal.ProvisionService - CRJAZ0291I Failed to start the bundle "com.hsbc.alm.g3.workflow.rtcext.service 1.0.0.201302181730". org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Require-Bundle: com.ibm.team.scm.service; bundle-version="3.1.0" One of the extensions (which I didn't amend) uses com.ibm.team.scm.service. I may inadvertently clicked/unclicked/removed something but I've looked hard and can see nothing else different. Anyone have any clue where I may go searching for the cause of this? Thanks very much Rgds Sola |
One answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Feb 20 '13, 2:18 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi Sola,
can you check on the properties of the dependency, if it requests a specific version? Typically it requests a minimal version. 3.1.400 is RTC 4.0.1. ![]() Comments Thanks Ralph...In fact, I started this work with 4.0. Our deploy environments are now 4.0.1. I'm going to rebuild my dev environment with sdk4.0.1 for consistency and see how that goes.
Hi
Sola,
|