Hi all,

I have successfully used MySQL 4.1.1-alpha and MySQL 5.0.0a-alpha with jetspeed 1.5. When I try to use MySQL 4.1.6-gamma with jetspeed 1.5 I get following exception when I try to login (The first page (anon user) is showing up correctly):

java.sql.SQLException: There were 7 rows updated with this records key value.
        at com.workingdogs.village.Record.saveWithUpdate(Unknown Source)
        at com.workingdogs.village.Record.save(Unknown Source)
        at com.workingdogs.village.Record.save(Unknown Source)
        at org.apache.torque.util.BasePeer.insertOrUpdateRecord(BasePeer.java:899)
        at org.apache.torque.util.BasePeer.doUpdate(BasePeer.java:1940)
        at org.apache.torque.util.BasePeer.doUpdate(BasePeer.java:1835)
        at 
org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.doUpdate(BaseTurbineUserPeer.java:501)
        at 
org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.doUpdate(BaseTurbineUserPeer.java:471)
        at 
org.apache.jetspeed.services.security.turbine.TurbineUserManagement.saveUser(TurbineUserManagement.java:245)
        at 
org.apache.jetspeed.services.JetspeedUserManagement.saveUser(JetspeedUserManagement.java:86)
        at 
org.apache.jetspeed.services.JetspeedSecurity.saveUser(JetspeedSecurity.java:204)
        at com.indent.actions.IndentJLoginUser.doPerform(IndentJLoginUser.java:224)

I am using mysql-connector-java-3.1.1-alpha-bin.jar jdbc driver. I am using the 
following connection string:
jdbc:mysql://localhost:3306/jetspeeddb?useUnicode=true&characterEncoding=UTF-8. Some 
of the columns in the db are utf8.

During MySQL 4.1.6-gamma installation I tried both latin1 as well as utf8 as the 
default character set.

Any help/pointers how I can get rid of this exception?

-yayati



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to