Hi,

I resolved my problem for the mail's notification.
In fact the problem came from there  (point="tmp") :

OLD CODE
-----------------------------------------------------------
 <extension
    target="org.nuxeo.ecm.platform
>
> .ec.notification.service.NotificationService" point="tmp">
>
>     <template name="modif" src="templates/modif.ftl" />
>
>   </extension>



NEW CODE
-------------------------------------------------------------------------
<extension

target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService"
    point="templates">

    <template name="modif2" src="tmp/modif2.ftl" />

  </extension>


But my question on  :
"how to change l'UID generated automatically at start and visible in http
address (UID = 823d202e-b9f0-4e33-a6b4-6adb304af79e) by "UID = France" for
exemple ?"  is always of actuality ...

:o(


-- 
CERQUEIRA Daniel
Asyres
6, 8, 10 rue Troyon
92316 Sèvres
Tel : 01.55.64.05.64
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to