[jboss-user] [Beginners Corner] - Re: [JBoss Rules with DSL] Unable to expand

2009-04-27 Thread tom.collet
Still having the same problem : First rule : --- | package tom | import java.util.Date; | | expander TctMyDSL.dsl | | rule "TctMyRule" | | when | now : Date() | then | Afficher "TctMyRulethen" | end | -> It works Second r

[jboss-user] [Beginners Corner] - [JBoss Rules with DSL] Unable to expand

2009-04-17 Thread tom.collet
Hi there, I'm a newbie on Jboss and I try to use a basic DSL with a basic rule : My DSL file called TctMyDSL.dsl : --- [consequence][]print "{message}"=System.out.println("{message}"); My DRL file : --- package tom | import java.util.Date; |