Re: null's in the auto create of an entity bean

2000-04-01 Thread Elias Martensson
On Sat, 1 Apr 2000, 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 ta

Re: null's in the auto create of an entity bean

2000-03-31 Thread James Birchfield
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 usin

null's in the auto create of an entity bean

2000-03-31 Thread James Birchfield
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