Re: [rules-users] Best practice to use heap memory effectively

2012-11-11 Thread Wolfgang Laun
You have received other suggestions as well, but we haven't seen any reason from your side why these won't work. I think that this is still the problem of sending an SMS to an address which calls from a certain cell, if there are one or more messages defined for that cell, and not send another one

Re: [rules-users] Problem in Parsing Change-set.xml

2012-11-11 Thread Wolfgang Laun
The exception is thrown by code in java.net.URI and this class expects URIs to be according to RFC 2396, and this requires space to be escaped as %20. I think that the transformation from a user-friendly pathname to an escaped URI would be the responsibility of one of the modules through which thi

Re: [rules-users] Best practice to use heap memory effectively

2012-11-11 Thread Mark Proctor
It sounds like you are putting in facts without allowing them to be expired or retracted. If you keep inserting events over 24 hours, if there is enough of them, it will OOM. Try setting an expiration value for the event type, to force it to expire earlier. Mark On 12 Nov 2012, at 05:20, mohan

Re: [rules-users] Best practice to use heap memory effectively

2012-11-11 Thread mohan
Hi Gurus, any ideas & views on above?? -- View this message in context: http://drools.46999.n3.nabble.com/Best-practice-to-use-heap-memory-effectively-tp4020194p4020793.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rul

Re: [rules-users] Problem in Parsing Change-set.xml

2012-11-11 Thread anniejoseph
Hi, Thanks for your reply.Yes, it worked for me when I renamed the folder, omitting the space. My complete stack trace is: java.lang.RuntimeException: Unable to parse ChangeSet at org.drools.agent.impl.KnowledgeAgentImpl.getChangeSet(KnowledgeAgentI mpl.java:448) at org

Re: [rules-users] Problem in Parsing Change-set.xml

2012-11-11 Thread anniejoseph
Hi, Thanks for your reply.Yes, it worked for me when I renamed the folder, omitting the space. My complete stack trace is: java.lang.RuntimeException: Unable to parse ChangeSet at org.drools.agent.impl.KnowledgeAgentImpl.getChangeSet(KnowledgeAgentI mpl.java:448) at org.drool

Re: [rules-users] drools grid or other high availability solution?

2012-11-11 Thread Justin Case
In my plan, there are a few DRools servers running stateless, integrated with Apache Camel for HA/load balancing. I didn't get yet (by reading the docs) how to get it running, might be because I don't know Camel either... JC How does the Drools server support High Availability? >Can you run

Re: [rules-users] DRL.g

2012-11-11 Thread Mark Proctor
We have a custom parser, built around an antlr lexer. see DrlParser Mark On 11 Nov 2012, at 16:12, co...@gmx.ch wrote: > Hi > > I'm looking for the ANTLR grammar of Drools. The grammar files I find are in > drools-compiler > (https://github.com/droolsjbpm/drools/tree/master/drools-compiler/src/m

[rules-users] DRL.g

2012-11-11 Thread co...@gmx.ch
Hi I'm looking for the ANTLR grammar of Drools. The grammar files I find are in drools-compiler (https://github.com/droolsjbpm/drools/tree/master/drools-compiler/src/main/resources/org/drools/lang), but there is only the expressions grammar, not the full grammar (from some Google / forum searches,