Hi all,
I used to work with jboss version but I want to use
nuxeo-distribution-tomcat 5.3 in development to have a better start time.
My bundle seems to be loaded (in nxserver.log: [BundleRegistry]
Registering resolved bundle: org.esup.ecm) but I don't see any effect in
nuxeo (for example: a new view for publish tab is not visible). Note:
This bundle works fine with jboss version.
Do I forgot something ?
1) My src/main/resources/META-INF/MANIFEST.MF
Manifest-Version: 1.0
Bundle-ManifestVersion: 1
Bundle-Name: esup-ecm-config project
Bundle-SymbolicName: org.esup.ecm;singleton:=true
Bundle-Version: 1.0.0
Bundle-Vendor: Nuxeo
Provide-Package: org.esup.ecm
Require-Bundle: org.nuxeo.ecm.webapp.core,
org.nuxeo.ecm.platform.login.cas2,
org.nuxeo.ecm.platform.comment.web,
org.nuxeo.ecm.relations.web,
org.nuxeo.ecm.platform.preview,
org.nuxeo.ecm.platform.audit.web,
org.nuxeo.ecm.platform.placeful.core,
org.nuxeo.ecm.platform.usermanager,
org.nuxeo.ecm.platform.url.api,
org.nuxeo.ecm.core.event,
org.nuxeo.ecm.platform.publisher.web,
org.nuxeo.ecm.platform.publisher.jbpm
Nuxeo-RequiredBy: org.nuxeo.ecm.war
Nuxeo-Component:OSGI-INF/esup-login-contrib.xml,
OSGI-INF/esup-theme-contrib.xml,
OSGI-INF/esup-actions-contrib.xml,
OSGI-INF/esup-notification-contrib.xml
2) In my OSGI-INF/esup-actions-contrib.xml
<component name="org.esup.ecm.actions">
<extension target="org.nuxeo.ecm.platform.actions.ActionService"
point="actions">
.../...
<action id="TAB_PUBLISH" label="esup.action.publish.content"
link="/incl/tabs/esup_document_publish.xhtml">
<filter-id>edit</filter-id>
</action>
.../...
</extension>
.../...
</component>
3) /incl/tabs/esup_document_publish.xhtml exists in my nxserver/nuxeo.war
Thanks
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm