After much experimentation, I have found that if I move the code that calls and loads 
the TeacherApplicationBD class directly into a jsp, it works there.  For some reason 
when the TeacherApplicationBD class is loaded from an Action Class it causes the 
ClassCastException inside the TeacherApplicationBD constructor (the code listed 
above).  The one thing I can think of is that the Action Class extends 
org.apache.struts.action.Action which is loaded from a struts.jar located outside of 
the ear and that must somehow cause the problem?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to