I think S.S. OZSARIYILDIZ wrote:
> 
> Hi,
> 
> I think there is a bug while parsing both from text area and file for
> instance
> I have defined my user functions in java and it always add an empty
> space at the beginning of the strings.
> 
> ( _create PDU name "XX")
> it parses name as  " XX"
> 

Apparently you've solved this one yourself.

> 
> A question : My beans have some properties which are as default contains
> null value. Because of this jess does not show the property names. Is
> three a way to get rid of this problem still with null values.
> 

I'm not sure what you mean. Can you show me an example of the problem?

> jess uses as slot names not the property descriptors but method
> descriptors is it true?


Jess uses the
java.beans.Introspector.getBeanInfo(Class).getPropertyDescriptors()
method to find the properties of a Bean. This is supposed to use a
BeanInfo object if one exists; otherwise, it will create property
descriptors by examining the method names.


---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9214                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to