The first, sorry for my english.
I am using tdk, for developing a web. I need support for user auth, i
know turbine has its own user implementation avaliable. I am using
postgres and i know that there are two major problems for using this
implementation with postgres. The problems are in the JDBC driver. One
is with timestamp and the other is about OID-VARBINARY transformation.
The first problem is solved with the newest version of the driver, and
the scnd is solved using the patch of the postgres howto in the apache
homepage. My problem is that this patch only can be applied over the old
version of the driver. So, i always have one of problems.
at org.apache.turbine.om.peer.BasePeer.doInsert(BasePeer.java:657)
rethrown as org.apache.turbine.util.security.DataBackendException:
Failed to create account 'hgfh': Bad conversion:
java.lang.NumberFormatException: ??srjava.util.Hashtable?%!J??F
loadFactorI thresholdxp?@x
at
org.apache.turbine.services.security.db.DBUserManager.createAccount(DBUserManager.java:404)
This is the error i obtain when i try to add a new user, using a new
version of the jdbc driver, not patched, i supposse that the problem is
the OID -VARBINARY translation, is this wrong? can i obtain a total
solution ?
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>