Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the discussion
"Re: JBoss update problems" To view the discussion, visit: http://community.jboss.org/message/631529#631529 -------------------------------------------------------------- You may try JBoss 5.1, I suppose there are less problems. For this problem you might use classloading separation, do you have configured a class loader scope in your archive? Also it might happen that you have the same struts*.jar in different EAR/WAR files, if it picked up by different class loaders the class is the same but from classloader perspective it isn't and can not be cast. A solutiom might be that you drop the struts stuff from your archive and put it in the server/.../lib folder visible for all. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/631529#631529] Start a new discussion in Beginner's Corner at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
