RE: Orion w/ postgresql

2000-11-02 Thread Tim Drury
:53 PM To: Orion-Interest Subject: Re: Orion w/ postgresql Tim, To begin with, I really appreciate your time. I have one question for you, Tim. Are you sure you are running CMP beans with THE config. files? I still can't get it working. I was able to get my BMP beans working with my

RE: Orion w/ postgresql

2000-11-02 Thread Tim Drury
00 1:27 AM To: Orion-Interest Subject: Re: Orion w/ postgresql On Wed, 1 Nov 2000, Seung Bang wrote: Thanks very much for your tips. I tried as you guys instructed, and the same errors were produced. My postgresql jdbc driver is now the brand new 7.0.2 driver, and the '/usr/local/or

RE: Orion w/ postgresql

2000-11-02 Thread Mike Cannon-Brookes
To: Orion-Interest Subject: RE: Orion w/ postgresql If you guys are talking about the error, SQL error: ERROR: parser: parse error at or near ")" just ignore it. everything works despite that error. I get it too. -tim -Original Message- From: Mikko Kurki-Suon

Re: Orion w/ postgresql

2000-11-01 Thread Seung Bang
Mike Guilherme: Thanks very much for your tips. I tried as you guys instructed, and the same errors were produced. My postgresql jdbc driver is now the brand new 7.0.2 driver, and the '/usr/local/orion/config/database-schemas/postgresql.xml' file has null="" section in place of null="null".

RE: Orion w/ postgresql

2000-11-01 Thread Tim Drury
va.util.Date" name="timestamp" / type-mapping type="java.io.Serializable" name="oid" / type-mapping type="java.math.BigDecimal" name="decimal" / disallowed-field name="parent" / disallowed-field name="password&

RE: Orion w/ postgresql

2000-11-01 Thread Mike Cannon-Brookes
, November 02, 2000 5:10 AM To: Orion-Interest Subject: Re: Orion w/ postgresql Mike Guilherme: Thanks very much for your tips. I tried as you guys instructed, and the same errors were produced. My postgresql jdbc driver is now the brand new 7.0.2 driver, and the '/usr/local/orion/config

Re: Orion w/ postgresql

2000-11-01 Thread Mikko Kurki-Suonio
On Wed, 1 Nov 2000, Seung Bang wrote: Thanks very much for your tips. I tried as you guys instructed, and the same errors were produced. My postgresql jdbc driver is now the brand new 7.0.2 driver, and the '/usr/local/orion/config/database-schemas/postgresql.xml' file has null="" section

RE: Orion w/ postgresql

2000-10-31 Thread Mike Cannon-Brookes
The first error is due to using an old postgres JDBC driver - get the latest source from CVS and compile it yourself (not too tricky to do, I figured it out!) That might clear up the second problem as well, I think it will. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Orion w/ postgresql

2000-10-31 Thread Storm Linux User
Hi, You have to hack the config/database-schemas/postgresql.xml changing the null="null" to null="". This works fine. []s Guilherme Ceschiatti [EMAIL PROTECTED] On Tue, Oct 31, 2000 at 06:11:49PM -0800, Seung Bang wrote: Hi all, I've been trying to start the orion server with postgresql