- This topic has 10 replies, 2 voices, and was last updated 16 years, 11 months ago by Loyal Water.
-
AuthorPosts
-
btl_aydMemberThis message has not been recovered.
Loyal WaterMemberThis message has not been recovered.
btl_aydMemberThis message has not been recovered.
btl_aydMemberThis message has not been recovered.
Loyal WaterMemberThis message has not been recovered.
btl_aydMemberI made this application that you sent.Whwn I selected j2ee .5 I had this error.Ican opnen jsf 1.1 But when I want to opn jsf1.2 I have got problem.
Loyal WaterMemberCan you paste the jsp 1.2 file here for me so that can try opening it at my end. I want to make sure that the problem is not with the file that you are trying to open. What editor are you trying to open it with ?
btl_aydMemberI try to open jsf1.2 with myeclipse 6.0 selection jee 5.0 here is my xml and faces code.I nothing wrote on jsf 1.2 any code.Only I try to open it.And I have got problem.
faces-xml:
<?xml version=’1.0′ encoding=’UTF-8′?>:(<faces-config xmlns=”http://java.sun.com/xml/ns/javaee”
xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xsi:schemaLocation=”http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd”
version=”1.2″>:(</faces-config>
and here is web.xml:
<?xml version=”1.0″ encoding=”UTF-8″?>
<web-app xmlns=”http://java.sun.com/xml/ns/javaee” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” version=”2.5″ xsi:schemaLocation=”http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd”>
<context-param>
<param-name>javax.faces.CONFIG_FILES</param-name>
<param-value>/WEB-INF/faces-config.xml</param-value>
</context-param>
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>0</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.faces</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>please help me I removed manually myeclipse an install again I saw this error again.But on another Pc I can open jsf1.2 with myeclipse!!!
Loyal WaterMemberbtl_ayd,
The file looks good. Can you please go to our download page and download the MyEclipse 6.0.1 All in One installer. Use that to setup MyEclipse to a brand new location (not over your old installation) and try opening your file. That should sort this issue out.
btl_aydMemberI made this way that you said but I have got error again…..I removed myeclipse manually from my PC and install again (another directory) I saw this error again.Ang my old congiguration on myeclipse seen again.How can I removed myeclise from my compiture ..(uninstal made error)
Loyal WaterMemberJust go ahead and delete the MyEclipse directory manually from your PC. Did you try using a new workspace with the new installation ?
Can you go to <workspace>/.metadata/.log file and paste the complete error information here for me.
-
AuthorPosts