<?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: specify value of timeDuration from a property file in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/specify-value-of-timeduration-from-a-property-file/m-p/151612#M106348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see you're using spring. Try wiring in a bean that gives access to those properties in your spring-context (e.g. propertiesBean). Later on in your expressions, you can use that bean to get the value you need:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;${propertiesBean.getProperty('timeDuration')}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Aug 2013 08:34:39 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2013-08-05T08:34:39Z</dc:date>
    <item>
      <title>specify value of timeDuration from a property file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-value-of-timeduration-from-a-property-file/m-p/151611#M106347</link>
      <description>Activiti version 5.9What is the best way to specify value of timeDuration from a property file? I am getting the following exception when the value of timeDuration is specified as given below. The value of retryWaitTime is specified execution variable which in fact is loaded from a property file. I</description>
      <pubDate>Sat, 03 Aug 2013 02:44:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-value-of-timeduration-from-a-property-file/m-p/151611#M106347</guid>
      <dc:creator>mathewvimal</dc:creator>
      <dc:date>2013-08-03T02:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: specify value of timeDuration from a property file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-value-of-timeduration-from-a-property-file/m-p/151612#M106348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see you're using spring. Try wiring in a bean that gives access to those properties in your spring-context (e.g. propertiesBean). Later on in your expressions, you can use that bean to get the value you need:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;${propertiesBean.getProperty('timeDuration')}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 08:34:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-value-of-timeduration-from-a-property-file/m-p/151612#M106348</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-08-05T08:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: specify value of timeDuration from a property file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-value-of-timeduration-from-a-property-file/m-p/151613#M106349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. It worked. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 13:04:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-value-of-timeduration-from-a-property-file/m-p/151613#M106349</guid>
      <dc:creator>mathewvimal</dc:creator>
      <dc:date>2013-08-08T13:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: specify value of timeDuration from a property file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-value-of-timeduration-from-a-property-file/m-p/151614#M106350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had the same issue as Mathew here and ran across this post.&amp;nbsp; Is it by design that you can't simply use a reference to a process variable (ie - ${myVar}) instead of having to create a spring bean and do something like ${propertyBean.getProperty('myVar')}, or is this a feature we might perhaps see in an upcoming release?&amp;nbsp; It would certainly be more convenient to be able to use a process variable as opposed to a spring bean.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jan 2014 19:46:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-value-of-timeduration-from-a-property-file/m-p/151614#M106350</guid>
      <dc:creator>yourboogieman</dc:creator>
      <dc:date>2014-01-12T19:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: specify value of timeDuration from a property file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-value-of-timeduration-from-a-property-file/m-p/151615#M106351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My apologies, I just did a small unit test and discovered that this is indeed possible.&amp;nbsp; I was doing something else wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 01:28:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-value-of-timeduration-from-a-property-file/m-p/151615#M106351</guid>
      <dc:creator>yourboogieman</dc:creator>
      <dc:date>2014-01-13T01:28:59Z</dc:date>
    </item>
  </channel>
</rss>

