[rules-users] The drools.packagebuilder.conf directory

2012-05-14 Thread Carolina Pellecchia
Hi all I am novice on GUVNOR/DROOLS, but I defined some Drools Evaluator functions and to make the function available to the rules engine I inserted drools.packagebuilder.conf into user home directory. Is there different directory to do this? Thank you in advance, Carolina Pellecchia

[rules-users] [rules-use​rs] The Temporal Operators in Guvnor

2012-05-15 Thread Carolina Pellecchia
Hi all I have a new question. How can I define a Temporal Operators in GUVNOR? I need to do something like this: DoorOpeningEvent( this meets[25s] $obs ) thank you and kindly regards! Carolina Pellecchia ___ rules-users mailing list rules

[rules-users] java.lang.NullPointerException at org.drools.reteoo.ReteooFactHandleFactory.newFactHandle(ReteooFactHandleFactory.java:56)

2012-07-20 Thread Carolina Pellecchia
*DataDistributer.java:220*) [*java*] at java.lang.Thread.run(*Thread.java:662*) *How can I solve this issue?* * Thank you in advance, Carolina Pellecchia* ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] java.lang.NullPointerException at org.drools.reteoo.ReteooFactHandleFactory.newFactHandle(ReteooFactHandleFactory.java:56)

2012-07-23 Thread Carolina Pellecchia
Is there anybody that can help ME with this issue, please? Regards, Carolina 2012/7/20 Carolina Pellecchia > *Hi everyone! * > > *I'm loading from Guvnor5.3.0 the pkg below ** into my application. * > > > > *package* org.dfms.model; > > > > *import* or

Re: [rules-users] java.lang.NullPointerException at org.drools.reteoo.ReteooFactHandleFactory.newFactHandle(ReteooFactHandleFactory.java:56)

2012-07-23 Thread Carolina Pellecchia
Hello, first of all, I would like to thank you for suggestions. I tried loading drl from file and all work fine. The issue append when the application load from Guvnor5.3.0 the pkg. In particular the exception (I mentioned above) happens before calling the method "SituationManager.createAccessCo

Re: [rules-users] java.lang.NullPointerException at org.drools.reteoo.ReteooFactHandleFactory.newFactHandle(ReteooFactHandleFactory.java:56)

2012-07-23 Thread Carolina Pellecchia
of course, the answers are: > (1) Is the originally posted stack trace complete? What you have > posted doesn't make sense. > it is the stack trace complete of this exception. Now I added some other log lines. If you mean other thing, please let me know. DEBUG [2012-07-23 16:27:51,374] [Threa

Re: [rules-users] java.lang.NullPointerException at org.drools.reteoo.ReteooFactHandleFactory.newFactHandle(ReteooFactHandleFactory.java:56)

2012-07-24 Thread Carolina Pellecchia
>>If there is an insert() call in >>org.tass.utils.ExpertSystemManager.java in line 156 then *this* is >>where the insert occurs, not the insert() in the rule. org.tass.utils.ExpertSystemManager.java is our class and the source code is this: 153. *public* *void* insertObservation(String e

Re: [rules-users] java.lang.NullPointerException at org.drools.reteoo.ReteooFactHandleFactory.newFactHandle(ReteooFactHandleFactory.java:56)

2012-07-24 Thread Carolina Pellecchia
The entryPoint and obs aren't null. I'm sorry, where do you see the error? Carolina 2012/7/24 Wolfgang Laun > Well, then it's a bug in your code. Do we all agree on this now? > > -W > > > On 24/07/2012, Carolina Pellecchia wrote: >

Re: [rules-users] java.lang.NullPointerException at org.drools.reteoo.ReteooFactHandleFactory.newFactHandle(ReteooFactHandleFactory.java:56)

2012-07-24 Thread Carolina Pellecchia
Hello, I made another test. I downloaded the source URL for package source: http://localhost:8080/guvnor/rest/packages/org.dfms.model/source from Guvnor, then I saved the file like drl on file system and I tried loading this drl file through application and all have worked fine. Our applic

Re: [rules-users] java.lang.NullPointerException at org.drools.reteoo.ReteooFactHandleFactory.newFactHandle(ReteooFactHandleFactory.java:56)

2012-07-25 Thread Carolina Pellecchia
Hi everyone! we have made other tow tests: 1 - As suggested by Vincent, we have just used the source gets from Guvnor and all work fine. In addition, it would seem that putting observations and events in the same package all work fine!!! 2 - We have tried to put the observation in the same pa