<?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: TimeToLive not getting effect. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309141#M80392</link>
    <description>Hi,
&lt;BR /&gt;I would say there is no option to disable the "Nonce/Created" checking in the tESBProviderRequest component from Studio. and I don't think your use case is a valid usecase, from the UsernameTokenProfile spec (
&lt;A href="http://docs.oasis-open.org/wss-m/wss/v1.1.1/os/wss-UsernameTokenProfile-v1.1.1-os.html" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/wss-m/wss/v1.1.1/os/wss-UsernameTokenProfile-v1.1.1-os.html&lt;/A&gt;) the Nonce/Created are optional element in the Soap Header of the request, if they are existing in the Header then the value of them should be make sure "correct" for validate.
&lt;BR /&gt;So no offical support for your use case in the Studio, if you are seeking a tricky way, Like I said, we are using the CXF as backend lib to generate the source code of the Service, you may try to add these "ws-security.timestamp.timeToLive" CXF properties manually into the Service kar blueprint following the CXF docs, but not sue it really works we didn't test this.
&lt;BR /&gt;Regards.</description>
    <pubDate>Fri, 24 Mar 2017 03:28:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-24T03:28:45Z</dc:date>
    <item>
      <title>TimeToLive not getting effect.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309134#M80385</link>
      <description>Hi All,
&lt;BR /&gt;We are having problem with timetolive in talend esbruntime.
&lt;BR /&gt;Is there way we can disable the timetolive.
&lt;BR /&gt;I found one file at location&amp;nbsp;etc\org.talend.esb.locator.cfg
&lt;BR /&gt;There i changed the following code:
&lt;BR /&gt;# If 'true' and one of the services (SOAP/REST) is installed
&lt;BR /&gt;# then locator will perform checks on endpoints
&lt;BR /&gt;# with expired time-to-live and remove them.
&lt;BR /&gt;locator.endpoints.timetolive.check=true
&lt;BR /&gt;# Interval for checks in seconds.
&lt;BR /&gt;locator.endpoints.timetolive.interval=300
&lt;BR /&gt;I tried making locator.endpoints.timetolive.check=false and restarting service also changing locator.endpoints.timetolive.interval=3600 and restarting service.
&lt;BR /&gt;But its not working.
&lt;BR /&gt;Does any one has idea regarding this?
&lt;BR /&gt;Please let me know.
&lt;BR /&gt;Thanking you in advance.</description>
      <pubDate>Sat, 16 Nov 2024 09:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309134#M80385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: TimeToLive not getting effect.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309135#M80386</link>
      <description>Hi, 
&lt;BR /&gt;You have to refresh the Locator bundle after the parameters change in the etc\org.talend.esb.locator.cfg, to make the changes take effect. 
&lt;BR /&gt;karaf@trun()&amp;gt; refresh locator 
&lt;BR /&gt;Then redeploy your Service again. 
&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 21 Mar 2017 03:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309135#M80386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-21T03:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: TimeToLive not getting effect.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309136#M80387</link>
      <description>Hi xldai, 
&lt;BR /&gt;Thanks for your reply. 
&lt;BR /&gt;i have tried karaf@trun()&amp;gt; refresh locator command and redeploy service but its not taking effect. 
&lt;BR /&gt;Actually i want to ignore the checking of &amp;lt;wsu:Created&amp;gt; from soap header for the request posted on Talend soap service. The soap header is like following: 
&lt;BR /&gt;&amp;lt;soapenv:Header&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsse 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;ecurity soapenv:mustUnderstand="1" xmlns:wsse="" xmlns:wsu=""&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsse:UsernameToken wsu:Id="UsernameToken-F3DD642F9E86D4CF28148967785889619"&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsse:Username&amp;gt;abc&amp;lt;/wsse:Username&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsse 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;assword Type=""&amp;gt;abc&amp;lt;/wsse 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;assword&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsse:Nonce EncodingType=""&amp;gt;5sWcEMjw30Y7p4zfJZzAcQ==&amp;lt;/wsse:Nonce&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsu:Created&amp;gt;2017-03-16T15:24:18.896Z&amp;lt;/wsu:Created&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsse:UsernameToken&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsse 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;ecurity&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/soapenv:Header&amp;gt; 
&lt;BR /&gt;Can you please suggest are we going on correct track? and also can you suggest how we can implement it. 
&lt;BR /&gt;Thanks !</description>
      <pubDate>Tue, 21 Mar 2017 07:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309136#M80387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-21T07:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: TimeToLive not getting effect.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309137#M80388</link>
      <description>Well, are you talking about the timestamp in the UsernameToken header? it's totally none relevent to the Locator configuration.&lt;BR /&gt;You have to describe your scenario in detail.&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 21 Mar 2017 07:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309137#M80388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-21T07:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: TimeToLive not getting effect.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309138#M80389</link>
      <description>ok 
