Revision: 18817
          http://sourceforge.net/p/gate/code/18817
Author:   ian_roberts
Date:     2015-07-08 10:18:34 +0000 (Wed, 08 Jul 2015)
Log Message:
-----------
target-source-class should not be passed through as a property of the 
TargetSource

Modified Paths:
--------------
    
gate/trunk/src/main/gate/util/spring/xml/PooledProxyBeanDefinitionDecorator.java

Modified: 
gate/trunk/src/main/gate/util/spring/xml/PooledProxyBeanDefinitionDecorator.java
===================================================================
--- 
gate/trunk/src/main/gate/util/spring/xml/PooledProxyBeanDefinitionDecorator.java
    2015-07-08 01:20:32 UTC (rev 18816)
+++ 
gate/trunk/src/main/gate/util/spring/xml/PooledProxyBeanDefinitionDecorator.java
    2015-07-08 10:18:34 UTC (rev 18817)
@@ -130,7 +130,8 @@
                 && !XMLConstants.XML_NS_URI.equals(att.getNamespaceURI())
                 && !XMLConstants.XMLNS_ATTRIBUTE.equals(att.getLocalName())
                 && !PROXY_TARGET_CLASS.equals(att.getLocalName())
-                && !INITIAL_SIZE.equals(att.getLocalName())) {
+                && !INITIAL_SIZE.equals(att.getLocalName())
+                && !TARGET_SOURCE_CLASS.equals(att.getLocalName())) {
           String propName =
                   Conventions.attributeNameToPropertyName(att.getLocalName());
           targetSourceDefinition.getPropertyValues().addPropertyValue(propName,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to