Author: sohil.shah(a)jboss.com
Date: 2009-01-15 04:43:39 -0500 (Thu, 15 Jan 2009)
New Revision: 12513
Modified:
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-sar/META-INF/jboss-service.xml
Log:
JBPORTAL-2258 - Create file in CMS not working for several databases
* locally passed for oracle10g, postgresql8, mysql5, hsqdlb
* contrary to earlier discussion, nothing special needed for postgresql support
Modified:
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-sar/META-INF/jboss-service.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-sar/META-INF/jboss-service.xml 2009-01-15
09:42:05 UTC (rev 12512)
+++
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-sar/META-INF/jboss-service.xml 2009-01-15
09:43:39 UTC (rev 12513)
@@ -71,7 +71,8 @@
<attribute
name="DefaultContentLocation">portal/cms/conf/default-content/default/</attribute>
<attribute name="DefaultLocale">en</attribute>
<attribute
name="RepositoryName">PortalRepository</attribute>
- <attribute
name="HomeDir">${jboss.server.data.dir}${/}portal${/}cms${/}conf</attribute>
+ <attribute
name="HomeDir">${jboss.server.data.dir}${/}portal${/}cms${/}conf</attribute>
+ <attribute
name="CmsSessionFactory">java:/portal/cms/CMSSessionFactory</attribute>
<attribute name="Config">
<Repository>
<!--
Show replies by date