I have a class with a boolean field and if I let the mapper discover it through auto-complete it works fine.
If I attempt to add a mapping for the field (to move it to an element for instance) it can't find the isFlag() method and generates an exception... The method getFlag in class xml.testBeans.FlagBean accepting/returning object of type null was not found. If I explicitly set the set-method and get-method attributes of the bind-cml element in the mapping then it works, and that's ok I guess. What I find curious is that it finds the method in the auto-complete scan but not in the specified field scan. I thought you might like to add this to your XML issues list. Thanks, Chris Elvart AT&T ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

