Author: smumford
Date: 2012-12-17 18:52:06 -0500 (Mon, 17 Dec 2012)
New Revision: 9005
Modified:
epp/docs/branches/6.0/Release_Notes/en-US/Known_Issues.xml
Log:
Rolling back revision 9002
Modified: epp/docs/branches/6.0/Release_Notes/en-US/Known_Issues.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/Known_Issues.xml 2012-12-17 14:09:59 UTC
(rev 9004)
+++ epp/docs/branches/6.0/Release_Notes/en-US/Known_Issues.xml 2012-12-17 23:52:06 UTC
(rev 9005)
@@ -28,6 +28,28 @@
</listitem>
</varlistentry>
</variablelist>
+<variablelist>
+ <title>PicketLink</title>
+
+ <!--
https://bugzilla.redhat.com/show_bug.cgi?id=873711 -->
+ <varlistentry>
+ <term><ulink
url="https://bugzilla.redhat.com/show_bug.cgi?id=873711" /></term>
+ <listitem>
+ <para>
+ When Sybase 15.7 is used as the underlying relational DBMS together with
Hibernate the following error message occurs: <screen>SQLGrammarException: Incorrect
syntax</screen> The cause of this is that the wrong dialect is detected. To work
around this problem, the correct dialect needs to be specified as
"org.hibernate.dialect.SybaseASE157Dialect" in the Hibernate configuration file
<filename>hibernates.xml</filename>, as in the following
example:</para>
+ <programlisting language="XML">
+<configuration>
+ <configuration-name>sybase157</configuration-name>
+ <properties>
+ <property>
+ <name>hibernate.dialect</name>
+ <value>org.hibernate.dialect.SybaseASE157Dialect</value>
+ </property>
+ </properties>
+</configuration>
+ </programlisting>
+ </listitem>
+ </varlistentry>
+</variablelist>
-
</chapter>