[jboss-svn-commits] JBL Code SVN: r7682 - labs/jbossesb/trunk/product/install/jUDDI-registry
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Nov 17 10:27:19 EST 2006
Author: kurt.stam at jboss.com
Date: 2006-11-17 10:27:18 -0500 (Fri, 17 Nov 2006)
New Revision: 7682
Modified:
labs/jbossesb/trunk/product/install/jUDDI-registry/README.txt
Log:
Adding text about which databases where tested
Modified: labs/jbossesb/trunk/product/install/jUDDI-registry/README.txt
===================================================================
--- labs/jbossesb/trunk/product/install/jUDDI-registry/README.txt 2006-11-17 14:11:37 UTC (rev 7681)
+++ labs/jbossesb/trunk/product/install/jUDDI-registry/README.txt 2006-11-17 15:27:18 UTC (rev 7682)
@@ -2,4 +2,23 @@
jUDDI is our default registry, however any JAXR compliant registry
can be used.
+For the registry to work you will need to:
+
+1. Run the create_database.sql script.
+
+2. Run the insert_publishers.sql script.
+
+Tested environments:
+
+mysql, hsqldb.
+
+NOTE:
+
+If you use another db, please compare the scripts of your database of choice to either
+of these. Especially the insert_publishers.sql.
+
+Let us know if you tried a database not on the list, so we can add it as 'tested' (and
+please submit us with a patch if there issues. You can also post a message to the
+JBossESB user forum and we will help you out.
+
Kurt T. Stam (kurt.stam at jboss.com)
\ No newline at end of file
More information about the jboss-svn-commits
mailing list