<?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: how to read activiti-app.properties file data into Form Stencil of Alfresco Process Service in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-read-activiti-app-properties-file-data-into-form-stencil/m-p/17740#M7870</link>
    <description>&lt;P&gt;I had same scenario but I have used java to read custom property file.&lt;/P&gt;&lt;P&gt;You need to place property at classpath.&lt;/P&gt;&lt;PRE&gt;@Configuration
@PropertySource("classpath:/META-INF/foo/foo.properties")
@PropertySource(value = "classpath:foo.properties", ignoreResourceNotFound = true)
@PropertySource(value = "file:foo.properties", ignoreResourceNotFound = true)
@Service("MyService")
public class MyService {

	@Value("${propertyname}")
	private String name;
}&lt;/PRE&gt;</description>
    <pubDate>Tue, 18 Aug 2020 05:19:27 GMT</pubDate>
    <dc:creator>sp2</dc:creator>
    <dc:date>2020-08-18T05:19:27Z</dc:date>
    <item>
      <title>how to read activiti-app.properties file data into Form Stencil of Alfresco Process Service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-read-activiti-app-properties-file-data-into-form-stencil/m-p/17738#M7868</link>
      <description>I'am trying to read the data from the properties file present in my local system into Form Stencil of Alfresco Process Service.Is it possible to read the data .Please reply back.Thanks in Advance.</description>
      <pubDate>Fri, 08 Jun 2018 10:40:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-read-activiti-app-properties-file-data-into-form-stencil/m-p/17738#M7868</guid>
      <dc:creator>sraone</dc:creator>
      <dc:date>2018-06-08T10:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to read activiti-app.properties file data into Form Stencil of Alfresco Process Service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-read-activiti-app-properties-file-data-into-form-stencil/m-p/17739#M7869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you describe more what do you want to do maybe giving an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 15:07:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-read-activiti-app-properties-file-data-into-form-stencil/m-p/17739#M7869</guid>
      <dc:creator>bassam_al-saror</dc:creator>
      <dc:date>2018-06-19T15:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to read activiti-app.properties file data into Form Stencil of Alfresco Process Service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-read-activiti-app-properties-file-data-into-form-stencil/m-p/17740#M7870</link>
      <description>&lt;P&gt;I had same scenario but I have used java to read custom property file.&lt;/P&gt;&lt;P&gt;You need to place property at classpath.&lt;/P&gt;&lt;PRE&gt;@Configuration
@PropertySource("classpath:/META-INF/foo/foo.properties")
@PropertySource(value = "classpath:foo.properties", ignoreResourceNotFound = true)
@PropertySource(value = "file:foo.properties", ignoreResourceNotFound = true)
@Service("MyService")
public class MyService {

	@Value("${propertyname}")
	private String name;
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Aug 2020 05:19:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-read-activiti-app-properties-file-data-into-form-stencil/m-p/17740#M7870</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-08-18T05:19:27Z</dc:date>
    </item>
  </channel>
</rss>

