[JBoss-user] [HTTPD, Servlets & JSP] - Digester Error on JBoss

2005-03-09 Thread dikshit_luthra
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

[JBoss-user] [EJB/JBoss] - ClassCastException after redeployment

2005-02-13 Thread dikshit_luthra
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