> Hi,
>
> I just started playing around with Orion and it looks great, but when I
> enabled the new-app I got the following error:
>
> Auto-creating table: create table com_evermind_ejb_NewsItem (id
> INTEGER primary key, subject VARCHAR (255), text VARCHAR (255), date
> datetime, submitter VARCHAR (255), locale VARCHAR (5))
> Warning: Error creating table: A column in a primary key
> constraint's column list is not constrained to be not null, column name:
> 'id'.
>
> I also got this error:
> Warning: Error creating table: Can't find type 'TIMESTAMP'.
> but got around it by changing the "TIMESTAMP" to a "datetime".
>
> I'm running Orion against Sybase 11.9.2 on Solaris.
>
> Does anyone know how to fix this? Do I have to change some setting in
> Sybase?
>
> Philippe.
>
>
> PS: In the mailing list archive I saw a message mentionning Orion 0.8.3
> but the site only offers 0.8.2 for download. Is Orion 0.8.3 for VIPs only
> ;-)