Getting Started Extending Team Concert 2.0
There is a lot of new information to help you extend Team Concert 2.0 and it's all in one wiki document. Development environment setup, server side development (with videos), and a presentation on the direction of integrations is also available.
We've built a all-in-one SDK zip file which makes it easier to setup development environments to create, tests, and browse extensions.
See https://jazz.net/wiki/bin/view/Main/RtcSdk20
Note: The previous 1.0 wiki topics are deprecated and we recommend you follow the setup instructions in the 2.0 wiki.
Cheers,
Jean-Michel
We've built a all-in-one SDK zip file which makes it easier to setup development environments to create, tests, and browse extensions.
See https://jazz.net/wiki/bin/view/Main/RtcSdk20
Note: The previous 1.0 wiki topics are deprecated and we recommend you follow the setup instructions in the 2.0 wiki.
Cheers,
Jean-Michel
18 answers
I downloaded the client libs for RTC 3.0 and have the "snippets" project created and have successfully connected via Snippet1.
It looks like snippets 2-4 wouldn't be something I would be doing too often, so I went to Snippet5. However, this looks to me like it creates a new project for the work item ... does anyone have an example where an existing project is used? I am also looking for examples of doing queries of work items.
Hava a look at https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation (Scroll to Section "Plain-Java Client)
Hi;
we are using RTC client Version: 3.0.1 and JTS 3.0.1
We have downloaded the programmatic work item creation example from
"https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation"
but when we try to run the CreateWorkItem main method we get at the
team.reposity .login( null) the following exception , do you have any idea? :
com.ibm.team.repository.common.TeamRepositoryException: org.eclipse.emf.ecore.resource.Resource$IOWrappedException: http://apache.org/xml/features/validation/schema
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:67)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:522)
at com.ibm.team.repository.transport.client.RemoteTeamService.getAppropriateException(RemoteTeamService.java:717)
at com.ibm.team.repository.transport.client.RemoteTeamService.executeMethod(RemoteTeamService.java:510)
at com.ibm.team.repository.transport.client.RemoteTeamService.invoke(RemoteTeamService.java:202)
at com.ibm.team.repository.transport.client.ServiceInvocationHandler.invoke(ServiceInvocationHandler.java:43)
at $Proxy0.describe(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invokeServiceCall(ServiceInterfaceProxy.java:164)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invoke(ServiceInterfaceProxy.java:88)
at $Proxy0.describe(Unknown Source)
at com.ibm.team.repository.client.internal.TeamRepository$4.run(TeamRepository.java:1487)
at com.ibm.team.repository.client.internal.TeamRepository$4.run(TeamRepository.java:1)
at com.ibm.team.repository.client.internal.TeamRepository$3.run(TeamRepository.java:1261)
at com.ibm.team.repository.common.transport.CancelableCaller.call(CancelableCaller.java:79)
at com.ibm.team.repository.client.internal.TeamRepository.callCancelableService(TeamRepository.java:1254)
at com.ibm.team.repository.client.internal.TeamRepository.internalLogin(TeamRepository.java:1480)
at com.ibm.team.repository.client.internal.TeamRepository.login(TeamRepository.java:618)
at com.ibm.team.workitem.ide.ui.example.CreateWorkItem.run(CreateWorkItem.java:118)
at com.ibm.team.workitem.ide.ui.example.CreateWorkItem.main(CreateWorkItem.java:88)
Caused by: com.ibm.team.repository.common.internal.marshal.MarshallingException: org.eclipse.emf.ecore.resource.Resource$IOWrappedException: http://apache.org/xml/features/validation/schema
at com.ibm.team.repository.common.internal.marshal.impl.EObjectMarshaller.demarshalInputStreamToObject(EObjectMarshaller.java:558)
at com.ibm.team.repository.transport.client.RemoteTeamService.demarshallEnvelope(RemoteTeamService.java:615)
at com.ibm.team.repository.transport.client.RemoteTeamService.invokePost(RemoteTeamService.java:546)
at com.ibm.team.repository.transport.client.RemoteTeamService.executeMethod(RemoteTeamService.java:485)
... 19 more
Caused by: org.eclipse.emf.ecore.resource.Resource$IOWrappedException: http://apache.org/xml/features/validation/schema
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:201)
at com.ibm.team.repository.common.internal.marshal.util.WebServicesXMLLoadImpl.load(WebServicesXMLLoadImpl.java:76)
at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:180)
at com.ibm.team.repository.common.internal.marshal.impl.EObjectMarshaller.demarshalInputStreamToObject(EObjectMarshaller.java:555)
... 22 more
Caused by: org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/schema
at com.bluecast.xml.Piccolo.setFeature(Piccolo.java:902)
at org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl.makeParser(XMLParserPoolImpl.java:144)
at org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl.get(XMLParserPoolImpl.java:106)
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:139)
... 25 more
we are using RTC client Version: 3.0.1 and JTS 3.0.1
We have downloaded the programmatic work item creation example from
"https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation"
but when we try to run the CreateWorkItem main method we get at the
team.reposity .login( null) the following exception , do you have any idea? :
com.ibm.team.repository.common.TeamRepositoryException: org.eclipse.emf.ecore.resource.Resource$IOWrappedException: http://apache.org/xml/features/validation/schema
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:67)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:522)
at com.ibm.team.repository.transport.client.RemoteTeamService.getAppropriateException(RemoteTeamService.java:717)
at com.ibm.team.repository.transport.client.RemoteTeamService.executeMethod(RemoteTeamService.java:510)
at com.ibm.team.repository.transport.client.RemoteTeamService.invoke(RemoteTeamService.java:202)
at com.ibm.team.repository.transport.client.ServiceInvocationHandler.invoke(ServiceInvocationHandler.java:43)
at $Proxy0.describe(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invokeServiceCall(ServiceInterfaceProxy.java:164)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invoke(ServiceInterfaceProxy.java:88)
at $Proxy0.describe(Unknown Source)
at com.ibm.team.repository.client.internal.TeamRepository$4.run(TeamRepository.java:1487)
at com.ibm.team.repository.client.internal.TeamRepository$4.run(TeamRepository.java:1)
at com.ibm.team.repository.client.internal.TeamRepository$3.run(TeamRepository.java:1261)
at com.ibm.team.repository.common.transport.CancelableCaller.call(CancelableCaller.java:79)
at com.ibm.team.repository.client.internal.TeamRepository.callCancelableService(TeamRepository.java:1254)
at com.ibm.team.repository.client.internal.TeamRepository.internalLogin(TeamRepository.java:1480)
at com.ibm.team.repository.client.internal.TeamRepository.login(TeamRepository.java:618)
at com.ibm.team.workitem.ide.ui.example.CreateWorkItem.run(CreateWorkItem.java:118)
at com.ibm.team.workitem.ide.ui.example.CreateWorkItem.main(CreateWorkItem.java:88)
Caused by: com.ibm.team.repository.common.internal.marshal.MarshallingException: org.eclipse.emf.ecore.resource.Resource$IOWrappedException: http://apache.org/xml/features/validation/schema
at com.ibm.team.repository.common.internal.marshal.impl.EObjectMarshaller.demarshalInputStreamToObject(EObjectMarshaller.java:558)
at com.ibm.team.repository.transport.client.RemoteTeamService.demarshallEnvelope(RemoteTeamService.java:615)
at com.ibm.team.repository.transport.client.RemoteTeamService.invokePost(RemoteTeamService.java:546)
at com.ibm.team.repository.transport.client.RemoteTeamService.executeMethod(RemoteTeamService.java:485)
... 19 more
Caused by: org.eclipse.emf.ecore.resource.Resource$IOWrappedException: http://apache.org/xml/features/validation/schema
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:201)
at com.ibm.team.repository.common.internal.marshal.util.WebServicesXMLLoadImpl.load(WebServicesXMLLoadImpl.java:76)
at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:180)
at com.ibm.team.repository.common.internal.marshal.impl.EObjectMarshaller.demarshalInputStreamToObject(EObjectMarshaller.java:555)
... 22 more
Caused by: org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/schema
at com.bluecast.xml.Piccolo.setFeature(Piccolo.java:902)
at org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl.makeParser(XMLParserPoolImpl.java:144)
at org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl.get(XMLParserPoolImpl.java:106)
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:139)
... 25 more
I am new here but looking to get RTC API can any one help to find this?
__________________________________
RS Gold
Buy cheap RS Gold
__________________________________
RS Gold
Buy cheap RS Gold
Hi,
i'm reading the document "IBM Rational Team Concert 3.0.1
Extensibility" and i'm stuck at page 44. I should create a Test Database from the "Run configurations -> JUnit Launch" menu ( Create test database option).
I previously copied the launcher jar file in the jazz\client\eclipse\dropins folder as described at page 9, but on the right window of "run configurations" i see that some "features cannot be found", so i can't create the database.
Could anyone help me, please?
Thanks in advance!
Alberto
i'm reading the document "IBM Rational Team Concert 3.0.1
Extensibility" and i'm stuck at page 44. I should create a Test Database from the "Run configurations -> JUnit Launch" menu ( Create test database option).
I previously copied the launcher jar file in the jazz\client\eclipse\dropins folder as described at page 9, but on the right window of "run configurations" i see that some "features cannot be found", so i can't create the database.
Could anyone help me, please?
Thanks in advance!
Alberto
page 2of 1 pagesof 2 pages