RE: JESS: calling defclass from Java behavior verification

2004-08-25 Thread PierceJ
Thanks for the response. Yes, Integer was a bad example - the only method that is found is getClass. However, the behaviour happens with real JavaBeans as well. It also happens with the command line. After further study, I understand why it is this way. I would like to add that when you

RE: JESS: calling defclass from Java behavior verification

2004-08-25 Thread Jason Morris
I think that PierceJ wrote: It's obvious then you must define your classes to Jess before loading the rules. Indeed. Glad that you figured it out. I'm a big fan of self-reliance. I regularly use the command line, Web references forum, and have practically wore the cover off my JIA. As I've

RE: JESS: calling defclass from Java behavior verification

2004-08-24 Thread Jason Morris
I think that PierceJ wrote: It appears I must first call Rete.defclass(...) BEFORE loading the rules file. What I am seeing is a deftemplate is created when the rules file is loaded. Hi Pierce, You may be violating the Zen Of Jess http://herzberg.ca.sandia.gov/jess/zen.shtml here. :-D The