I was developing using Tomcat and everything was doing perfect.
Now I switched to JBoss, and when the application reaches the StringUtils.isEmpty code, it finds a Caused by: java.lang.reflect.InvocationTargetException
I tried using the same StringUtils as in the other project, but still didn't work. Both times, it reads a null variable. But tomcat has no problem and jboss do.
Any idea?
JBoss AS 6.0
Tomcat 6.0