Bug 1029052

Summary: Query definition created by content assist contains wrong comment character
Product: [Retired] JBoss BRMS Platform 6 Reporter: Tomas Schlosser <tschloss>
Component: Eclipse ToolingAssignee: Kris Verlaenen <kverlaen>
Status: CLOSED EOL QA Contact: Tomas David <tdavid>
Severity: low Docs Contact:
Priority: medium    
Version: unspecified   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:07:27 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:

Description Tomas Schlosser 2013-11-11 14:41:54 UTC
Description of problem:
The query definition created by content assist contains old (deprecated) hash sign for comment. This is unsupported and shows a problem in drl.

Version-Release number of selected component (if applicable):
JBDS 7.0.1.GA
JBoss Drools Core 6.0.0.201308222359
droolsjbpm-tools 6.x branch (2013-11-11)

Steps to Reproduce:
1. create new DRL resource
2. call content assist and select query

Actual results:
query "query name"
	#conditions
end

Expected results:
query "query name"
	//conditions
end

Additional info:
Please consider renaming the query to queryName since multiple word queries can't be called from LHS (backward chaining).