[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-27 Thread ybxiang.wolf
You are completely right!!! I tried many times and found by accident that the beginning of pages.xml is added with some unrecognized character!!! I re-wrote the beginning with ?..., then the project is ok!!! But everything is ok in English version OS. I am really exhausted by those little

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-27 Thread ybxiang.wolf
modoc wrote : | | I suspect if you copy a non-unicode xhtml file from the english OS, the chinese OS will attempt to parse it perhaps using unicode, which would create a ton of garbage sequences. Or perhaps it's something else. However I suspect that OS language difference is the

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread supernovasoftware.com
Posting 6 times to the same topic in 40 minutes is not likely to get a response. Obviously there is something wrong with you home setup. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099420#4099420 Reply to the post :

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
org.dom4j.DocumentException: Invalid byte 3 of 3-byte UTF-8 sequence. Nested exception Why everything is ok in my company??? Because of CPU??? Maybe!!! 2007-10-27 00:36:15 ERROR [org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:189)] uncaught exception

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
The log shows there must be something wrong with seam: 2007-10-27 00:32:42 WARN [org.hibernate.impl.SessionFactoryObjectFactory.addInstance(SessionFactoryObjectFactory.java:101)] InitialContext did not implement EventContext 2007-10-27 00:32:54 WARN

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
Obviously, erros is cause by this link: s:link view=/login.xhtml value=Login rendered=#{not identity.loggedIn}/ == java.lang.IllegalStateException: No active conversation context at .. ~~Why???

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
supernovasoftware.com wrote : Posting 6 times to the same topic in 40 minutes is not likely to get a response. | | Obviously there is something wrong with you home setup. I am afraid that i do not agree with you because i think i found the bug. I reported this here:

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
Another question: I deployed My Seam project in My company's PC, it works well. But when i deployed it my home's PC, it shows: ** An Error Occurred: No active conversation context java.lang.IllegalStateException: No active conversation context at

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
I test and find that those erros is cause by the menu.xhtml: * this menu works*** rich:toolBar xmlns=http://www.w3.org/1999/xhtml; xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:h=http://java.sun.com/jsf/html; xmlns:f=http://java.sun.com/jsf/core;

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread modoc
I would rather think the issue is with the char set encoding differences between the English OS and the Chinese OS, given the error. Windows does not use unicode by default afaik (I don't use Windows myself). I suspect if you copy a non-unicode xhtml file from the english OS, the chinese OS

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread modoc
Also, a simple Google for the UTF-8 sequence error shows several hits, with suggestions and information. It also further backs up my guess above. Please see this thread, and your own Google searches. [url]http://osdir.com/ml/java.ibatisdb.user/2005-04/msg00291.html [/url] View the original