Sathish Kalaimani a écrit : > Hi, > I had successfully separated nuxeo Ep into three layers and made it > running on three separate JVMS. [core/repository, indexing/searching services > and Web platform]. Those are communicating properly and the documents are > stored in the remote machine as we expected. Thanks Nuxeo team. We got an > excellent framework!! > > The problem we are facing is, We create our own document type which suits our > requirement. lets say.., "Book" doc type and made that application as a > plugin as you had suggested. we tried put this jar in the plugins folder of > nuxeo.ear in the JVM where the web-platform tier is running. This custom > component has not been recognized / loaded by the nuxeo application. We cant > even see this custom jar configured dynamically in the application.xml.
Please have a look at the server.log at deployment time: the list of undeployed modules with missing requirements should be displayed in a summary. > Please note that this problem had not occurred when we ran nuxeo application > with single ear deployed. It happens only we separate nuxeo EP into three > tiers. > If you define core types, you also need to deploy it on the Core JVM (AFAIK, the remote NXRuntime deployment is not implemented yet). -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
