----- Original Message -----
From: "devrim baris acar" <[EMAIL PROTECTED]>


> I am trying to install JAMES with users and mail repositories stored in
> Oracle.
> I set up the maildatabase and as I start the server, the logs say that
> connections are ok.
> However as I try to add a user I get the following exception. I am sure
the
> username is the primary key.
> Can it be oracle-jdbc driver specific problem.
> Any advice is appreciated to solve the problem.
> Thanks,

I've seen someone else report this, and this is a function of the way the
database driver works.  Town uses the DatabaseMeta object to query for
primary keys on a table, and Oracle's JDBC driver only works when the table
name is in all caps.  I'm not sure if just setting your table name (in the
conf file) to USERS will do it, or if there is more to do.

Anyway, I'm seriously thinking about removing Town and doing straight JDBC
now that I have more time, and performance is becoming a bigger issue for me
(specifically for the mail repository... not really for the user
repository).  This should remove some of these strange behaviors.

Serge Knystautas
Loki Technologies
http://www.lokitech.com/



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives:  <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to