<?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 Jaas authentication error on JBoss in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/jaas-authentication-error-on-jboss/m-p/100356#M69521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My environment is Alfresco 2.0 in a RedHat 3.0 ES with JBoss 4.0.2 and Oracle 10.1.2 DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco works correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I'm trying to apply Jaas authentication according to 'Enterprise security and uthenticatiob configuration' Wiki., so I&amp;nbsp; created jaas-authentication-context.xml copying the .sample, them modified java.security and created java.login.config accordingly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I launch JBoss , the server log writes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'…..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2007-06-21 11:40:34,626 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.beans.factory.BeanIsNotAFactoryException: Bean named 'authenticationDao' must be of type [org.springframework.beans.factory.FactoryBean], but was actually of type [org.alfresco.repo.security.authentication.RepositoryAuthenticationDao]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForSharedInstance(AbstractBeanFactory.java:799)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:269)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2007 10:18:02 GMT</pubDate>
    <dc:creator>peltuinum</dc:creator>
    <dc:date>2007-06-21T10:18:02Z</dc:date>
    <item>
      <title>Jaas authentication error on JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jaas-authentication-error-on-jboss/m-p/100356#M69521</link>
      <description>My environment is Alfresco 2.0 in a RedHat 3.0 ES with JBoss 4.0.2 and Oracle 10.1.2 DB.Alfresco works correctly.Now I'm trying to apply Jaas authentication according to 'Enterprise security and uthenticatiob configuration' Wiki., so I&amp;nbsp; created jaas-authentication-context.xml copying the .sample, th</description>
      <pubDate>Thu, 21 Jun 2007 10:18:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jaas-authentication-error-on-jboss/m-p/100356#M69521</guid>
      <dc:creator>peltuinum</dc:creator>
      <dc:date>2007-06-21T10:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Jaas authentication error on JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jaas-authentication-error-on-jboss/m-p/100357#M69522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The config example is wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/browse/AR-1564" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/browse/AR-1564&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;bean name="authenticationDao" class="org.alfresco.repo.security.authentication.DefaultMutableAuthenticationDao" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="allowDeleteUser"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Should sort this out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 15:58:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jaas-authentication-error-on-jboss/m-p/100357#M69522</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-07-03T15:58:09Z</dc:date>
    </item>
  </channel>
</rss>

