Digester error on JBoss
I have an application that uses Digester. So I have to put the
commons-digester.jar and other
dependency jar files in the classpath of the Jboss server. The application runs
fine but the
deployment of the WAR files shows the fo
I am gettting ClassCastException on javax.rmi.PortableObject.narrow(..) after a
component is redeployed. The other component which were using this component
(all components are deployed as separate components and not as a .ear file)
throw a ClassCastException once the component has been redeploy