[jboss-svn-commits] JBL Code SVN: r15858 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 16 12:48:37 EDT 2007
Author: tcunning
Date: 2007-10-16 12:48:37 -0400 (Tue, 16 Oct 2007)
New Revision: 15858
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/juddi.properties
labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/readme.txt
Log:
bug:JBESB-996
Remove MySQL references.
Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/juddi.properties
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/juddi.properties 2007-10-16 16:45:24 UTC (rev 15857)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/juddi.properties 2007-10-16 16:48:37 UTC (rev 15858)
@@ -37,13 +37,11 @@
# use a dataSource (if set to false a direct
# jdbc connection will be used.
-juddi.isUseDataSource=false
-juddi.jdbcDriver=com.mysql.jdbc.Driver
-juddi.jdbcUrl=jdbc:mysql://localhost:3306/juddi
+juddi.isUseDataSource=true
juddi.jdbcUsername=root
juddi.jdbcPassword=
# jUDDI DataSource to use
-# juddi.dataSource=java:comp/env/jdbc/MySqlDS
+ juddi.dataSource=java:comp/env/jdbc/juddiDB
# jUDDI UUIDGen implementation to use
juddi.uuidgen = org.apache.juddi.uuidgen.DefaultUUIDGen
Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/readme.txt 2007-10-16 16:45:24 UTC (rev 15857)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/readme.txt 2007-10-16 16:48:37 UTC (rev 15858)
@@ -1,6 +1,6 @@
Overview:
=========
- This example assumes your jUDDI registry is running in Mysql and it connects
+ This example assumes your jUDDI registry is running and it connects
directly to the database to register the component.
Running this quickstart:
@@ -8,8 +8,6 @@
Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
and a more detailed descripton of the different ways to run the quickstarts.
- Make sure that you have MySQL running before starting this quickstart.
-
To Run standalone mode:
=======================
1. In a command terminal window in the quickstart folder type
More information about the jboss-svn-commits
mailing list