<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Connection pooling? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335646#M104186</link>
    <description>I am following your steps. I got the following error in the Studio. Do you know what is missing? 
&lt;BR /&gt;Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [] 
&lt;BR /&gt;Offending resource: class path resource 
&lt;BR /&gt;org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [] 
&lt;BR /&gt;Offending resource: class path resource 
&lt;BR /&gt; at org.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:68) 
&lt;BR /&gt; at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java: 
&lt;BR /&gt; at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:80) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.error(BeanDefinitionParserDelegate.java:315) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1429) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1422) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:187) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.doRegisterBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:147) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:101) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:495) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:391) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:335) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:303) 
&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:174) 
&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:209) 
&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:180) 
&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:243) 
&lt;BR /&gt; at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:127) 
&lt;BR /&gt; at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:93) 
&lt;BR /&gt; at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130) 
&lt;BR /&gt; at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:539) 
&lt;BR /&gt; at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:451) 
&lt;BR /&gt; at org.springframework.context.support.ClassPathXmlApplicationContext.&amp;lt;init&amp;gt;(ClassPathXmlApplicationContext.java:139) 
&lt;BR /&gt; at org.springframework.context.support.ClassPathXmlApplicationContext.&amp;lt;init&amp;gt;(ClassPathXmlApplicationContext.java:83) 
&lt;BR /&gt; at demo_project.demodatasource_0_1.DemoDatasource$2.createContext(DemoDatasource.java:186) 
&lt;BR /&gt; at org.apache.camel.main.Main.getCamelContextMap(Main.java:148) 
&lt;BR /&gt; at org.apache.camel.main.MainSupport.postProcessContext(MainSupport.java:386) 
&lt;BR /&gt; at org.apache.camel.main.Main.doStart(Main.java:124) 
&lt;BR /&gt; at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61) 
&lt;BR /&gt; at org.apache.camel.main.MainSupport.run(MainSupport.java:124) 
&lt;BR /&gt; at demo_project.demodatasource_0_1.DemoDatasource.run(DemoDatasource.java:252) 
&lt;BR /&gt; at demo_project.demodatasource_0_1.DemoDatasource.runJobInTOS(DemoDatasource.java:314) 
&lt;BR /&gt; at demo_project.demodatasource_0_1.DemoDatasource.main(DemoDatasource.java:284) 
&lt;BR /&gt;Job DemoDatasource ended at 14:08 17/03/2017. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;email3888</description>
    <pubDate>Fri, 17 Mar 2017 21:46:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-17T21:46:37Z</dc:date>
    <item>
      <title>Connection pooling?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335643#M104183</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;I have created a simple, synchronous Web Service which reads records out of a database, processes them and returns some values.&lt;BR /&gt;For the data fetching part, I used a tOracleInput component.&lt;BR /&gt;But I have the feeling that every request leads to the web service opening a new connection to the DB, fetching rows, and closing the DB connection. Is that correct?&lt;BR /&gt;If so: how can I avoid such overhead and use a connection pool (which automatically restores a DB connection if it has been lost)?&lt;BR /&gt;Thanks&lt;BR /&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335643#M104183</guid>
      <dc:creator>kleinmat</dc:creator>
      <dc:date>2024-11-16T11:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connection pooling?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335644#M104184</link>
      <description>Hi Matt, 
