ClassDefNotFound error on Action

2002-11-04 Thread Richard Doust
I'm trying to incorporate Struts into an existing ear after having successfully deployed Struts wars. On attempting to invoke an action url I get: 2002-11-04 01:03:52,446 WARN [org.jboss.jbossweb] WARNING: action: Error creating Action instance for path '/getReview', class name

Re: ClassDefNotFound error on Action

2002-11-04 Thread Gus Delgado
I had the same problem with weblogic, it was because I had the Action and ActionForms inside the war file and inside a jar file as well. Maybe you are doing the same thing? The Actions and ActionForms have to be in only one deployable unit (jar, war). -Gus Richard Doust wrote: I'm trying to

Re: ClassDefNotFound error on Action

2002-11-04 Thread Kevin . Bedell
Mailing List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: (bcc: Kevin Bedell/Systems/USHO/SunLife) Subject:ClassDefNotFound error on Action I'm trying to incorporate Struts into an existing ear after having successfully deployed Struts wars. On attempting to invoke an action url I get