[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem with ForEachTag

PeterJ do-not-reply at jboss.com
Tue Oct 7 12:00:32 EDT 2008


Looks like a classloading issue. Most likely ForEachTag was loaded by one classloader, and Tag (or perhaps CellParser) was loaded by another classloader.

See http://wiki.jboss.org/wiki/ClassLoadingOverview

My first step would be to ensure that jxls.jar appears in only one location. You did not by any chance add jxl;s.jar to your CLASSPATH env var? Setting the CLASSPATH env var is a bad idea.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180822#4180822

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180822



More information about the jboss-user mailing list