Re: Anyone using JBoss with custom validator rules?

2003-03-04 Thread Eric Jain
Caused by: java.lang.NoClassDefFoundError: What's the structure of your .war? Two possible solutions: A) Put the commons (or even all Struts related) libraries in your $jboss/server/$setup/lib. B) Nest your .war inside a .sar that contains all libraries at the top level. -- Eric Jain

Re: Anyone using JBoss with custom validator rules?

2003-03-04 Thread Chris Trawick
/struts.jar /WEB-INF/classes/**/*.properties /WEB-INF/classes/**/*.class chris - Original Message - From: Brian Topping [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, March 03, 2003 5:31 PM Subject: Anyone using JBoss with custom validator rules? Hi all, I

Anyone using JBoss with custom validator rules?

2003-03-03 Thread Brian Topping
Hi all, I have Validator operational with two-password validation along the lines of what is in the developer guide. I've found that the custom validator function can be found when the setup is running under standalone Tomcat 4.0.x, but not when that tomcat is running under JBoss, I get the