Re: JESS: definstance fails on first attempt and passes onnext?

2002-10-03 Thread ejfried
I think pgilli1 wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] I'm running into a strange problem when inserting a DefaultMutableTreeNode object into my engine. I define the shadow fact, create a new instance and try to create a fact and it fails. It actually *doesn't* fail

Re: JESS: definstance fails on first attempt and passes onnext?

2002-10-03 Thread ejfried
Of course, the official way to do this is to use BeanInfo objects. This is how you tell the JavaBeans machinery what is a property and what is not. You can write a java.beans.BeanInfo object to exclude the troublesome method, and Jess will use it. You really need to get the JavaBeans spec from

RE: JESS: definstance fails on first attempt and passes onnext?

2002-10-03 Thread Alan Moore
I didn't know Jess looks for BeanInfo objects. I'll give it a go. This might be a good item for the FAQ and/or user manual. Thanks! alan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 9:29 AM To: [EMAIL PROTECTED] Subject:

Re: JESS: definstance fails on first attempt and passes onnext?

2002-10-03 Thread ejfried
I think Alan Moore wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] I didn't know Jess looks for BeanInfo objects. I'll give it a go. This might be a good item for the FAQ and/or user manual. It's mentioned in the chenge log :) Seriously, yes, that's an excellent suggestion.