You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by wesleywj2 <we...@yahoo.co.uk> on 2011/11/17 02:57:00 UTC

Tapestry 5.1 + Spring 2.06 + Oracle 11g has problem on handling non english encoding

hi,

currently my development are using 

T5.1 integrate with Spring 2.06 and using spring's StoredProcedure to
perform db operations in Oracle.
the container is Tomcat 6.0.29.

I set the meta tag to UTF-8 for all .tml pages, the chinese character
rendered correctly. 
On the database test, created a table with NVARCHAR2, test stored the
character also worked correctly.

However, when i insert chinese character into text field, and try to insert
it, it throws 
"CallableStatementCallback; uncategorized SQLException for SQL [{call
TESTPROC(?)}]; SQL state [99999]; error code [17004]; Invalid column type;
nested exception is java.sql.SQLException: Invalid column type"

i'm sure db is working fine on storing and viewing the data, but other than
that what do i need to set?
am i missing something? please advice

wesley

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-1-Spring-2-06-Oracle-11g-has-problem-on-handling-non-english-encoding-tp4999736p4999736.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry 5.1 + Spring 2.06 + Oracle 11g has problem on handling non english encoding

Posted by wesleywj2 <we...@yahoo.co.uk>.
hi thiago,

thanks for the prompt reply, it really is jdbc problem, i resolved it.
thanks

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-1-Spring-2-06-Oracle-11g-has-problem-on-handling-non-english-encoding-tp4999736p5002293.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org