RE: MySQL + JDBC

2009-12-13 Thread Neil Aggarwal
> Let me simplify the question: Has anyone out there managed to > create a > working connection to the latest version of MySQL 64-bit via > JDBC from > Struts 2? I am sure many people have. I run 64 bit servers with MySQL and Struts 2. What are you seeing? Neil -- Neil Aggarwal, (281)846-8

Re: unicode character is in wrong format

2009-12-13 Thread Nguyen Xuan Son
here is the detail of the error's message java.lang.reflect.InvocationTargetException sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invo

unicode character is in wrong format

2009-12-13 Thread Nguyen Xuan Son
dear all im using PreparedStatement.setNString(int, String) to insert the japanese characters into my MySQL database but the result is all in "?" characters PreparedStatement pstmt = conn.prepareStatement(sql5); pstmt.setNString(3, item.getTitle()); rs = pstmt.executeUpdate(); do you have

unicode character is in wrong format

2009-12-13 Thread Nguyen Xuan Son
dear all im using PreparedStatement.setNString(int, String) to insert the japanese characters into my MySQL database but the result is all in "?" characters PreparedStatement pstmt = conn.prepareStatement(sql5); pstmt.setNString(3, item.getTitle()); rs = pstmt.executeUpdate(); do you have

MySQL + JDBC

2009-12-13 Thread Todd Grigsby
Let me simplify the question: Has anyone out there managed to create a working connection to the latest version of MySQL 64-bit via JDBC from Struts 2? TG - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For addi

Re: ognl method lookup failure

2009-12-13 Thread Dale Newfield
Musachy Barroso wrote: I would suggest to put a breakpoint in XWorkMethodAccessor.callMethod and see why it is not finding it. Thanks for the nudge. I finally got a more detailed message ("Method "isUserSubscribedViaBulletin" failed for object mumble.model.CommunityClassified) which has as i

Re: "specified DSN contains an architecture mismatch"

2009-12-13 Thread Todd Grigsby
The application runs on Oracle, MySQL, or SQL Server, depending on the distro, and on various versions of these depending on the version and type of OS. MySQL is our preferred database. We use JDBC to simplify the connection process. TG Wes Wannemacher wrote: Why use odbc? Mysql has a to