- This topic has 9 replies, 2 voices, and was last updated 12 years ago by support-swapna.
-
AuthorPosts
-
afulambaMemberHi,
I have installed the MyEclipse blue 10.6 to migrate the project from RAD 7. However, I do not see the option ‘Migrate Project’ under ‘MyEclipse’ menu and I see the option ‘Enhance RAD project to work with MyEclipse’.
I am referring to the page http://www.genuitec.com/blog/?p=256I also tried with MyEclipse bling 10, but same result.
Please advise.
Thanks
Amit
support-swapnaModeratorAmit,
The ‘Migrate Project’ option was part of older versions of MyEclipse which is no longer there in our latest versions.
To migrate a project from RAD to MyEclipse, you will have to first import the unmodified RAD project into the workspace and then go through the ‘Enhance RAD project to work with MyEclipse’ wizard.
Do not attempt to fix build errors yourself as these changes will affect the enhancement procedure; it will not detect the RAD settings in your project and not correctly enhance it.
If there are still errors, you can attempt to fix them only after the enhancement process and/or can let us know what problems you experience so we can help.
Let us know if you see any issues.
afulambaMemberHi Swapna,
I am not trying to fix any error at this moment. I installed MyEclipse. Import the the RAD project. However I do not see the option enabled to migrate the project. I am not able to attach the .docx file containing the screenshots what I see in MyEclipse.
Please advise how to move on on this.
Thanks
Amit
afulambaMemberTrying to attach pdf with screenshot
Attachments:
You must be logged in to view attached files.
afulambaMemberThe issue is resolved. After going through the web pages on forum, I happened to know that the option to enhance RAD project.. get enabled after selecting the EAR project in project explorer.
Now am facing further issues with the EJBs. I will open new topic for it as it is not releavant to this question.Thanks
Amit
support-swapnaModeratorAmit,
Glad that you got it working.
Do let us know if you see any issues.
afulambaMemberCan you please help fix this error?
com.ibm.ws.jsp.JspCoreException: Unable to convert string ‘false’ to class javax.el.ValueExpression for attribute escape: java.lang.IllegalArgumentException: Property Editor not registered with the PropertyEditorManager
at org.apache.jasper.runtime.JspRuntimeLibrary.getValueFromPropertyEditorManager(JspRuntimeLibrary.java:939)
at com.ibm._jsp._supportlisting._jspx_meth_h_outputText_0(_supportlisting.java:233)
at com.ibm._jsp._supportlisting._jspx_meth_f_view_0(_supportlisting.java:1839)
at com.ibm._jsp._supportlisting._jspService(_supportlisting.java:180)
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:99)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:939)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179)
at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:121)
at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:259)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:353)
at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:415)
at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:494)
at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:162)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:114)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
support-swapnaModeratorafulamba,
Sorry that you are seeing this issue.
Are you trying to deploy a JSF application to WAS 7 ?
Can you check if these threads help resolve the issue ?
http://www-01.ibm.com/support/docview.wss?uid=swg21318801
http://stackoverflow.com/questions/2473447/jsf-html-component-on-websphere-7-0
afulambaMemberYes. You are correct. I am trying to run JSF 1.1 application on websphere 7.
I came across the pages you advised to refer.
I removed the jsf jars/tld from WEB-INF/lib, it complaints for<%@taglib uri="http://www.ibm.com/jsf/html_extended" prefix="hx"%>
in the jsp.
Also, tried to chane the project facet for JSF1.2, however it doesn’t allow me to do so.
Please refer to the attached setting I have currently.Please advise how I can compile it against JSF 1.2. Also I believe upgrading JSF will not impact my project.
Awaiting your response as I am stuck here.
Thanks
AmitAttachments:
You must be logged in to view attached files.
support-swapnaModeratorAmit,
Websphere 7 supports JSF 1.2. You can check on JSF development forums on how to migrate your project from JSF 1.1 to JSF 1.2 as it is a development query.
Hope it helps.
-
AuthorPosts