If you update from svn please remove existing nuxeo.ear prior to deploying the application


nuxeo.ear was restructured. Now moduels are placed inside directories as follow:

- system - contains runtime and jboss adapter bundles. This is the only required group of bundles
- core - contains the repository bundles
- platform - contains all the platform bundles
- themes - contains nuxeo theme bundles
- plugins - contains external bundles not part of nuxeo5 platform
This should be used by contributors / client projects to deploy their extensions
- The root directory contains now only nuxeo.jar, nuxeoweb.jar and nuxeo.war
- config - contains configuration files. NXRuntime component configuration are now supporting the -config.xml extensions. All NXRuntime xml components file should be renamed using -config.xml
       -bundle.xml notation is deprecated.

- datasources - contains datasources
- lib contains static libraries (you no more need to define fragments for these libraries)

Files in datasources and lib are deployed first
Then regular bundles are deployed using the dependency info from deployment-fragment.xml
At the end configuration files are deployed.

Bogdan

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to