Community
Participate
Working Groups
Build Identifier: Version: Indigo Release Build id: 20110615-0604 Within the latest RIO github codebase, the CM RIO file "changerequest_selector.jsp" contains a bug within its select function definition. Specifically, the variable for the oslcResponse is missing a parent tag for "oslc-response:". Current: var oslcResponse = '{ "oslc:results": [ ' + ' { "oslc:label":"' + option.text + '", "rdf:resource":"' + option.value + '"} ' + ' ]}'; Suggested: var oslcResponse = 'oslc-response:{ "oslc:results": [ ' + ' { "oslc:label":"' + option.text + '", "rdf:resource":"' + option.value + '"} ' + ' ]}'; Without this fix, the selector dialog does not appropriately notify the parent consuming window about the data for the selection. The tutorial and workshop materials all indicate this tag, however the RIO code seems to be missing it. Reproducible: Always Steps to Reproduce: 1. Follow the workshop steps and attempt to associate the CM RIO with RTC 2. Utilize the selection dialog and attempt to hit the OK button. 3. Validate that nothing occurs within the RTC parent window.
I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use. Commit: https://github.com/joshisa/lyo.rio/commit/2ddde9eda3e1984b9882e2a7357380116e493296
The AM and RM RIOs need to be updated too. I have a commit to address this.
Resolved by the following commits: http://git.eclipse.org/c/lyo/org.eclipse.lyo.rio.git/commit/?id=1c316372382e6a3ae1cd2eca1824f5bb1a65e233 http://git.eclipse.org/c/lyo/org.eclipse.lyo.rio.git/commit/?id=515807d37f0240a665272c249498256224f4e6c0
Bulk update: Closing out Lyo bugs fixed long ago. Feel free to reopen if you feel your bug was closed in error.