<?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 Error Deploying REST service in Karaf with Oracle Connection Pool in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232416#M22384</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;My blueprint :&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;blueprint xmlns="&lt;A href="http://www.osgi.org/xmlns/blueprint/v1.0.0" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;http://www.osgi.org/xmlns/blueprint/v1.0.0&lt;/A&gt;"&lt;BR /&gt;default-activation="lazy"&amp;gt;&lt;BR /&gt;&amp;lt;bean id="oracleDSContract" class="oracle.jdbc.pool.OracleConnectionPoolDataSource"&amp;gt;&lt;BR /&gt;&amp;lt;property name="connectionCachingEnabled" value="true" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="URL" value="jdbc&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;racle:thin:@xxxxxxx:1521:xxxxx"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="user" value="xxxx"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="password" value="xxxx"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="autoReconnect" value="true"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="connectionCacheProperties"&amp;gt;&lt;BR /&gt;&amp;lt;props&amp;gt;&lt;BR /&gt;&amp;lt;prop key="MinLimit"&amp;gt;1&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;lt;prop key="MaxLimit"&amp;gt;5&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;lt;prop key="InitialLimit"&amp;gt;1&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;lt;prop key="ConnectionWaitTimeout"&amp;gt;200&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;lt;/props&amp;gt; &lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;bean id="dataSourceContract" class="org.apache.commons.dbcp.datasources.SharedPoolDataSource" destroy-method="close"&amp;gt;&lt;BR /&gt;&amp;lt;property name="connectionPoolDataSource" ref="oracleDSContract"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="maxActive" value="100"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="maxIdle" value="5"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="maxWait" value="-1"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="defaultAutoCommit" value="false"/&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;service interface="javax.sql.DataSource" ref="dataSourceContract"&amp;gt;&lt;BR /&gt;&amp;lt;service-properties&amp;gt;&lt;BR /&gt;&amp;lt;entry key="osgi.jndi.service.name" value="jdbc/oracleds"/&amp;gt;&lt;BR /&gt;&amp;lt;/service-properties&amp;gt;&lt;BR /&gt;&amp;lt;/service&amp;gt;&lt;BR /&gt;After deploying a Rest service in karaf and testing, I have this error message :&lt;BR /&gt;getService() returned null for {javax.sql.DataSource}={osgi.service.blueprint.compname=dataSourceContract, osgi.jndi.service.name=jdbc/oracleds, service.id=466}&lt;BR /&gt;however my setup is good. Mysql pool connection works well, however the bug arises with oracle.&lt;BR /&gt;Any Idea ?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 11:42:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:42:16Z</dc:date>
    <item>
      <title>Error Deploying REST service in Karaf with Oracle Connection Pool</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232416#M22384</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;My blueprint :&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;blueprint xmlns="&lt;A href="http://www.osgi.org/xmlns/blueprint/v1.0.0" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;http://www.osgi.org/xmlns/blueprint/v1.0.0&lt;/A&gt;"&lt;BR /&gt;default-activation="lazy"&amp;gt;&lt;BR /&gt;&amp;lt;bean id="oracleDSContract" class="oracle.jdbc.pool.OracleConnectionPoolDataSource"&amp;gt;&lt;BR /&gt;&amp;lt;property name="connectionCachingEnabled" value="true" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="URL" value="jdbc&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;racle:thin:@xxxxxxx:1521:xxxxx"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="user" value="xxxx"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="password" value="xxxx"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="autoReconnect" value="true"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="connectionCacheProperties"&amp;gt;&lt;BR /&gt;&amp;lt;props&amp;gt;&lt;BR /&gt;&amp;lt;prop key="MinLimit"&amp;gt;1&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;lt;prop key="MaxLimit"&amp;gt;5&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;lt;prop key="InitialLimit"&amp;gt;1&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;lt;prop key="ConnectionWaitTimeout"&amp;gt;200&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;lt;/props&amp;gt; &lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;bean id="dataSourceContract" class="org.apache.commons.dbcp.datasources.SharedPoolDataSource" destroy-method="close"&amp;gt;&lt;BR /&gt;&amp;lt;property name="connectionPoolDataSource" ref="oracleDSContract"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="maxActive" value="100"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="maxIdle" value="5"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="maxWait" value="-1"/&amp;gt;&lt;BR /&gt;&amp;lt;property name="defaultAutoCommit" value="false"/&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;service interface="javax.sql.DataSource" ref="dataSourceContract"&amp;gt;&lt;BR /&gt;&amp;lt;service-properties&amp;gt;&lt;BR /&gt;&amp;lt;entry key="osgi.jndi.service.name" value="jdbc/oracleds"/&amp;gt;&lt;BR /&gt;&amp;lt;/service-properties&amp;gt;&lt;BR /&gt;&amp;lt;/service&amp;gt;&lt;BR /&gt;After deploying a Rest service in karaf and testing, I have this error message :&lt;BR /&gt;getService() returned null for {javax.sql.DataSource}={osgi.service.blueprint.compname=dataSourceContract, osgi.jndi.service.name=jdbc/oracleds, service.id=466}&lt;BR /&gt;however my setup is good. Mysql pool connection works well, however the bug arises with oracle.&lt;BR /&gt;Any Idea ?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232416#M22384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error Deploying REST service in Karaf with Oracle Connection Pool</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232417#M22385</link>
      <description>Hi, 
