]
Paul Leacu closed JBTIS-234.
----------------------------
Resolution: Out of Date
Closing as out-of-date. Please re-issue a new Jira if this is still a problem.
DSL Validation
--------------
Key: JBTIS-234
URL:
https://issues.jboss.org/browse/JBTIS-234
Project: JBoss Tools Integration Stack
Issue Type: Feature Request
Components: drools/ jBPM
Environment: All
Reporter: Jim Tyrrell
Assignee: Kris Verlaenen
When authoring a DLS file you will typically have variable names of the type:
"{disabilityType}"=customer: Customer(disabilityType ==
"{disabilityType}") or something like this. If the Customer object does not
exist some sort of problem should be noted in the Problems section. Also a DSL might look
like this:
{percentage}=eval(customer.disabledPercent >= {percentage}) This to is a little
harder as the customer is a variable that is implied.