&lt;BR /&gt;In your tOracleInput Component tab, take a look at the bottom box that says 'Data Source'. &amp;nbsp;There you can check 'Specify data source alias' and name your data source. &amp;nbsp;For instance, I call my sandbox pool 'mysql-ds'. &amp;nbsp;As the note says, this will only apply in Karaf. 
&lt;BR /&gt;Before you deploy the service to Karaf you'll need to deploy a connection pool. &amp;nbsp;To do this, create a Springframework configuration file that defines the data source. &amp;nbsp;You will have to make sure any required JDBC drivers or other dependencies are installed as well. 
&lt;BR /&gt;Just drop the Spring file into the deploy/ directory. &amp;nbsp;Then you will have connection pooling. &amp;nbsp;You just have to make sure the value you use in&amp;nbsp;osgi:service-properties matches with the one you used in your component data source alias. 
&lt;BR /&gt;Here is a sample file: 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;beans xmlns="http://www.springframework.org/schema/beans"&lt;BR /&gt; &amp;nbsp;xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&lt;BR /&gt; &amp;nbsp;xmlns:osgi="http://www.springframework.org/schema/osgi"&lt;BR /&gt; &amp;nbsp;xmlns:context="http://www.springframework.org/schema/context"&lt;BR /&gt; &amp;nbsp; xsi:schemaLocation="http://www.springframework.org/schema/beans&lt;BR /&gt; &amp;nbsp; http://www.springframework.org/schema/beans/spring-beans-3.0.xsd&lt;BR /&gt; &amp;nbsp; http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd&lt;BR /&gt; &amp;nbsp; http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"&amp;gt;&lt;BR /&gt; &amp;nbsp;&lt;BR /&gt;	&amp;lt;!-- The Connection Pool --&amp;gt;&lt;BR /&gt;	&amp;lt;bean id="mysql-ds" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close"&amp;gt;&lt;BR /&gt;		&amp;lt;property name="driverClassName" value="com.mysql.jdbc.Driver"/&amp;gt;&lt;BR /&gt;		&amp;lt;property name="url" value="jdbc:mysql://localhost/demo"/&amp;gt;&lt;BR /&gt;		&amp;lt;property name="username" value="talend"/&amp;gt;&lt;BR /&gt;		&amp;lt;property name="password" value="talend"/&amp;gt;&lt;BR /&gt;		&amp;lt;property name="initialSize" value="4"/&amp;gt;&lt;BR /&gt;		&amp;lt;property name="maxActive" &amp;nbsp;value="30"/&amp;gt;&lt;BR /&gt;		&amp;lt;property name="maxIdle" value="10"/&amp;gt;&lt;BR /&gt;		&amp;lt;property name="maxWait" value="3000"/&amp;gt;&lt;BR /&gt;		&amp;lt;property name="validationQuery" value="SELECT 1"/&amp;gt;&lt;BR /&gt;	&amp;lt;/bean&amp;gt;&lt;BR /&gt;	&amp;lt;!-- Publish the pool as an OSGi and JNDI Service --&amp;gt;&lt;BR /&gt;	&amp;lt;osgi:service interface="javax.sql.DataSource" ref="mysql-ds"&amp;gt;&lt;BR /&gt;		&amp;lt;osgi:service-properties&amp;gt;&lt;BR /&gt;			&amp;lt;entry key="osgi.jndi.service.name" value="mysql-ds"/&amp;gt;&lt;BR /&gt;		&amp;lt;/osgi:service-properties&amp;gt;&lt;BR /&gt;	&amp;lt;/osgi:service&amp;gt;&lt;BR /&gt;&amp;lt;/beans&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;If you want to see the datasource in JMX (like you can with Tomcat), then just add this bean with appropriate reference/naming adjustments: 
&lt;BR /&gt; 
&lt;PRE&gt;	&amp;lt;!-- Export key DataSource Pool properties into JMX for Management and Monitoring --&amp;gt;&lt;BR /&gt;	&amp;lt;bean id="exporter" class="org.springframework.jmx.export.MBeanExporter" lazy-init="false"&amp;gt;&lt;BR /&gt;		&amp;lt;property name="beans"&amp;gt;&lt;BR /&gt;			&amp;lt;map&amp;gt;&lt;BR /&gt;				&amp;lt;entry key="org.talend.DataSource:name=MySQL" value-ref="mysql-ds"/&amp;gt;&lt;BR /&gt;			&amp;lt;/map&amp;gt;&lt;BR /&gt;		&amp;lt;/property&amp;gt;&lt;BR /&gt;		&amp;lt;property name="assembler"&amp;gt;&lt;BR /&gt;			&amp;lt;bean class="org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler"&amp;gt;&lt;BR /&gt;				&amp;lt;property name="managedMethods"&amp;gt;&lt;BR /&gt;					&amp;lt;value&amp;gt;&lt;BR /&gt;						isClosed,&lt;BR /&gt;						getDefaultAutoCommit,&lt;BR /&gt;						setDefaultAutoCommit,&lt;BR /&gt;						getDefaultTransactionIsolation,&lt;BR /&gt;						setDefaultTransactionIsolation,&lt;BR /&gt;						getDriverClassName,&lt;BR /&gt;						getInitialSize,&lt;BR /&gt;						getMaxActive,&lt;BR /&gt;						setMaxActive,&lt;BR /&gt;						getMaxIdle,&lt;BR /&gt;						setMaxIdle,&lt;BR /&gt;						getMaxOpenPreparedStatements,&lt;BR /&gt;						setMaxOpenPreparedStatements,&lt;BR /&gt;						getMaxWait,&lt;BR /&gt;						setMaxWait,&lt;BR /&gt;						getMinEvictableIdleTimeMillis,&lt;BR /&gt;						setMinEvictableIdleTimeMillis,&lt;BR /&gt;						getMinIdle,&lt;BR /&gt;						getNumActive,&lt;BR /&gt;						getNumIdle,&lt;BR /&gt;						getNumTestsPerEvictionRun,&lt;BR /&gt;						setNumTestsPerEvictionRun,&lt;BR /&gt;						isPoolPreparedStatements,&lt;BR /&gt;						setPoolPreparedStatements,&lt;BR /&gt;						getRemoveAbandoned,&lt;BR /&gt;						setRemoveAbandoned,&lt;BR /&gt;						getRemoveAbandonedTimeout,&lt;BR /&gt;						setRemoveAbandonedTimeout,&lt;BR /&gt;						getTestOnBorrow,&lt;BR /&gt;						setTestOnBorrow,&lt;BR /&gt;						getTestOnReturn,&lt;BR /&gt;						setTestOnReturn,&lt;BR /&gt;						getTestWhileIdle,&lt;BR /&gt;						setTestWhileIdle,&lt;BR /&gt;						getTimeBetweenEvictionRunsMillis,&lt;BR /&gt;						setTimeBetweenEvictionRunsMillis,&lt;BR /&gt;						getUrl,&lt;BR /&gt;						getValidationQuery,&lt;BR /&gt;						setValidationQuery,&lt;BR /&gt;						getValidationQueryTimeout,&lt;BR /&gt;						setValidationQueryTimeout&lt;BR /&gt;					&amp;lt;/value&amp;gt;&lt;BR /&gt;				&amp;lt;/property&amp;gt;&lt;BR /&gt;			&amp;lt;/bean&amp;gt;&lt;BR /&gt;		&amp;lt;/property&amp;gt;&lt;BR /&gt;	&amp;lt;/bean&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;HTH, 
&lt;BR /&gt;Ben</description>
      <pubDate>Thu, 28 Aug 2014 16:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335644#M104184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-28T16:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connection pooling?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335645#M104185</link>
      <description>Wow, that is really complicated. Is this actually the only way? If so: would you mind passing this on to your product management to make connection pooling available "at the click of a button"?</description>
      <pubDate>Thu, 28 Aug 2014 16:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335645#M104185</guid>
      <dc:creator>kleinmat</dc:creator>
      <dc:date>2014-08-28T16:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Connection pooling?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335646#M104186</link>
      <description>I am following your steps. I got the following error in the Studio. Do you know what is missing? 
