| Author |
STRUTS with Websphere
|
Tien Thai
Greenhorn
Joined: Apr 27, 2005
Posts: 3
|
|
For some reasons, I kept getting the following error: Error creating form bean of class submitForm [4/27/05 9:16:06:630 EDT] ed5b8b3 RequestUtils E org.apache.struts.util.RequestUtils TRAS0014I: The following exception was logged java.lang.ClassNotFoundException: com.ibm.sample.struts.SubmitForm at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java(Compiled Code)) at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:261) I am using WSAD version 5.1.1. I have imported some working strutsProject.ear files but still getting the same error when running the first entry page (i.e. submitpage.jsp) I would appreaciate if you can show me how to fix this error. Tien Thai
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
Did your ear file contain source? If not, it may be difficult to run within WSAD, since it expects source to be available except in the case of specifically declared jar files. Try deploying it directly to your WebSphere Application server, and see if it works there.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: STRUTS with Websphere
|
|
|