<?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 Error in CustomWizard example. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-in-customwizard-example/m-p/178733#M131863</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;I built the codes succesfully and joined it in the .war file. I also updated the web-client-config-wizards.xml, changing the &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;managed-bean="CreateContentWizard"&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; to &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;managed-bean="CustomCreateContentWizard"&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;. When I go to the third (new page), I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;javax.faces.FacesException: Value binding '#{WizardManager.bean.aspects}'of UISelectItems with component-path {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/wizard/container.jsp][Class: javax.faces.component.html.HtmlForm,Id: wizard][Class: javax.faces.component.UINamingContainer,Id: wizard-body][Class: javax.faces.component.html.HtmlSelectOneMenu,Id: _id20][Class: javax.faces.component.UISelectItems,Id: _id21]} does not reference an Object of type SelectItem, SelectItem[], Collection or Map but of type : null&lt;BR /&gt;caused by:&lt;BR /&gt;org.apache.jasper.JasperException: Value binding '#{WizardManager.bean.aspects}'of UISelectItems with component-path {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/wizard/container.jsp][Class: javax.faces.component.html.HtmlForm,Id: wizard][Class: javax.faces.component.UINamingContainer,Id: wizard-body][Class: javax.faces.component.html.HtmlSelectOneMenu,Id: _id20][Class: javax.faces.component.UISelectItems,Id: _id21]} does not reference an Object of type SelectItem, SelectItem[], Collection or Map but of type : null&lt;BR /&gt;caused by:&lt;BR /&gt;org.apache.jasper.JasperException: Value binding '#{WizardManager.bean.aspects}'of UISelectItems with component-path {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/wizard/container.jsp][Class: javax.faces.component.html.HtmlForm,Id: wizard][Class: javax.faces.component.UINamingContainer,Id: wizard-body][Class: javax.faces.component.html.HtmlSelectOneMenu,Id: _id20][Class: javax.faces.component.UISelectItems,Id: _id21]} does not reference an Object of type SelectItem, SelectItem[], Collection or Map but of type : null&lt;BR /&gt;caused by:&lt;BR /&gt;java.lang.IllegalArgumentException: Value binding '#{WizardManager.bean.aspects}'of UISelectItems with component-path {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/wizard/container.jsp][Class: javax.faces.component.html.HtmlForm,Id: wizard][Class: javax.faces.component.UINamingContainer,Id: wizard-body][Class: javax.faces.component.html.HtmlSelectOneMenu,Id: _id20][Class: javax.faces.component.UISelectItems,Id: _id21]} does not reference an Object of type SelectItem, SelectItem[], Collection or Map but of type : null&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;SPAN&gt;The example has a getAspects() function. In System Information/Http Application State, I see the custom-wizard.jar. The .jsp file is also added correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the cause??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2008 07:51:38 GMT</pubDate>
    <dc:creator>libman</dc:creator>
    <dc:date>2008-10-24T07:51:38Z</dc:date>
    <item>
      <title>Error in CustomWizard example.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-in-customwizard-example/m-p/178733#M131863</link>
      <description>Hi,I built the codes succesfully and joined it in the .war file. I also updated the web-client-config-wizards.xml, changing the managed-bean="CreateContentWizard"‍ to managed-bean="CustomCreateContentWizard"‍. When I go to the third (new page), I get the following error:javax.faces.FacesException: V</description>
      <pubDate>Fri, 24 Oct 2008 07:51:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-in-customwizard-example/m-p/178733#M131863</guid>
      <dc:creator>libman</dc:creator>
      <dc:date>2008-10-24T07:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error in CustomWizard example.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-in-customwizard-example/m-p/178734#M131864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see, I forgot a part of the code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;config evaluator="string-compare" condition="Content Wizards"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;aspects&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;aspect name="dublincore"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;aspect name="effectivity"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/aspects&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 08:04:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-in-customwizard-example/m-p/178734#M131864</guid>
      <dc:creator>libman</dc:creator>
      <dc:date>2008-10-27T08:04:31Z</dc:date>
    </item>
  </channel>
</rss>

