[tigase-server/el5/master] Fix JDBC connection string

Matej Cepl mcepl at fedoraproject.org
Mon Aug 30 11:35:19 UTC 2010


commit c118d3c9edbd8c29cfac588b87e255b0d2a40c07
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Mon Aug 30 13:33:52 2010 +0200

    Fix JDBC connection string

 tigase-server-RH-build.patch |    2 +-
 tigase-server.spec           |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tigase-server-RH-build.patch b/tigase-server-RH-build.patch
index e0d8ee6..275ece2 100644
--- a/tigase-server-RH-build.patch
+++ b/tigase-server-RH-build.patch
@@ -52,7 +52,7 @@ diff -up tigase-server-5.0.0/etc/init.properties.RH-build tigase-server-5.0.0/et
 +# Below string is for MySQL database. Please modify it for your system.
 +# MySQL connector requires connection string in the following format:
 +# jdbc:mysql://[hostname]/[database name]?user=[user name]&password=[user password]
-+--user-db-uri=jdbc:mysql://localhost/tigasedb?user=tigase_user&password=@DBPASS@
++--user-db-uri=jdbc:mysql://localhost/tigasedb?user=tigase_user&password=@DBPASS@&noAccessToProcedureBodies=true
 +# Virtual domains for your server installation, comma separated list of vhosts
  --virt-hosts = $HOST_NAME
 +# Select what packages you want to have logging switched for
diff --git a/tigase-server.spec b/tigase-server.spec
index 8f62106..70424ed 100644
--- a/tigase-server.spec
+++ b/tigase-server.spec
@@ -1,7 +1,7 @@
 Name:           tigase-server
 Version:        5.0.0
 # This is beta of 5.0.0
-Release:        0.3.20100527svn%{?dist}
+Release:        0.4.20100527svn%{?dist}
 Summary:        Tigase Server
 
 Group:          Development/Libraries
@@ -158,6 +158,9 @@ fi
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Aug 30 2010 Matěj Cepl <mcepl at redhat.com> - 5.0.0-0.4.20100527svn
+- Bits missing.
+
 * Sat Aug 07 2010 Matěj Cepl <mcepl at redhat.com> - 5.0.0-0.3.20100527svn
 - Another round of packaging review changes.
 


More information about the scm-commits mailing list