hello,

I *was* using nuxeo-ep-5.2.1-SNAPSHOT before and my registered directories were 
well in the page "vocabularies". The user could manage those.
------------------------------
I'm using nuxeo-dm-5.2.1-I20090907_0306  now.
in the page "vocabularies" I have a vocabulary list with generals info (topics, 
subjects, ..). 
-----------------------------------------
I would like to add my registered directories in the vocabularies 's list.


At now, I use a OSGI-INF/directories-contrib.xml with this : 

 <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>

thanks
--
Posted by "meghRF4" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2855#8285>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to