Re: [castor-dev] bug in pattern evaluation

2004-09-17 Thread Keith Visco
Jos, By default, Castor uses the Jakarta RegExp or the Jakarta ORO regular expression libraries, depending on which version of Castor you are using. You can however, use whatever regular expression library that you want by specifying it in the castor.properties file. All it takes is a simple w

[castor-dev] bug in pattern evaluation

2004-09-17 Thread Jos van den Oever
Hello All, I'm using Castor's XML to classes facitily and have been happy with it. The only problem is, that you sometimes have to work around unemplemented parts of the XML Schema specification. But that's doable. Now I've however found a bug that hinders my use of Castor a bit. I'd like to u