Error: The processing instruction target matching "[xX][mM][lL]" is not allowed
I am trying to change the Operation Behavior (Source Control: Deliver (client)) and I get this error for any change I try to make at any level:
The processing instruction target matching "[xX][mM][lL]" is not allowed.
I have all the permission I need to make these changes. The error detail shows this message:
The operation is not governed by process.
I am using Eclipse Jee Mars with Rational Team Concert Version: 6.0 plugin.
Thanks
Accepted answer
2 other answers
I was able to reproduce this problem when trying to "Save All" from RTC main tab after changes in Team Configuration -> Permissions. Saving the changes from Project Area window instead resolved the issue. I am using existing Eclipse Client (Luna) with RTC plugin.
<?xml version="1.0" encoding="UTF-8"?>
<process-specification xmlns="http://com.ibm.team.process">
<role-definitions>
</role-definitions>
</process-specification>
<?xml version="1.0" encoding="UTF-8"?>
<process-specification xmlns="http://com.ibm.team.process">
<role-definitions>
<role-definition cardinality="single" description="The person responsible for managing the Product Backlog." name="Product Owner" role-id="Product Owner"/>
<role-definition cardinality="single" description="The person responsible for the process." name="Scrum Master" role-id="ScrumMaster"/>
<role-definition cardinality="many" description="A member of the cross-functional team." name="Team Member" role-id="Team Member"/>
<role-definition cardinality="many" description="The stake holder." name="Stakeholder" role-id="Stakeholder"/>
</role-definitions>
Comments
Ranjan Kumar
Mar 25 '16, 7:40 a.m.Abraham Sweiss
Mar 25 '16, 9:03 a.m.Ranjan Kumar
Mar 25 '16, 10:27 a.m.Abraham Sweiss
Mar 25 '16, 12:56 p.m.Ranjan Kumar
Mar 25 '16, 1:38 p.m.