<?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: NoSuchBeanDefinitionException in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152345#M107003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't really understand what you mean. Sorry I'm french…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why context.xml must be "the last file" ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2008 09:53:44 GMT</pubDate>
    <dc:creator>nanou</dc:creator>
    <dc:date>2008-04-16T09:53:44Z</dc:date>
    <item>
      <title>NoSuchBeanDefinitionException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152340#M106998</link>
      <description>Hi,I want to use a bean for jcr repository, but I get this error :11 avr. 2008 17:37:39 org.springframework.context.support.AbstractApplicationContext prepareRefreshINFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@b82368: display name [org.springframework.context.s</description>
      <pubDate>Fri, 11 Apr 2008 15:59:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152340#M106998</guid>
      <dc:creator>nanou</dc:creator>
      <dc:date>2008-04-11T15:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchBeanDefinitionException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152341#M106999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like a typo, try replacing "=" with ":" so that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;ApplicationContext context = new ClassPathXmlApplicationContext("classpath*=alfresco/myContext.xml");&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;becomes:&lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;ApplicationContext context = new ClassPathXmlApplicationContext("classpath*:alfresco/myContext.xml");&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 08:13:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152341#M106999</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2008-04-14T08:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchBeanDefinitionException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152342#M107000</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;SPAN&gt;I try to replace "=" with ":", but I get the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nanou&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 14:00:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152342#M107000</guid>
      <dc:creator>nanou</dc:creator>
      <dc:date>2008-04-14T14:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchBeanDefinitionException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152343#M107001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just paste class files from C:\alfresco\tomcat\webapps\alfresco\WEB-INF\classes to my netbeans project at C:\NetBeansProjects\myAlfresco\build\web\WEB-INF\classes and change "myContext.xml" by "application-context.xml" at :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ApplicationContext context = new ClassPathXmlApplicationContext("classpath*:alfresco/myContext.xml");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;-&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ApplicationContext context = new ClassPathXmlApplicationContext("classpath*:alfresco/application-context.xml");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;and it works!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 09:37:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152343#M107001</guid>
      <dc:creator>nanou</dc:creator>
      <dc:date>2008-04-16T09:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchBeanDefinitionException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152344#M107002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think context files have to end with "context.xml"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 09:39:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152344#M107002</guid>
      <dc:creator>dinger</dc:creator>
      <dc:date>2008-04-16T09:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchBeanDefinitionException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152345#M107003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't really understand what you mean. Sorry I'm french…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why context.xml must be "the last file" ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 09:53:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152345#M107003</guid>
      <dc:creator>nanou</dc:creator>
      <dc:date>2008-04-16T09:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchBeanDefinitionException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152346#M107004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The name of the file must end with '-context.xml'. That is, context files must be of the format "*-context.xml". I know this is the case for Alfresco itself but I'm not sure in this case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't understand that then I can try and do a french translation&amp;nbsp; :shock: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 10:04:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152346#M107004</guid>
      <dc:creator>dinger</dc:creator>
      <dc:date>2008-04-16T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchBeanDefinitionException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152347#M107005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, thanks well !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 10:11:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nosuchbeandefinitionexception/m-p/152347#M107005</guid>
      <dc:creator>nanou</dc:creator>
      <dc:date>2008-04-16T10:11:34Z</dc:date>
    </item>
  </channel>
</rss>

