Looking at the roller log I found this
Caused by: java.sql.BatchUpdateException: Data too long for
column 'isenabled' at row 1
at
com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:154
0)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.executeBatch(DelegatingS
tatement.java:294)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:5
7)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:174
)
The isenabled column is of type bit.
> -----Original Message-----
> From: Charles Baker [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 27, 2006 5:24 PM
> To: [email protected]
> Subject: create new user
>
> I've given up on importing my old roller data for now. So, I tried to
> create a new user. No dice. I see nothing in the database and get an
> error on trying to log in. And yes, the dstest.jsp works. It returns
> this:
>
> SUCCESS: Got datasource and connection, class is
> org.apache.tomcat.dbcp.dbcp.BasicDataSource