cancel
Showing results for 
Search instead for 
Did you mean: 

wcm-metadata extension breaks 'Create Web Content' wizard

lnfalandino
Champ in-the-making
Champ in-the-making
Hello,

I installed the wcm-metadata.amp (http://forge.alfresco.com/projects/wcm-metadata/) to my copy of Alfresco 2.9B and it seems to have caused the "Create Web Content" wizard to break. Here's the exception I'm getting:

javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.module.wcmextended.bean.CreateWebContentWizard, property: workflowService

I looked in the WEB-INF\classes\alfresco\module\wcmextension\faces-config.xml file and I noticed the following:



      <managed-property>
         <property-name>workflowService</property-name>
         <value>#{WorkflowService}</value>
      </managed-property>


All of the services in that file in fact were of the form #{…}. Did some variable substitution go wrong? As near as I can tell the amp was installed correctly. Has anyone that got wcm-metadata.amp working run into this before?

Thanks,
Naim
2 REPLIES 2

pmonks
Star Contributor
Star Contributor
Have you raised a bug in the wcm-metadata forge project?  That's probably the quickest way to alert the developer of that package.

Cheers,
Peter

lnfalandino
Champ in-the-making
Champ in-the-making
That's a good suggestion; if we cycle back to trying to use this extension I'll definitely do that.