Hi Daniel,

I think your problem is here:

> 
> # An implementation which uses the Jakarta RegExp library
> org.exolab.castor.regexp=org.exolab.castor.util.JakartaRegExpEvaluator
> 
> # Uncomment the following to basically supress evaluation of Regular
> expressions
> org.exolab.castor.regexp=org.exolab.castor.xml.util.AlwaysTrueRegExpEvaluato
> r


You've got two entries for org.exolab.castor.regexp, and the second one
will
always be used. And as the comment says, it will "supress" evaluation of
Regular expressions, in effect making all pattern matching return true.

Comment out that line and you should be OK.

--Keith

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to