Author: thomas.heute(a)jboss.com
Date: 2009-07-22 08:57:41 -0400 (Wed, 22 Jul 2009)
New Revision: 13584
Modified:
modules/cms/trunk/cms-jackrabbit/src/test/resources/jboss-beans-security-test.xml
modules/cms/trunk/cms-jackrabbit/src/test/resources/jboss-beans-security.xml
Log:
JBEPP-98: SQLException on user login if hibernate schema name is specified
Modified:
modules/cms/trunk/cms-jackrabbit/src/test/resources/jboss-beans-security-test.xml
===================================================================
---
modules/cms/trunk/cms-jackrabbit/src/test/resources/jboss-beans-security-test.xml 2009-07-22
11:28:09 UTC (rev 13583)
+++
modules/cms/trunk/cms-jackrabbit/src/test/resources/jboss-beans-security-test.xml 2009-07-22
12:57:41 UTC (rev 13584)
@@ -122,7 +122,7 @@
<bean name="SessionFactoryBinder"
class="org.jboss.portal.jems.hibernate.SessionFactoryBinder">
<property name="doChecking">true</property>
- <property
name="configLocation">conf/hibernate/cms/hibernate.cfg.xml</property>
+ <property
name="configLocation">hibernate.cfg.xml</property>
<property
name="JNDIName">java:/portal/cms/CMSSessionFactory</property>
</bean>
Modified: modules/cms/trunk/cms-jackrabbit/src/test/resources/jboss-beans-security.xml
===================================================================
---
modules/cms/trunk/cms-jackrabbit/src/test/resources/jboss-beans-security.xml 2009-07-22
11:28:09 UTC (rev 13583)
+++
modules/cms/trunk/cms-jackrabbit/src/test/resources/jboss-beans-security.xml 2009-07-22
12:57:41 UTC (rev 13584)
@@ -122,7 +122,7 @@
<bean name="SessionFactoryBinder"
class="org.jboss.portal.jems.hibernate.SessionFactoryBinder">
<property name="doChecking">true</property>
- <property
name="configLocation">conf/hibernate/cms/hibernate.cfg.xml</property>
+ <property
name="configLocation">hibernate.cfg.xml</property>
<property
name="JNDIName">java:/portal/cms/CMSSessionFactory</property>
</bean>
Show replies by date