&lt;BR /&gt;We have soap service which is running on https so that it can be accessed from internet. 
&lt;BR /&gt;And the problem is that the client making request on web service is not having internet time sync on their side and they include &amp;nbsp;&amp;lt;wsu:Created&amp;gt; part in header so they get the following fault response as: 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;faultcode xmlns:ns1=""&amp;gt;ns1 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;ecurityError&amp;lt;/faultcode&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;faultstring&amp;gt;A security error was encountered when verifying the message&amp;lt;/faultstring&amp;gt; 
&lt;BR /&gt;So is their an way that even if the &amp;lt;wsu:Created&amp;gt; at xpath " 
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt;/soapenv:Envelope/soapenv:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt;Header/wsse&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;ecurity/wsse:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt;UsernameToken/wsu:Created&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;" node is mentioned in soap request header we can skip check on it and allow the webservice to work normally.</description>
      <pubDate>Tue, 21 Mar 2017 10:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309138#M80389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-21T10:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: TimeToLive not getting effect.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309139#M80390</link>
      <description>Hi, 
&lt;BR /&gt;The "Nonce" and "Created" is used for against replay attacks. there is a CXF WS-Security Configuration parameter "ws-security.timestamp.timeToLive" can be used to set the timeToLive, also there is a "ws-security.enable.timestamp.cache" can be used to enable/disable the timestamp cache. For detail here 
&lt;A href="http://cxf.apache.org/docs/ws-securitypolicy.html" rel="nofollow noopener noreferrer"&gt;http://cxf.apache.org/docs/ws-securitypolicy.html&lt;/A&gt; 
&lt;BR /&gt;Have you created your Service using Studio? or you develop it with java/spring? 
&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 22 Mar 2017 07:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309139#M80390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-22T07:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: TimeToLive not getting effect.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309140#M80391</link>
      <description>Web service is created using Talend Open Studio.&lt;BR /&gt;Can you please suggest a way we can disable this?&lt;BR /&gt;Thanks !</description>
      <pubDate>Wed, 22 Mar 2017 11:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309140#M80391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-22T11:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: TimeToLive not getting effect.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309141#M80392</link>
      <description>Hi,
&lt;BR /&gt;I would say there is no option to disable the "Nonce/Created" checking in the tESBProviderRequest component from Studio. and I don't think your use case is a valid usecase, from the UsernameTokenProfile spec (
&lt;A href="http://docs.oasis-open.org/wss-m/wss/v1.1.1/os/wss-UsernameTokenProfile-v1.1.1-os.html" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/wss-m/wss/v1.1.1/os/wss-UsernameTokenProfile-v1.1.1-os.html&lt;/A&gt;) the Nonce/Created are optional element in the Soap Header of the request, if they are existing in the Header then the value of them should be make sure "correct" for validate.
&lt;BR /&gt;So no offical support for your use case in the Studio, if you are seeking a tricky way, Like I said, we are using the CXF as backend lib to generate the source code of the Service, you may try to add these "ws-security.timestamp.timeToLive" CXF properties manually into the Service kar blueprint following the CXF docs, but not sue it really works we didn't test this.
&lt;BR /&gt;Regards.</description>
      <pubDate>Fri, 24 Mar 2017 03:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309141#M80392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-24T03:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: TimeToLive not getting effect.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309142#M80393</link>
      <description>Hi, 
&lt;BR /&gt;ok thanks for your reply and suggestions 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&amp;nbsp;.</description>
      <pubDate>Mon, 27 Mar 2017 08:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeToLive-not-getting-effect/m-p/2309142#M80393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-27T08:49:00Z</dc:date>
    </item>
  </channel>
</rss>

