Is anyone else getting this error while starting Jetspeed from the
latest source?

"Column 'MAPPED_NAME'  cannot accept a NULL value"

All of the demo portlets are unavailable to me.

The files registry-schema.sql and registry-schema.xml seem to be out
of sync. The torque xml seems to declare them nullable yet the sql is
generated(?) with 'NOT NULL'.

./etc/sql/derby/schema/registry-schema.sql:    MAPPED_NAME
VARCHAR(150) NOT NULL,
./etc/sql/derby/schema/registry-schema.sql:    MAPPED_NAME
VARCHAR(150) NOT NULL,

./etc/schema/registry-schema.xml:        <column name="MAPPED_NAME"
size="150" type="VARCHAR"/>
./etc/schema/registry-schema.xml:        <column name="MAPPED_NAME"
size="150" type="VARCHAR"/>

--
Philip Donaghy
donaghy.blogspot.com del.icio.us/donaghy/philip
Skype: philipmarkdonaghy
Office: +33 5 56 60 88 02
Mobile: +33 6 20 83 22 62

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to