<?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: missing required pieces when using keembay in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248290#M201420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For anyone looking for the updated code for keembay I located someone who's updated it here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://akselsarchitecture.blogspot.com/2010/09/cas-sso-for-alfresco-33-and-share.html" rel="nofollow noopener noreferrer"&gt;http://akselsarchitecture.blogspot.com/2010/09/cas-sso-for-alfresco-33-and-share.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These have the changed file paths for alfresco 3.3+ …. Now i have the pleasure of tracking down all of the dependant jar files and building it &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2011 16:13:39 GMT</pubDate>
    <dc:creator>goingcrazy</dc:creator>
    <dc:date>2011-04-01T16:13:39Z</dc:date>
    <item>
      <title>missing required pieces when using keembay</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248286#M201416</link>
      <description>I'm trying to use CAS authentication in alfresco and i've completed all steps that I've found. My issue is that I get the error: SEVERE: Exception starting filter Authentication Filterjava.lang.NoClassDefFoundError: org/alfresco/config/ConfigService&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.keembay.alfresco.web.app.servlet.CASAuthe</description>
      <pubDate>Fri, 01 Apr 2011 15:02:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248286#M201416</guid>
      <dc:creator>goingcrazy</dc:creator>
      <dc:date>2011-04-01T15:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: missing required pieces when using keembay</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248287#M201417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The config jar has moved to Spring Surf, so I suspect the keembay code needs rebuilding with an updated classpath.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know anything about keembay, so you'd have to contact the original developer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 15:23:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248287#M201417</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2011-04-01T15:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: missing required pieces when using keembay</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248288#M201418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the comment Mike- Do you have any ideas on ways to authenticate using CAS other than the keembay jar?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;right now i'm attempting to use &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-name&amp;gt;Authentication Filter&amp;lt;/filter-name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;Authentication filter mapped only to faces URLs. Other URLs generally use proprietary means to talk to the AuthenticationComponent&amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-class&amp;gt;com.keembay.alfresco.web.app.servlet.CASAuthenticationFilter&amp;lt;/filter-class&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;init-param&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-name&amp;gt;cas.user.label&amp;lt;/param-name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-value&amp;gt;edu.yale.its.tp.cas.client.filter.user&amp;lt;/param-value&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/init-param&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have a different suggestion for newer alfresco versions that aren't compatible with the keembay jar?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;p.s. here is the code incase you were curious:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://keembay.com/alfresco/extras/CASAuthenticationFilter.java" rel="nofollow noopener noreferrer"&gt;http://keembay.com/alfresco/extras/CASAuthenticationFilter.java&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you give me the exact location of where those files moved to? i'll attempt to recompile and test with new paths&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 15:26:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248288#M201418</guid>
      <dc:creator>goingcrazy</dc:creator>
      <dc:date>2011-04-01T15:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: missing required pieces when using keembay</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248289#M201419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know as much about CAS as I do about keembay I'm afraid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The updated jar is spring-surf-core-configservice-1.0.0.CI-SNAPSHOT.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 15:57:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248289#M201419</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2011-04-01T15:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: missing required pieces when using keembay</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248290#M201420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For anyone looking for the updated code for keembay I located someone who's updated it here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://akselsarchitecture.blogspot.com/2010/09/cas-sso-for-alfresco-33-and-share.html" rel="nofollow noopener noreferrer"&gt;http://akselsarchitecture.blogspot.com/2010/09/cas-sso-for-alfresco-33-and-share.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These have the changed file paths for alfresco 3.3+ …. Now i have the pleasure of tracking down all of the dependant jar files and building it &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 16:13:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248290#M201420</guid>
      <dc:creator>goingcrazy</dc:creator>
      <dc:date>2011-04-01T16:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: missing required pieces when using keembay</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248291#M201421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For anyone who has interest! I can't get this to compile.. i add the required reference jars to the project and it won't find the import statements….. Does anyone have this updated .java jar file!? pleaseeeeeee &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 17:08:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248291#M201421</guid>
      <dc:creator>goingcrazy</dc:creator>
      <dc:date>2011-04-01T17:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: missing required pieces when using keembay</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248292#M201422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had to edit all include files manifest files and add name: org/alfresco/etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Replace org/alfresco/etc with the correct names)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;once you do this, the jar files should be found by eclipse&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 22:32:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248292#M201422</guid>
      <dc:creator>goingcrazy</dc:creator>
      <dc:date>2011-04-14T22:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: missing required pieces when using keembay</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248293#M201423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,I have faced the same problem with you,the alfresco version that I using is 4.2.e,do you have solved the problem?if yes,could you give me a solution,thank you in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 08:33:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-required-pieces-when-using-keembay/m-p/248293#M201423</guid>
      <dc:creator>rock_tu</dc:creator>
      <dc:date>2014-06-26T08:33:46Z</dc:date>
    </item>
  </channel>
</rss>

