|
From: <rv...@us...> - 2009-06-23 12:04:38
|
Revision: 80
http://treebase.svn.sourceforge.net/treebase/?rev=80&view=rev
Author: rvos
Date: 2009-06-23 11:06:31 +0000 (Tue, 23 Jun 2009)
Log Message:
-----------
Changed configuration for nexmlService: doesn't need persistence (for now) so have removed domainHome bean field
Modified Paths:
--------------
trunk/treebase-core/src/main/resources/applicationContext-service.xml
Modified: trunk/treebase-core/src/main/resources/applicationContext-service.xml
===================================================================
--- trunk/treebase-core/src/main/resources/applicationContext-service.xml 2009-06-23 11:05:11 UTC (rev 79)
+++ trunk/treebase-core/src/main/resources/applicationContext-service.xml 2009-06-23 11:06:31 UTC (rev 80)
@@ -146,7 +146,7 @@
</bean>
<bean id="nexmlService" class = "org.cipres.treebase.service.nexus.NexusServiceNexml">
- <property name="domainHome" ref="domainHome"/>
+ <!-- property name="domainHome" ref="domainHome"/ -->
<property name="taxonLabelHome" ref="taxonLabelHome"/>
</bean>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|