Free community discussion board for IBM® WebSphere® Portal
and Lotus Web Content Management™
(WCM / ILWWCM / LWWCM / WWCM) products.
You are not logged in.
I've loaded a .ear file into RAD 7/7.5.3 and then export it out again as an .ear file. However the RAD exported .ear file seems to have some compilation problem when I load it into WebSphere Application Server via the admin console. The same .ear file has no problem if i used it to update the enterprise application by uploading the file.
What could be wrong? The configuration is RAD is incorrect and hence the exported .ear file is incorrect which creates the compilation problem? What configurations are needed, especially the Java Build Path?
Thanks in advance.
Yang
Offline
In RAD, the following errors are shown:
<class_name> cannot be resolved to a type
<attribute_name> cannot be resolved.
When this RAD imported .ear file is exported as .ear file (without any changes) and then deployed to WAS (i.e. Update enterprise app within the WAS admin console), everything seems fine but when actually using the application, the following error is found inside the WebSphere Portal SystemOut log file:
[4/23/10 14:20:48:134 EST] 00000040 JSPCmpnt E Unresolved compilation problem:
javax.servlet.ServletException: Unresolved compilation problem:
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:660)
at com.ibm._jsp._registration_2D_form_2D_main._jspService(_registration_2D_form_2D_main.java:868)
java.lang.Error: Unresolved compilation problem:
at com.cs.mpl.helpers.WCMHelper.GetCurrentEventType(WCMHelper.java:278)
at com.cs.mpl.forms.RegistrationFormBean.LoadEventsFromCurrentContext(RegistrationFormBean.java:64)
at com.cs.mpl.forms.ExecSeriesFormBean.ProcessAction(ExecSeriesFormBean.java:18)
at com.ibm._jsp._registration_2D_form_2D_main._jspService(_registration_2D_form_2D_main.java:330)
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
Offline