&lt;BR /&gt;Could you indicate the build version you're using? Talend ESB Standard Edition, Talend Open Studio for ESB or Talend Enterprise ESB?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 27 Mar 2014 02:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232417#M22385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T02:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error Deploying REST service in Karaf with Oracle Connection Pool</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232418#M22386</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;I use Talend Platform Universal 5.4.1 
&lt;BR /&gt;In Karaf, all bundle installed are Ok : 
&lt;BR /&gt; Service Activity Monitoring :: Datasource-oracle (5.4.1) 
&lt;BR /&gt; datasource-mysql.xml (0.0.0) 
&lt;BR /&gt; Sun Microsystems' JDBC Driver for MySQL (5.1.26) 
&lt;BR /&gt; Apache ServiceMix :: Specs :: Stax API 1.0 (1.9.0) 
&lt;BR /&gt; Service Activity Monitoring :: Datasource-mysql (5.4.1) 
&lt;BR /&gt; LOGIN (0.1.0.SNAPSHOT) 
&lt;BR /&gt; CUSTOMER_WARRANTY (0.1.0.SNAPSHOT) 
&lt;BR /&gt; datasource-oracle.xml (0.0.0) 
&lt;BR /&gt; wrap_file_E__Talend_5.4.1_runtime_lib_ojdbc6.jar (0) 
&lt;BR /&gt;karaf@trun&amp;gt; 
&lt;BR /&gt;I haven't any bug with MYSQL (it works well). 
&lt;BR /&gt;The problem is with ORACLE.</description>
      <pubDate>Thu, 27 Mar 2014 07:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232418#M22386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T07:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error Deploying REST service in Karaf with Oracle Connection Pool</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232419#M22387</link>
      <description>Hi, 
&lt;BR /&gt;Would you mind opening a ticket on 
&lt;A href="http://support.talend.com/otrs/customer.pl" target="_blank" rel="nofollow noopener noreferrer"&gt;Talend Support Portal&lt;/A&gt; our colleagues from support team can give you a remote assistance so that your issue is processed with priority.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 27 Mar 2014 08:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232419#M22387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T08:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error Deploying REST service in Karaf with Oracle Connection Pool</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232420#M22388</link>
      <description>Thanks Sabrina, i will do it.</description>
      <pubDate>Thu, 27 Mar 2014 08:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232420#M22388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T08:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error Deploying REST service in Karaf with Oracle Connection Pool</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232421#M22389</link>
      <description>Hi, &lt;BR /&gt;Feel free let me know if there is any further help we can give.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 27 Mar 2014 08:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-REST-service-in-Karaf-with-Oracle-Connection/m-p/2232421#M22389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T08:49:43Z</dc:date>
    </item>
  </channel>
</rss>

