Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1083931

Summary: Use single quotes instead of double qoutes in S-RAMP Query examples
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Stefan Bunciak <sbunciak>
Component: DocumentationAssignee: belong
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: soa-p-jira
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 17997, Development Guide Volume 3: Governance-6-6 Build Date: 05-02-2014 14:00:02 Topic ID: 20138-566209 [Latest]
Last Closed: 2014-04-03 09:23:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Stefan Bunciak 2014-04-03 09:19:35 UTC
Title: S-RAMP Query Examples

Describe the issue:

Use single quotes instead of double qoutes. If user tries to copy and paste these queries into s-ramp shell, he will get an error message:


s-ramp> s-ramp:query /s-ramp/xsd/XsdDocument[@name="core.xsd" and @version="1.0"]
Invalid argument:  Too many arguments: did you perhaps forget to surround your S-RAMP query in quotes?

after surrounding the query with quotes:

s-ramp> s-ramp:query "/s-ramp/xsd/XsdDocument[@name="core.xsd" and @version="1.0"]"
Invalid argument:  Too many arguments: did you perhaps forget to surround your S-RAMP query in quotes?



Suggestions for improvement:

Mention that user needs to use different quotes to surround the query, and different for query arguments, to use those queries in S-RAMP CLI.


Additional information:

Comment 1 Stefan Bunciak 2014-04-03 09:23:35 UTC

*** This bug has been marked as a duplicate of bug 1083930 ***

Comment 2 JBoss JIRA Server 2014-06-06 21:08:34 UTC
Brett Meyer <brmeyer> updated the status of jira SRAMP-392 to Resolved

Comment 3 JBoss JIRA Server 2014-08-11 16:20:25 UTC
Brett Meyer <brmeyer> updated the status of jira SRAMP-392 to Closed