[jboss-user] [JBoss Seam] - Validator causes InvocationTargetException
whafrog
do-not-reply at jboss.com
Wed Feb 6 14:43:20 EST 2008
I have a validator called from an xhtml page. The app works fine when deployed on my local machine, but I get this error when I deploy the same .ear on our development server:
/school.xhtml @19,150 validator="#{schoolValidator.validateCode}": java.lang.reflect.InvocationTargetException
The method "validateCode" is actually run, since I can see the output in the log and no errors are generated. So it's accessible by the app.
The JVM, JBoss and SEAM versions are the same on my local machine and the dev server (though my local machine is WinXP, and the dev server is Linux). Any ideas why this would work on one machine and not another?
TIA, Jon
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127157#4127157
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127157
More information about the jboss-user
mailing list