vdu a écrit :
Hi all,

I coded a core listeners that does some processing when a document is published or unpublished. It did not work. After looking at Nuxeo source code I noticed that events 'documentPublished' and 'documentUnPublished' were only sent to JMS and not to core listeners, isn't there something wrong
At the core level, the event is documentProxyPublished that correspond to proxy creation. The documentPublished event is sent in JMS by the application layer, because the core does not know if the proxy creation is a documentPublishing or not.
?



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

Reply via email to