<?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: Extending ELResolver results in compilation errors in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197475#M150605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, I don't think it is an OSGi environment - at least I'm not aware of it and I don't see any mentions of OSGi, felix, karaf and the like in our pom.xmls and server environment. Does this change anything regarding another solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 12:42:39 GMT</pubDate>
    <dc:creator>jestersuez</dc:creator>
    <dc:date>2014-10-22T12:42:39Z</dc:date>
    <item>
      <title>Extending ELResolver results in compilation errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197473#M150603</link>
      <description>Hello,we currently embed activiti-engine (5.14) as the new rule engine of an administration tool. Part of the integration solution is a custom ELResolver, that is added within ExpressionManagement.createELResolver() and the corresponding CustomResolverFactory, that is added to the CustomProcessEngin</description>
      <pubDate>Wed, 22 Oct 2014 08:10:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197473#M150603</guid>
      <dc:creator>jestersuez</dc:creator>
      <dc:date>2014-10-22T08:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extending ELResolver results in compilation errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197474#M150604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I assume this is in OSGI environment?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, I'm afraid there is no better workaround than manually editing - cause that would need to be changed in the current osgi building&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:17:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197474#M150604</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-10-22T11:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extending ELResolver results in compilation errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197475#M150605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, I don't think it is an OSGi environment - at least I'm not aware of it and I don't see any mentions of OSGi, felix, karaf and the like in our pom.xmls and server environment. Does this change anything regarding another solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:42:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197475#M150605</guid>
      <dc:creator>jestersuez</dc:creator>
      <dc:date>2014-10-22T12:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extending ELResolver results in compilation errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197476#M150606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was thinking osgi, cause you mentioned manifest and export of jars (which sounds like osgi to my untrained osgi ears).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The classes you mention are part of the activiti-engine module. So when you have this jar on your classpath, it should be OK to extend them. How do you include this jar in your maven pom.xml. Do you build your software using a regular mvn clean install/package ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 08:06:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197476#M150606</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-10-23T08:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extending ELResolver results in compilation errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197477#M150607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I guess manifest's "uses" and jar export is usually osgi - that's what confuses me too. But it was the only plausible hint I could find up to now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We do use the regular "mvn clean install" with the maven core plugins. The entry in our pom.xml is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;dependency&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;groupId&amp;gt;org.activiti&amp;lt;/groupId&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;artifactId&amp;gt;actviviti-engine&amp;lt;/artifactId&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;version&amp;gt;5.14&amp;lt;/version&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/dependency&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The dependency gets resolved and is successfully downloaded to our local mvn repository. The ELResolver class is inside the jar and under the right package. We just don't seem to be able to access it from our application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 09:01:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197477#M150607</guid>
      <dc:creator>jestersuez</dc:creator>
      <dc:date>2014-10-23T09:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extending ELResolver results in compilation errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197478#M150608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah…a classic. What it couldn't access was the ELResolver in javax.el and not the one of activiti….the compilation error actually happened deeper in the stack. So there is no connection to OSGi &amp;amp; we could fix it by introducing an explicit dependency to the new module's pom.xml. Sorry for stealing time &amp;amp; thanks for your help, anyway. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 13:04:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197478#M150608</guid>
      <dc:creator>jestersuez</dc:creator>
      <dc:date>2014-10-23T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extending ELResolver results in compilation errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197479#M150609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah, indeed. Now you mention it, it comes back to me it hit me too once &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No problem, glad you found it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 06:44:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-elresolver-results-in-compilation-errors/m-p/197479#M150609</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-10-24T06:44:52Z</dc:date>
    </item>
  </channel>
</rss>

