How to integrate RTC and RAM through code
HI Jazz,
Our requirement is to integrate RAM with RTC. The description of the asset in the RAM contains the Work item ID of the RTC work item . So we have to pass the work item ID from the RAM asset as the Input to the RTC . We are getting the ID from the description of asset in RAM but while passing that ID to the RTC ,we are getting error while starting the Team Platform of the RTC. Please suggest us. Thanks in advance.
Error:
Exception in thread "main" java.lang.NoSuchMethodError: org/eclipse/emf/ecore/change/impl/ChangePackageImpl.addEOperation(Lorg/eclipse/emf/ecore/EClass;Lorg/eclipse/emf/ecore/EClassifier;Ljava/lang/String;IIZZ)Lorg/eclipse/emf/ecore/EOperation;
at org.eclipse.emf.ecore.change.impl.ChangePackageImpl.initializePackageContents(ChangePackageImpl.java:693)
at org.eclipse.emf.ecore.change.impl.ChangePackageImpl.initGen(ChangePackageImpl.java:158)
at org.eclipse.emf.ecore.change.impl.ChangePackageImpl.init(ChangePackageImpl.java:171)
at org.eclipse.emf.ecore.change.ChangePackage.<clinit>(ChangePackage.java:73)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:199)
at sun.misc.Unsafe.ensureClassInitialized(Native Method)
at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:37)
at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:134)
at java.lang.reflect.Field.acquireFieldAccessor(Field.java:945)
at java.lang.reflect.Field.getFieldAccessor(Field.java:912)
at java.lang.reflect.Field.get(Field.java:371)
|
One answer
Ralph Schoon (63.6k●3●36●46)
| answered Oct 09 '17, 9:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER There is no information in the question, really.
I would suggest to start with working examples. Start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
|
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.