Author: rwatler
Date: Wed Jul 20 03:05:23 2005
New Revision: 219875

URL: http://svn.apache.org/viewcvs?rev=219875&view=rev
Log:
another ojbConfigurer dep

Modified:
    
portals/jetspeed-2/trunk/portal-webapp/src/webapp/WEB-INF/assembly/jetspeed-spring.xml

Modified: 
portals/jetspeed-2/trunk/portal-webapp/src/webapp/WEB-INF/assembly/jetspeed-spring.xml
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/portal-webapp/src/webapp/WEB-INF/assembly/jetspeed-spring.xml?rev=219875&r1=219874&r2=219875&view=diff
==============================================================================
--- 
portals/jetspeed-2/trunk/portal-webapp/src/webapp/WEB-INF/assembly/jetspeed-spring.xml
 (original)
+++ 
portals/jetspeed-2/trunk/portal-webapp/src/webapp/WEB-INF/assembly/jetspeed-spring.xml
 Wed Jul 20 03:05:23 2005
@@ -87,7 +87,13 @@
   </bean>
     
   <!-- Portlet Registry DAO-->
-  <bean id="portletRegistryImpl" 
class="org.apache.jetspeed.components.portletregistry.PersistenceBrokerPortletRegistry"
 init-method="init">
+  <bean id="portletRegistryImpl" 
class="org.apache.jetspeed.components.portletregistry.PersistenceBrokerPortletRegistry"
 init-method="init"
+           depends-on="ojbConfigurer">
+        <!--
+            note: depends-on required due to hidden dep via OJB.properties:
+                  
ConnectionFactoryClass=org.springframework.orm.ojb.support.LocalDataSourceConnectionFactory
+            see: datasource.xml and configured 
http://www.springframework.org/docs/reference/orm.html#d0e7571
+         -->
         <constructor-arg 
index="0"><value>META-INF/registry_repository.xml</value></constructor-arg>
         <constructor-arg index="1"><ref 
bean="portletFactory"/></constructor-arg>
   </bean>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to