<?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: bean definition getting awry  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/bean-definition-getting-awry/m-p/297060#M250190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried to change &amp;lt;CODE&amp;gt;bean id="${project.artifactId}_resources"&amp;lt;/CODE&amp;gt; by another name (ex. "${project.artifactId}_foo_resources")?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will not show the problem, but may let you continue with the project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2014 16:24:31 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2014-05-14T16:24:31Z</dc:date>
    <item>
      <title>bean definition getting awry</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bean-definition-getting-awry/m-p/297057#M250187</link>
      <description>Hello there,looks like I stumbled upon another issue&amp;nbsp; that's troubling me.For my little project I followed the steps in Jeff Potts fine tutorialusing the Eclipse and the Alfresco Maven-SDK.&amp;nbsp; To connect my custom content model with my localized labels in fooModel.properties, I created a foo-content-s</description>
      <pubDate>Fri, 09 May 2014 13:38:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bean-definition-getting-awry/m-p/297057#M250187</guid>
      <dc:creator>hello_wrold</dc:creator>
      <dc:date>2014-05-09T13:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: bean definition getting awry</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bean-definition-getting-awry/m-p/297058#M250188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you remove original &amp;lt;CODE&amp;gt;content-share-context.xml&amp;lt;/CODE&amp;gt; file? If there are both, Spring bean name will conflict.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 14:37:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bean-definition-getting-awry/m-p/297058#M250188</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2014-05-14T14:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: bean definition getting awry</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bean-definition-getting-awry/m-p/297059#M250189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just checked: the original &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;content-share-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; is removed already; there are no other files in my web-extension directory. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks anyway,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; -daniel&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 16:18:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bean-definition-getting-awry/m-p/297059#M250189</guid>
      <dc:creator>hello_wrold</dc:creator>
      <dc:date>2014-05-14T16:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: bean definition getting awry</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bean-definition-getting-awry/m-p/297060#M250190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried to change &amp;lt;CODE&amp;gt;bean id="${project.artifactId}_resources"&amp;lt;/CODE&amp;gt; by another name (ex. "${project.artifactId}_foo_resources")?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will not show the problem, but may let you continue with the project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 16:24:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bean-definition-getting-awry/m-p/297060#M250190</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2014-05-14T16:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: bean definition getting awry</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bean-definition-getting-awry/m-p/297061#M250191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I did was to replace the &amp;lt;cite&amp;gt;${project.artifactId}&amp;lt;/cite&amp;gt; with the actual artifactId by hand just to get a working enviroment. However, hardcoding isn't exactly the way it ought to be and sooner or later I will run into other surprises.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;… and I have no idea how I managed to run into this in the first place. My Maven-foo is kind of limited and I didn't touch it's innards. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:45:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bean-definition-getting-awry/m-p/297061#M250191</guid>
      <dc:creator>hello_wrold</dc:creator>
      <dc:date>2014-05-21T10:45:15Z</dc:date>
    </item>
  </channel>
</rss>

