06-06-2013 04:58 AM
My application is a plugin on top of nuxeo platform (5.6). I define users with a SQLDirectory created from a .csv file.
I'd like to add/remove users in production context by simply editing the .csv file and restarting nuxeo server. But as long as this file is inside my plugin jar, I must recomplile the JAR...
I've thought of a solution to create an extension point for my plugin for users imports using directories management API, but I'm hoping there is a much simpler way to achieve the same without coding. Is there? Thanks.
06-06-2013 09:05 PM
Have you tried putting the .csv
file in nxserver/config/
? I can't try right now it but there's a good chance it could work. Otherwise no, that's not possible today.
06-07-2013 07:54 AM
I've checked and it works, thanks a lot!
06-07-2013 07:55 AM
put .csv file in nxserver/config/
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.