isRemoting is no longer based on a bean in the application context, but
authorCherian Mathew <c.mathew@bgbm.org>
Wed, 9 Apr 2014 14:15:16 +0000 (14:15 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Wed, 9 Apr 2014 14:15:16 +0000 (14:15 +0000)
the type of cdm source

eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/localApplicationContext.xml

index 30fb5af4cf339e89936512140b5fb26bb016e2e3..11a206b7e9f2b4e5b007e1cbaf9edbf160805298 100644 (file)
@@ -7,9 +7,6 @@
     http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
     http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
        
-       <bean id="isRemoting" class="java.lang.Boolean">
-       <constructor-arg value="false" />
-       </bean> 
        
     <!-- Default application context and term initializer -->
   <import resource="classpath:/eu/etaxonomy/cdm/defaultApplicationContext.xml"/>