<div>&nbsp;</div>
<div>Hi guys,</div>
<div>&nbsp;</div>
<div>As u can notice in the <a href="http://labs.jboss.com/file-access/default/members/drools/images//templatebaseddsl2.png">http://labs.jboss.com/file-access/default/members/drools/images//templatebaseddsl2.png</a>&nbsp;DSL pop-up Menu,
</div>
<div>we have got the sentence &quot;Escalate the ticket&quot; splitted into 3 different sub-sentences:</div>
<div>&nbsp;</div>
<div>1. Escalate</div>
<div>2. Escalate the</div>
<div>3. Escalate the ticket</div>
<div>&nbsp;</div>
<div>When I open &quot;<em>org.drools.examples.TroubleTicketWithDSL.dslr</em>&quot; from the &quot;<em>drools-examples/drools-examples-drl/src/main/rules/org/drools/examples</em>&quot;</div>
<div>directory and i push &quot;CTRL+SPACE&quot; in Eclipse Europa 3.3, then the&nbsp;pop-up menu I get back shows just one of the sentences above.</div>
<div>&nbsp;</div>
<div>It just shows: &quot;Escalate the ticket&quot;.</div>
<div>&nbsp;</div>
<div>I expected to see all the above sentences, as I saw in the JBoss Drools Features page ( <a href="http://labs.jboss.com/file-access/default/members/drools/images//templatebaseddsl2.png">http://labs.jboss.com/file-access/default/members/drools/images//templatebaseddsl2.png
</a>).</div>
<div>&nbsp;</div>
<div>So.... Why Do I get a different menu with just one sentence?</div>
<div>&nbsp;</div>
<div>Is the .dsl file referred from the .drls in the &quot;feature page&quot; different from the following one?</div>
<div>&nbsp;</div>
<div><em>[condition][]There is a customer ticket with status of &quot;{status}&quot;=customer : Customer( )&nbsp;&nbsp; ticket : Ticket( customer == customer, status == &quot;{status}&quot; )<br>[condition][]There is a &quot;{subscription}&quot; customer with a ticket status of &quot;{status}&quot;=customer : Customer(subscription == &quot;{subscription}&quot;) ticket : Ticket( customer == customer, status == &quot;{status}&quot;)
<br>[consequence][]Log &quot;{message}&quot;=System.out.println(&quot;{message} &quot;);<br>[consequence][]Escalate the ticket=ticket.setStatus(&quot;Escalate&quot;); update(ticket);<br>[consequence][]Send escalation email=sendEscalationEmail( customer, ticket );
</em><br></div>
<div><strong>One more question.</strong></div>
<div>&nbsp;</div>
<div>I have got no idea on the &quot;Object&quot; column which accours in the DSL Editor.</div>
<div>We have got &quot;Language Expression&quot;, &quot;&quot;, &quot;<strong>Object</strong>&quot; and &quot;Scope&quot;.</div>
<div>&nbsp;</div>
<div>What does &quot;<strong>Object</strong>&quot; stand for?</div>
<div>&nbsp;</div>
<div>Thank You for any help you can give me.</div>
<div>&nbsp;</div>
<div>Massi</div>