Re: problem parsing validation-rules depends="" with jboss

2004-10-05 Thread Erik Weber
Do you have Struts 1.1 around? Can you deploy any of the example webapps from that dist? How about the examples from your dist? Sorry, I know it's not much help. But it looks like ValidatorAction is trying to instantiate a StringTokenizer with a null String, so I was just trying to narrow it do

Re: problem parsing validation-rules depends="" with jboss

2004-10-05 Thread Rick Reumann
I'm still stumped. I stopped server, deleted all temp files, re-deployed, and get the same error with jboss3.2.5 (listed below) What I find odd is if I remove all the rules that have depends="" in them and redploy with the modified validation-rules then everything is fine. Very frustrating. 11

Re: problem parsing validation-rules depends="" with jboss

2004-10-05 Thread Rick Reumann
Erik Weber wrote the following on 10/5/2004 1:36 AM: Zoinks, JBoss 3.2.4 (on unix) and 3.2.5 (on win 2000) have been able to parse the default validator-rules.xml (version 1.1, which has several 'depends=""') for me without any problems. However, I did run into some problems with parsing errors

Re: problem parsing validation-rules depends="" with jboss

2004-10-04 Thread Erik Weber
Zoinks, JBoss 3.2.4 (on unix) and 3.2.5 (on win 2000) have been able to parse the default validator-rules.xml (version 1.1, which has several 'depends=""') for me without any problems. However, I did run into some problems with parsing errors on hot redeploys, but never could discover a pattern