Re: [castor-dev] castor - validation problems :(( [with JBOSS usage]

2003-03-07 Thread Daniel.Stacewicz
to:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 11:02 AM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] castor - validation problems :(( [with JBOSS usage] Daniel, You might want to put some debug statements in the code to find out which regexp evaluator is getting used, and to m

Re: [castor-dev] castor - validation problems :(( [with JBOSS usage]

2003-03-07 Thread Pete Thomas
ed classes on the classpath and see if the problem goes away, if so you know the jars are missing classes. Pete -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 07 March 2003 09:43 To: [EMAIL PROTECTED] Subject: Re: [castor-dev] castor - validation problems :(( [

Re: [castor-dev] castor - validation problems :(( [with JBOSS usage]

2003-03-07 Thread Keith Visco
astors apps everything works fine ... > > danny > > -Original Message- > From: tek1 [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2003 7:12 PM > To: [EMAIL PROTECTED] > Subject: Re: [castor-dev] castor - validation problems :(( [with JBOSS > usage] > &

Re: [castor-dev] castor - validation problems :(( [with JBOSS usage]

2003-03-07 Thread Daniel.Stacewicz
From: Matthew Baird [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 10:29 PM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] castor - validation problems :(( [with JBOSS usage] make sure you remove the copy of castor that ships with jboss if you are trying to use a newer library. -Origin

Re: [castor-dev] castor - validation problems :(( [with JBOSS usage]

2003-03-07 Thread Daniel.Stacewicz
ourse in stand alone castors apps everything works fine ... danny -Original Message- From: tek1 [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 7:12 PM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] castor - validation problems :(( [with JBOSS usage] what is the exact error

Re: [castor-dev] castor - validation problems :(( [with JBOSS usage]

2003-03-06 Thread Matthew Baird
make sure you remove the copy of castor that ships with jboss if you are trying to use a newer library. -Original Message- From: tek1 [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 10:12 AM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] castor - validation problems :(( [with

Re: [castor-dev] castor - validation problems :((

2003-03-06 Thread Keith Visco
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.

Re: [castor-dev] castor - validation problems :((

2003-03-06 Thread Arnaud Blandin
ngth are working in my test cases as well as enumeration. Arnaud > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2003 10:41 AM > To: [EMAIL PROTECTED] > Subject: [castor-dev] castor - validation problems :(( > > I

Re: [castor-dev] castor - validation problems :((

2003-03-06 Thread Patrick van Kann
I'm no Castor XML expert but it looks like your culprit is this # Uncomment the following to basically supress evaluation of Regular expressions org.exolab.castor.regexp=org.exolab.castor.xml.util.AlwaysTrueRegExpEvaluato r By uncommenting that, it seems like you are instructing Castor to use a Re

[castor-dev] castor - validation problems :((

2003-03-06 Thread Daniel.Stacewicz
I've got a big problem with castor validation issues. I've generated java code using SourceGenerator (with full options, descriptors etc.) from my xsd. I've put in my xsd some basic validation rules. (for example concerning length o social security numbers -> maxOccurs minOccurs and some validati