You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@juddi.apache.org by Guillaume Sauthier <Gu...@objectweb.org> on 2004/05/14 10:49:09 UTC

SQL scripts

Hi

The links on the homepage for ddl scripts are broken!
http://ws.apache.org/juddi/install.html
-> The requested URL /juddi/dbscripts/ was not found on this server.

And the insert_publishers.sql for the Sybase db is missing in CVS.

It should looks like this :

INSERT INTO PUBLISHER (PUBLISHER_ID,PUBLISHER_NAME,ENABLED,ADMIN)
VALUES ('jdoe','John Doe','true','true');

Thanks
Guillaume

RE: SQL scripts

Posted by Steve Viens <st...@viens.net>.
Guillame, 

Thanks.

You caught me in the middle of rearranging the documentation. It will be
updated today.

Steve

-----Original Message-----
From: Guillaume Sauthier [mailto:Guillaume.Sauthier@objectweb.org] 
Sent: Friday, May 14, 2004 4:49 AM
To: juddi-user@ws.apache.org
Subject: SQL scripts


Hi

The links on the homepage for ddl scripts are broken!
http://ws.apache.org/juddi/install.html
-> The requested URL /juddi/dbscripts/ was not found on this server.

And the insert_publishers.sql for the Sybase db is missing in CVS.

It should looks like this :

INSERT INTO PUBLISHER (PUBLISHER_ID,PUBLISHER_NAME,ENABLED,ADMIN)
VALUES ('jdoe','John Doe','true','true');

Thanks
Guillaume