> >>> I am using the new TDK (tdk 2.1 dated 6/8/01) with Tomcat
> >> 3.2.2. I ran the
> >>> ant scripts successfully to create my database and I can login
> >> to the TDK,
> >>> but when I try to create a record in the table I get an error
> >> and when I
> >>> try to add a user with FLUX I get an error. Below are my
> >> turbine.log and
> >>> velocity.log files.
> >>>
> >>> Did I do something wrong with the setup?
> >>>
> >>
> >> Nope, there is a known problem with Postgres and Village. It's
> >> on my list of things to fix. There was a work around posted a couple
> >> of days ago. You basically have to comment out the part in TurbineUser
> >> that saves the object data as there is a problem saving blobs
> >> in Postgres via Village. As I'm adding tests I hope to track
> >> it down.
What exactly do I comment out? I have looked in TurbineUser and I have
found this code:
public void setPermStorage(Hashtable stuff)
{
this.permStorage = stuff;
}
Is this what needs to be commented out?
Also, if I comment out the correct section will it effect anything else?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]