<?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: OSGi EL resolution cannot find methods and/or properties in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126181#M88785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you try with 5.13, because we have made some improvements for this in 5.13. If the error also occurs in 5.13 can you add some more information about the XML configs you are using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2013 15:43:44 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2013-06-25T15:43:44Z</dc:date>
    <item>
      <title>OSGi EL resolution cannot find methods and/or properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126180#M88784</link>
      <description>Hi,the setup is this: I have a project A with predefined classes for data and project B with processes that uses data types from A, among others as variable types in process. I discovered an issue with evaluating EL when running an Activiti process in an OSGi environment. As long as unit testing is</description>
      <pubDate>Tue, 25 Jun 2013 13:04:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126180#M88784</guid>
      <dc:creator>tomas_surovec</dc:creator>
      <dc:date>2013-06-25T13:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi EL resolution cannot find methods and/or properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126181#M88785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you try with 5.13, because we have made some improvements for this in 5.13. If the error also occurs in 5.13 can you add some more information about the XML configs you are using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 15:43:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126181#M88785</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-06-25T15:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi EL resolution cannot find methods and/or properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126182#M88786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tried it with 5.13, now it says &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PropertyNotFoundException: Could not find property 0 in class java.util.ArrayList&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;upon evaluating JUEL expression&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;${myArray[0] != null}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;again, the problem is just in OSGi environment. I will create a demo tomorrow and post it here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 15:59:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126182#M88786</guid>
      <dc:creator>tomas_surovec</dc:creator>
      <dc:date>2013-06-26T15:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi EL resolution cannot find methods and/or properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126183#M88787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;okay - that would help us to get the problem solved quickly&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 11:45:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126183#M88787</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-06-27T11:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi EL resolution cannot find methods and/or properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126184#M88788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, I just narrowed it down: the problem arises in OSGi environment when evaluating a JUEL expression containing a result from Drools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I prepared a demo (a zip archive), which:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) contains a simple process w/ Drools business rule task and then an exclusive gateway that branches depending on the BR result&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) simple unit tests demonstrating that outside OSGi evaluation works&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) karaf command "dotj:run-process" that runs the process w/ same input as the unit tests, resulting in forementioned error &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 12:36:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126184#M88788</guid>
      <dc:creator>tomas_surovec</dc:creator>
      <dc:date>2013-06-28T12:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi EL resolution cannot find methods and/or properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126185#M88789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm suspecting not all "regular" ELResolvers are being used (the ones responsible for resolving array-indexes instead of using them as property-names). I'll take a look at your project…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 09:32:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126185#M88789</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-07-03T09:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi EL resolution cannot find methods and/or properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126186#M88790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to include the full exception stack trace, So I know the actual root?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 11:34:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-el-resolution-cannot-find-methods-and-or-properties/m-p/126186#M88790</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-07-03T11:34:02Z</dc:date>
    </item>
  </channel>
</rss>

