I am attempting to deploy an EAR file to the app server in J2EE 1.4 Beta 2, Early
Access, and am getting the following error:
<[SEVERE][j2eesdk1.4_beta2][][][12][org.apache.struts.util.RequestUtils][29.August.2003
15:44:37:031 IST][Error creating form bean of class
com.kbcam.core.struts.form.LoginAttemptForm
java.lang.ClassNotFoundException: com.kbcam.core.struts.form.LoginAttemptForm
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1327)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1174)
This class (com.kbcam.core.struts.form.LoginAttemptForm) is located in the WAR file at
the correct structure (as per its package structure), and the War file is contained in
the EAR file, but the class still cannot be found..
This works for me on JBoss 3.2.2, so I know I'm on the right track... I haven't
succeeded in deploying this to Jaguar CTS or any other J2EE app server yet though..
Does anyone know what the issue might be? Struts specific? Any fixes? Workarounds?
Advice?
Should WAR files contain classes, like what I'm attempting? My Struts specific
classes are in there (Forms, Actions, etc)... Is this reasonable??
Note: an issue similar to this was reporting against Sun One in Nov 2002, but no
resolution was posted.
Thanks,
Colm
**********************************************************************
This message is sent in confidence for the addressee
only. The contents are not allowed to be disclosed to
anyone other than the addressee. Unauthorised
recipients must preserve this confidentiality and should
please advise the sender immediately of any error in
transmission.
**********************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]