[jboss-jira] [JBoss JIRA] Created: (JBRULES-1358) DSL mapping not available in BRMS
Ravi Shankar (JIRA)
jira-events at lists.jboss.org
Wed Dec 5 23:40:51 EST 2007
DSL mapping not available in BRMS
---------------------------------
Key: JBRULES-1358
URL: http://jira.jboss.com/jira/browse/JBRULES-1358
Project: JBoss Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 4.0.3
Reporter: Ravi Shankar
Hi,
In the BRMS I did not find conversation of DSL to actual valid DRL syntax. For example in the eclipse plugin I created the following as in when clause:
Shopping Basket price is more than or equal to {value}
and in the mapping I put the following java code:
originalBasket : ShoppingBasket(descriptor == "originalBasket", cartTotal.value >= {value}) bestDiscounted : ShoppingBasket(descriptor == "bestDiscounted") currentDiscounted : ShoppingBasket(descriptor == "currentDiscounted")
so that when converting a .dslr into a .drl the conversion happens from business user's friendly version to developer friendly code. But I do not find a place in BRMS to specify such mappings.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list