&lt;BR /&gt;Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [] 
&lt;BR /&gt;Offending resource: class path resource 
&lt;BR /&gt;org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [] 
&lt;BR /&gt;Offending resource: class path resource 
&lt;BR /&gt; at org.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:68) 
&lt;BR /&gt; at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java: 
&lt;BR /&gt; at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:80) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.error(BeanDefinitionParserDelegate.java:315) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1429) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1422) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:187) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.doRegisterBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:147) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:101) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:495) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:391) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:335) 
&lt;BR /&gt; at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:303) 
&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:174) 
&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:209) 
&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:180) 
&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:243) 
&lt;BR /&gt; at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:127) 
&lt;BR /&gt; at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:93) 
&lt;BR /&gt; at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130) 
&lt;BR /&gt; at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:539) 
&lt;BR /&gt; at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:451) 
&lt;BR /&gt; at org.springframework.context.support.ClassPathXmlApplicationContext.&amp;lt;init&amp;gt;(ClassPathXmlApplicationContext.java:139) 
&lt;BR /&gt; at org.springframework.context.support.ClassPathXmlApplicationContext.&amp;lt;init&amp;gt;(ClassPathXmlApplicationContext.java:83) 
&lt;BR /&gt; at demo_project.demodatasource_0_1.DemoDatasource$2.createContext(DemoDatasource.java:186) 
&lt;BR /&gt; at org.apache.camel.main.Main.getCamelContextMap(Main.java:148) 
&lt;BR /&gt; at org.apache.camel.main.MainSupport.postProcessContext(MainSupport.java:386) 
&lt;BR /&gt; at org.apache.camel.main.Main.doStart(Main.java:124) 
&lt;BR /&gt; at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61) 
&lt;BR /&gt; at org.apache.camel.main.MainSupport.run(MainSupport.java:124) 
&lt;BR /&gt; at demo_project.demodatasource_0_1.DemoDatasource.run(DemoDatasource.java:252) 
&lt;BR /&gt; at demo_project.demodatasource_0_1.DemoDatasource.runJobInTOS(DemoDatasource.java:314) 
&lt;BR /&gt; at demo_project.demodatasource_0_1.DemoDatasource.main(DemoDatasource.java:284) 
&lt;BR /&gt;Job DemoDatasource ended at 14:08 17/03/2017. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;email3888</description>
      <pubDate>Fri, 17 Mar 2017 21:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335646#M104186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-17T21:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connection pooling?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335647#M104187</link>
      <description>Look into documentation step-by-step example:&amp;nbsp;&lt;A href="https://help.talend.com/search/all?query=Configuring+datasource+in+Talend+Runtime&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Configuring+datasource+in+Talend+Runtime&amp;amp;content-lang=en&lt;/A&gt;</description>
      <pubDate>Sat, 18 Mar 2017 00:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335647#M104187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-18T00:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Connection pooling?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335648#M104188</link>
      <description>Thanks&amp;nbsp;archenroot! I am able to create the datasource. Now, I have issue to use camel-sql in TOS 6.21
&lt;BR /&gt;After I updated the Spring file with the datasource info, I have the following error. Do you have experience with camel-sql
&lt;BR /&gt;Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace []
&lt;BR /&gt;Thanks,
&lt;BR /&gt;email3888</description>
      <pubDate>Sat, 18 Mar 2017 15:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-pooling/m-p/2335648#M104188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-18T15:40:18Z</dc:date>
    </item>
  </channel>
</rss>

