Never mind.  I changed the databases-schemas/postgresql.xml file and
took out the null="null" and changed it null="".  It works, but nmot
sure of the consequences...

Jim

James Birchfield wrote:
> 
> When my entity bean is getting the table auto-created, I get some null's
> showing up.  I am using the example that was posted to this site a few
> days ago as a test.  Following is what I get as an error:
> 
> Auto-deploying ejb...
> Auto-creating table: create table Person (name char(255) not null
> primary key, nick char(255) null, description char(255) null, phone
> char(255) null)
> Warning: Error creating table: ERROR:  parser: parse error at or near
> "null"
> 
> done.
> Orion/0.9.4 initialized
> 
> Where are the null's coming from?
> 
> I'll be happy to post the rest of the code if it would help...
> 
> Jim

Reply via email to