RE: problem parsing actions in struts-config.xml (java.lang.IllegalArgumentException: objectis not an instance of declaring class)

2003-01-30 Thread Brian . O'Hare
Possibly Marco. But I have just installed a different jvm (j2sdk1.4.1_01) and started tomcat using this jvm and it has fixed the problem. Could this be because it is now using a different xml parser ? what gives? Brian. |-+> | | "Marco Tedo

RE: problem parsing actions in struts-config.xml (java.lang.IllegalArgumentException: objectis not an instance of declaring class)

2003-01-30 Thread Brian . O'Hare
The full class name IS correct. Anyway, it happens with the struts-examples.war which is supplied by jakarta which works (I assume) for most people. - Forwarded by Brian O'Hare/LND/DPIWE on 31/01/2003 10:15 AM - |-+> | | "Marco Tedone"

problem parsing actions in struts-config.xml (java.lang.IllegalArgumentException: objectis not an instance of declaring class)

2003-01-30 Thread Brian . O'Hare
Hi, I am encountering a problem java.lang.IllegalArgumentException: object is not an instance of declaring class . It appears that the digester has problems parsing ANY action that is in the struts-config.xml. I had this problem before, when I first deployed the struts-example.war. At the time,