eclipse-ee4j / mojarra-jsf-extensions

Other
1 stars 3 forks source link

tictactoe sample not working properly #48

Closed glassfishrobot closed 17 years ago

glassfishrobot commented 17 years ago

I'm using 12 Jan 07 nightly build for swdp on windows xp, and am trying to run the tictactoe sample.

the deployment of the sample went fine on glassfish v2 milestone 3 build 28, except the following warnings were echoed in the server log file.

After the deployment, I was able to access the url: http://localhost:8080/jsf-tictactoe/home.jsf

However, I didn't see any change when I clicked the buttons. Opening the firebug shows following errors:

=======[FireBug Console]==================== mismatched tag. Expected: . home.jsf (line 85)

]]><![CDATA[j_id1:j_id64]]> --^ anonymous com_sun_faces_aja... (line 634) anonymous com_sun_faces_aja... (line 607) anonymous prototype.js.jsf (line 68) anonymous prototype.js.jsf (line 815) anonymous prototype.js.jsf (line 774) anonymous prototype.js.jsf (line 68) anonymous firebug.js (line 951) anonymous firebug.js (line 2049)


components has no properties com_sun_faces_aja... (line 634)


components has no properties com_sun_faces_aja... (line 634)

================================================================================

=====[ Server log warnings ] ==== [#|2007-01-12T12:38:20.119-0500|WARNING|sun-appserver-ee9.1|javax.enterprise.sys tem.core|_ThreadID=12;_ThreadName=Timer-4;C:/sun/glassfish/domains/domain1\gener ated\xml\j2ee-modules\WSTXServices;C:/sun/glassfish/lib/install/applications/wst x-services;_RequestID=b31ff8ac-66df-422e-83ac-8c675576452a;|Failed to load deplo yment descriptor files from directory: C:/sun/glassfish/domains/domain1\generate d\xml\j2ee-modules\WSTXServices. Load them from directory : C:/sun/glassfish/lib /install/applications/wstx-services instead.|#]

[#|2007-01-12T12:38:21.056-0500|INFO|sun-appserver-ee9.1|javax.enterprise.resour ce.webcontainer.jsf.config|_ThreadID=12;_ThreadName=Timer-4;/adminconsole;|Initi alizing Sun's JavaServer Faces implementation (1.2_03-b06-FCS) for context '/adm inconsole'|#]

[#|2007-01-12T12:38:22.775-0500|INFO|sun-appserver-ee9.1|javax.enterprise.resour ce.webcontainer.jsf.config|_ThreadID=12;_ThreadName=Timer-4;;|Initializing Sun's JavaServer Faces implementation (1.2_03-b06-FCS) for context ''|#]

[#|2007-01-12T12:38:24.697-0500|WARNING|sun-appserver-ee9.1|com.sun.xml.ws.trans port.http.servlet.ServletAdapter|_ThreadID=12;_ThreadName=Timer-4;_RequestID=b31 ff8ac-66df-422e-83ac-8c675576452a;|Container com.sun.enterprise.webservice.JAXWS Container@1c9ca1 doesn't support class com.sun.xml.ws.api.server.Module|#]

[#|2007-01-12T12:38:24.759-0500|WARNING|sun-appserver-ee9.1|com.sun.xml.ws.trans port.http.servlet.ServletAdapter|_ThreadID=12;_ThreadName=Timer-4;_RequestID=b31 ff8ac-66df-422e-83ac-8c675576452a;|Container com.sun.enterprise.webservice.JAXWS Container@d5e4c7 doesn't support class com.sun.xml.ws.api.server.Module|#]

[#|2007-01-12T12:38:24.790-0500|WARNING|sun-appserver-ee9.1|com.sun.xml.ws.trans port.http.servlet.ServletAdapter|_ThreadID=12;_ThreadName=Timer-4;_RequestID=b31 ff8ac-66df-422e-83ac-8c675576452a;|Container com.sun.enterprise.webservice.JAXWS Container@773f4b doesn't support class com.sun.xml.ws.api.server.Module|#]

[#|2007-01-12T12:38:24.915-0500|WARNING|sun-appserver-ee9.1|com.sun.xml.ws.trans port.http.servlet.ServletAdapter|_ThreadID=12;_ThreadName=Timer-4;_RequestID=b31 ff8ac-66df-422e-83ac-8c675576452a;|Container com.sun.enterprise.webservice.JAXWS Container@527386 doesn't support class com.sun.xml.ws.api.server.Module|#]

[#|2007-01-12T12:38:24.962-0500|WARNING|sun-appserver-ee9.1|com.sun.xml.ws.trans port.http.servlet.ServletAdapter|_ThreadID=12;_ThreadName=Timer-4;_RequestID=b31 ff8ac-66df-422e-83ac-8c675576452a;|Container com.sun.enterprise.webservice.JAXWS Container@149d226 doesn't support class com.sun.xml.ws.api.server.Module|#]

[#|2007-01-12T12:38:24.994-0500|WARNING|sun-appserver-ee9.1|com.sun.xml.ws.trans port.http.servlet.ServletAdapter|_ThreadID=12;_ThreadName=Timer-4;_RequestID=b31 ff8ac-66df-422e-83ac-8c675576452a;|Container com.sun.enterprise.webservice.JAXWS Container@126c06b doesn't support class com.sun.xml.ws.api.server.Module|#]

[#|2007-01-12T12:38:25.040-0500|WARNING|sun-appserver-ee9.1|com.sun.xml.ws.trans port.http.servlet.ServletAdapter|_ThreadID=12;_ThreadName=Timer-4;_RequestID=b31 ff8ac-66df-422e-83ac-8c675576452a;|Container com.sun.enterprise.webservice.JAXWS Container@225f0 doesn't support class com.sun.xml.ws.api.server.Module|#]

[#|2007-01-12T12:38:25.087-0500|WARNING|sun-appserver-ee9.1|com.sun.xml.ws.trans port.http.servlet.ServletAdapter|_ThreadID=12;_ThreadName=Timer-4;_RequestID=b31 ff8ac-66df-422e-83ac-8c675576452a;|Container com.sun.enterprise.webservice.JAXWS Container@184747e doesn't support class com.sun.xml.ws.api.server.Module|#]

[#|2007-01-12T12:38:25.119-0500|WARNING|sun-appserver-ee9.1|com.sun.xml.ws.trans port.http.servlet.ServletAdapter|_ThreadID=12;_ThreadName=Timer-4;_RequestID=b31 ff8ac-66df-422e-83ac-8c675576452a;|Container com.sun.enterprise.webservice.JAXWS Container@c0e18b doesn't support class com.sun.xml.ws.api.server.Module|#]

===============================

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 5 years ago
glassfishrobot commented 17 years ago

@glassfishrobot Commented Reported by aditya_dada

glassfishrobot commented 17 years ago

@glassfishrobot Commented rogerk said: try it oj glassfish v1.

glassfishrobot commented 17 years ago

@glassfishrobot Commented @edburns said: Fixed. Author: rogerk

glassfishrobot commented 17 years ago

@glassfishrobot Commented Was assigned to jsf-extensions-issues

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA JSF_EXTENSIONS-48

glassfishrobot commented 17 years ago

@glassfishrobot Commented Marked as fixed on Wednesday, January 24th 2007, 12:09:06 am