cancel
Showing results for 
Search instead for 
Did you mean: 

Any change to BigFolder facet in 5.6?

bruce_Grant
Elite Collaborator
Elite Collaborator

When migrating an older codebase to 5.6 I noticed an innocuous-seeming message in the startup log about the BigFolder facet being undeclared. I took a quick look in the 5.6 source and in the documentation and it seems as though BigFolder is still supported. Before I dig deeper, I thought I would ask if there is any change to BigFolder in 5.6 GA?

Many thanks, Bruce.

1 ACCEPTED ANSWER

bruce_Grant
Elite Collaborator
Elite Collaborator

Answer: Just had to register the facet in the same contribution as my custom doc types...

<extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">    
    <facet name="BigFolder" />	    
	<doctype name="Partner Folder" extends="Folder">
		<schema name="mycommon" />
		<schema name="uid" />
		<facet name="BigFolder" /> 
	</doctype>
	etc.

View answer in original post

2 REPLIES 2

bruce_Grant
Elite Collaborator
Elite Collaborator

Answer: Just had to register the facet in the same contribution as my custom doc types...

<extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">    
    <facet name="BigFolder" />	    
	<doctype name="Partner Folder" extends="Folder">
		<schema name="mycommon" />
		<schema name="uid" />
		<facet name="BigFolder" /> 
	</doctype>
	etc.

Thanks, we'll try to register it in the next Nuxeo version, see [NXP-10966](https

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.