Re: [rules-users] Problem while using the global - Drools 3.0.6

2007-07-04 Thread Natraj Gudla
Thanks Edson. I was able to get to this URL yesterday through some search on the net. On 7/4/07, Edson Tirelli <[EMAIL PROTECTED]> wrote: Natraj The link is: http://jira.jboss.com/jira/browse/JBRULES You need to create an account for you first, providing your e-mail, so you get not

Re: [rules-users] Problem while using the global - Drools 3.0.6

2007-07-04 Thread Edson Tirelli
Natraj The link is: http://jira.jboss.com/jira/browse/JBRULES You need to create an account for you first, providing your e-mail, so you get notified when the ticket is worked on. []s Edson 2007/7/4, Natraj Gudla <[EMAIL PROTECTED]>: Thanks Edson. I have never used JIRA earlier. C

Re: [rules-users] Problem while using the global - Drools 3.0.6

2007-07-04 Thread Natraj Gudla
Thanks Edson. I have never used JIRA earlier. Can you give me the required URL or set up details to have it going for me. Thanks Natraj On 7/3/07, Edson Tirelli <[EMAIL PROTECTED]> wrote: Natraj, There are a couple technical difficulties why this does not work, but if you think it w

Re: [rules-users] Problem while using the global - Drools 3.0.6

2007-07-03 Thread Edson Tirelli
Natraj, There are a couple technical difficulties why this does not work, but if you think it would be important to have that, please open a JIRA with the feature request. We will look into making that possible in future releases. Thank you, Edson 2007/7/3, Natraj Gudla <[EMAIL P

Re: [rules-users] Problem while using the global - Drools 3.0.6

2007-07-02 Thread Natraj Gudla
Hi Edson, thanks for the update. Any specific reason why this is so? Because as a general convention in Java, we tend to use global declarations in any constructs across. It would be a good thing to have. On 7/2/07, Edson Tirelli <[EMAIL PROTECTED]> wrote: Natraj, Globals were not de

Re: [rules-users] Problem while using the global - Drools 3.0.6

2007-07-02 Thread Edson Tirelli
Natraj, Globals were not designed to be available in functions, unless they are sent in as parameters in the way you did in your second example. []s Edson 2007/7/2, Natraj Gudla <[EMAIL PROTECTED]>: Hello, I am using Drools 3.0.6. While using a global variable in a function, the comp

[rules-users] Problem while using the global - Drools 3.0.6

2007-07-02 Thread Natraj Gudla
Hello, I am using Drools 3.0.6. While using a global variable in a function, the compiler complains it cannot resolve the global variable name. Something like below * global* com.*sample*.ExampleLogger *customLogger*; * function* *void* logMessage(String msg){ customLogger.logMessage("Log Mes