Hi,
I make the changes about my directories-contrib. but without results when nuxeo
is deploying. The directory is wel registred but I can't see it in the section
"vocabularies".
Question : Have I to register a layout "vocabulary" ?
I tried this one :
_*directories-contrib.xml :*_
<component name="be.pcsol.directoryKeywords">
<extension target="org.nuxeo.ecm.directory.sql.SQLDirectoryFactory"
point="directories"
>
<directory name="excipients">
<schema>vocabulary</schema>
<dataSource>java:/nxsqldirectory</dataSource>
<table>excipients</table>
<idField>id</idField>
<autoincrementIdField>false</autoincrementIdField>
<dataFile>directories/excipients.csv
</dataFile>
<createTablePolicy>on_missing_columns
</createTablePolicy>
</directory>
</extension>
<extension target="org.nuxeo.ecm.directory.ui.DirectoryUIManager"
point="directories" >
<directory name="excipients" layout="vocabulary"
sortField="label" />
</extension>
</component>
----------------------------------------------------------------------------------------------------------------------------
_*Result in server.log :* _
*[ComponentManager] Registering component: service:be.pcsol.directoryKeywords*
10:09:30,546 INFO [SQLDirectoryFactory] Registered directory: excipients
10:09:30,547 INFO [SQLDirectoryFactory] Registered directory: excipients
...
10:09:46,110 INFO [Initialization] Installing components...
10:09:46,126 INFO [Component] Component: FileManageActions, scope: EVENT,
type: JAVA_BEAN, class: org.nuxeo.ecm.webapp.filemanager.FileManageActionsBean
10:09:46,141 INFO [Component] Component: NuxeoSeamConfigurator, scope:
APPLICATION, type: JAVA_BEAN, class:
org.nuxeo.ecm.platform.ui.web.util.SeamConfigurator
10:09:46,144 INFO [Component] Component: SeamRemotingJSBuilderService, scope:
STATELESS, type: JAVA_BEAN, class:
org.nuxeo.ecm.platform.ui.web.seamremoting.SeamRemotingJSBuilderComponent
10:09:46,146 INFO [Component] Component: WebcontainerThemeActions, scope:
PAGE, type: JAVA_BEAN, class: org.nuxeo.ecm.webapp.webcontainer.ThemeActionsBean
10:09:46,147 INFO [Component] Component: actionContextProvider, scope:
STATELESS, type: JAVA_BEAN, class:
org.nuxeo.ecm.webapp.action.ActionContextProvider
10:09:46,150 INFO [Component] Component: actionManager, scope: CONVERSATION,
type: JAVA_BEAN, class:
org.nuxeo.ecm.webapp.delegate.ActionManagerBusinessDelegate
10:09:46,154 INFO [Component] Component: adminPublishActions, scope:
CONVERSATION, type: JAVA_BEAN, class:
org.nuxeo.ecm.platform.publisher.web.AdministrationPublishActions
10:09:46,159 INFO [Component] Component: anonymousLoginManager, scope:
SESSION, type: JAVA_BEAN, class:
org.nuxeo.ecm.webapp.security.AnonymousLoginManager
10:09:46,163 INFO [Component] Component: appNameFactory, scope: STATELESS,
type: JAVA_BEAN, class: org.nuxeo.ecm.webapp.helpers.NuxeoProductNameFactory
10:09:46,163 INFO [Component] Component: blobHolderGenerator, scope: EVENT,
type: JAVA_BEAN, class: org.nuxeo.ecm.webapp.filemanager.BlobHolderGenerator
10:09:46,166 INFO [Component] Component: breadcrumbActions, scope: STATELESS,
type: JAVA_BEAN, class: org.nuxeo.ecm.webapp.navigation.BreadcrumbActionsBean
10:09:46,168 INFO [Component] Component: chainSelectActions, scope: SESSION,
type: JAVA_BEAN, class: org.nuxeo.ecm.webapp.directory.ChainSelectActionsBean
10:09:46,175 INFO [Component] Component: clipboardActions, scope: SESSION,
type: JAVA_BEAN, class: org.nuxeo.ecm.webapp.clipboard.ClipboardActionsBean
10:09:46,185 INFO [Component] Component: commentManagerActions, scope:
CONVERSATION, type: JAVA_BEAN, class:
org.nuxeo.ecm.platform.comment.web.CommentManagerActionsBean
10:09:46,189 INFO [Component] Component: contentHistoryActions, scope: EVENT,
type: JAVA_BEAN, class:
org.nuxeo.ecm.platform.audit.web.listener.ejb.ContentHistoryActionsBean
10:09:46,196 INFO [Component] Component: contentRootsActions, scope: SESSION,
type: JAVA_BEAN, class:
org.nuxeo.ecm.webapp.contentbrowser.ContentRootsActionsBean
10:09:46,204 INFO [Component] Component: conversationDocumentsListsManager,
scope: CONVERSATION, type: JAVA_BEAN, class:
org.nuxeo.ecm.webapp.documentsLists.ConversationDocumentsListsManager
10:09:46,206 INFO [Component] Component: conversationIdGenerator, scope:
SESSION, type: JAVA_BEAN, class:
org.nuxeo.ecm.webapp.helpers.ConversationIdGenerator
10:09:46,208 INFO [Component] Component: conversationTrashManager, scope:
APPLICATION, type: JAVA_BEAN, class:
org.nuxeo.ecm.webapp.trashManagement.ConversationTrashManager
10:09:46,209 INFO [Component] Component: conversionActions, scope: EVENT,
type: JAVA_BEAN, class: org.nuxeo.ecm.webapp.action.ConversionActionBean
10:09:46,228 INFO [Component] Component: createDocumentRestlet, scope: EVENT,
type: JAVA_BEAN, class:
org.nuxeo.ecm.platform.ui.web.restAPI.CreateDocumentRestlet
10:09:46,230 INFO [Component] Component: creationContainerListRestlet, scope:
EVENT, type: JAVA_BEAN, class:
org.nuxeo.ecm.platform.ui.web.restAPI.CreationContainerListRestlet
10:09:46,234 INFO [Component] Component: dashboardActions, scope:
CONVERSATION, type: JAVA_BEAN, class:
org.nuxeo.ecm.webapp.dashboard.DashBoardActionsBean
10:09:46,239 INFO [Component] Component: deleteActions, scope: EVENT, type:
JAVA_BEAN, class: org.nuxeo.ecm.webapp.action.DeleteActionsBean
10:09:46,243 INFO [Component] Component: directoryTreeManager, scope:
CONVERSATION, type: JAVA_BEAN, class:
org.nuxeo.ecm.webapp.directory.DirectoryTreeManagerBean
10:09:46,246 INFO [Component] Component: directoryUIActions, scope:
CONVERSATION, type: JAVA_BEAN, class:
org.nuxeo.ecm.webapp.directory.DirectoryUIActionsBean
10:09:46,249 INFO [Component] Component: directoryUIManager, scope: SESSION,
type: JAVA_BEAN, class:
org.nuxeo.ecm.webapp.delegate.DirectoryUIManagerBusinessDelegate
10:09:46,251 INFO [Component] Component: documentActions, scope: CONVERSATION,
type: JAVA_BEAN, class: org.nuxeo.ecm.webapp.contentbrowser.DocumentActionsBean
...
--
Posted by "meghRF4" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread:
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2855#8295>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm