I'm finally trying to add support for Informix but I'm afraid I
need some help:

When I try to log in with the user/passwd turbine, it gets a
null exception in LoginUser.validateUser() because user.getPassword()
returns null.

Tracing this a little further, I see that 
TurbineUser.retrieveFromStorage( String username ) and the underlying
TurbineUserPeer.doSelect(criteria) do seem to work properly, but that the
vector returned by doSelect has the key "password_value" while the
key used by TurbineUser.getPassword "Visitor.PASSWORD_VALUE". 
In other words, the password value is in the vector, but under a different
key.

The "Visitor.PASSWORD_VALUE" comes from mapBuilder.getVisitor_Password().
Should I write another class DatabaseMapBuilder ? I guess not because I
didn't find anything like that for other databases.

Any hint ?
Best regards,
Didier







-- 
Didier Carlier                          10, Rue du Village
 mailto: [EMAIL PROTECTED]               1490 Court-Saint-Etienne
 Fax:    +32 10 617170                  Belgium

gin


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to