<?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: Hints ActivitiException: Unknown property used in expression in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/hints-activitiexception-unknown-property-used-in-expression/m-p/117384#M82890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Cause-exception of the ActivitiException states what property actually is involved…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eg:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;at org.activiti.engine.impl.interceptor.CommandContext.performOperation(CommandContext.java:80)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at org.activiti.engine.impl.persistence.entity.ExecutionEntity.performOperationSync(ExecutionEntity.java:546)&lt;BR /&gt;Caused by: org.activiti.engine.impl.javax.el.PropertyNotFoundException: Cannot resolve identifier 'outputTransition'&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2012 12:28:00 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2012-10-19T12:28:00Z</dc:date>
    <item>
      <title>Hints ActivitiException: Unknown property used in expression</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hints-activitiexception-unknown-property-used-in-expression/m-p/117382#M82888</link>
      <description>Does anyone have any hints on debugging bpmn files whose execution throwsActivitiException: Unknown property used in expression&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.activiti.engine.impl.el.JuelExpression.getValue(JuelExpression.java:55)….?&amp;nbsp; It'd be super useful to know what the unknown property is.&amp;nbsp; Can I submit a Jira/reques</description>
      <pubDate>Thu, 18 Oct 2012 19:46:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hints-activitiexception-unknown-property-used-in-expression/m-p/117382#M82888</guid>
      <dc:creator>jonathan1</dc:creator>
      <dc:date>2012-10-18T19:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hints ActivitiException: Unknown property used in expression</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hints-activitiexception-unknown-property-used-in-expression/m-p/117383#M82889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm afraid Activiti just wraps the exception thrown by JUEL, so I don't think there is much we can do to enhance it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it help if the exception states more explicitely in which step the error happened?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 05:57:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hints-activitiexception-unknown-property-used-in-expression/m-p/117383#M82889</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-19T05:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hints ActivitiException: Unknown property used in expression</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hints-activitiexception-unknown-property-used-in-expression/m-p/117384#M82890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Cause-exception of the ActivitiException states what property actually is involved…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eg:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;at org.activiti.engine.impl.interceptor.CommandContext.performOperation(CommandContext.java:80)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at org.activiti.engine.impl.persistence.entity.ExecutionEntity.performOperationSync(ExecutionEntity.java:546)&lt;BR /&gt;Caused by: org.activiti.engine.impl.javax.el.PropertyNotFoundException: Cannot resolve identifier 'outputTransition'&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 12:28:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hints-activitiexception-unknown-property-used-in-expression/m-p/117384#M82890</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-19T12:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hints ActivitiException: Unknown property used in expression</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hints-activitiexception-unknown-property-used-in-expression/m-p/117385#M82891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, frederikheremans.&amp;nbsp; I lost the property name in the kilometer-long stack trace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My initial suggestion was to update the passing of the PropertyNotFoundException in JuelExpression.java, Activiti 5.10, line 55 from&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;throw new ActivitiException("Unknown property used in expression", pnfe);&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;throw new ActivitiException("Unknown property used in expression: " + pnfe.getMessage(), pnfe);&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;It's a pretty minor change, I should have had the patience to look deeper into the stack trace.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 14:33:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hints-activitiexception-unknown-property-used-in-expression/m-p/117385#M82891</guid>
      <dc:creator>jonathan1</dc:creator>
      <dc:date>2012-10-19T14:33:07Z</dc:date>
    </item>
  </channel>
</rss>

