|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
Bug: TransformService plugin options getting overwritten (Nuxeo 5.2.1)Apparently, if one plugin has options with the same same as another, the options from the last plugin overwrite all the others.
That is, if we have this: <component name="com.atos.transform"> <extension target="org.nuxeo.ecm.platform.transform.service.TransformService" point="plugins"> <plugin name="oneplugin" class="com.atos.transform.OnePluginImpl" destinationMimeType="text/xml"> <sourceMimeType>text/xml</sourceMimeType> <option name="xsl">one.xsl</option> </plugin> <plugin name="anotherplugin" class="com.atos.transform.AnotherPluginImpl" destinationMimeType="text/xml"> <sourceMimeType>text/xml</sourceMimeType> <option name="xsl">another.xsl</option> </plugin> </extension> </component> When calling "oneplugin", it will recieve "another.xsl" as its "xsl" option, when it should be receiving "one.xsl". I don't know if I made myself clear... Daniel Pérez Álvarez Technological Solutions Atos Origin +34 91 126 7290 C/ Albasanz, 16 28037 Madrid Spain ------------------------------------------------------------------ This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. Este mensaje y los ficheros adjuntos pueden contener informacion confidencial destinada solamente a la(s) persona(s) mencionadas anteriormente pueden estar protegidos por secreto profesional. Si usted recibe este correo electronico por error, gracias por informar inmediatamente al remitente y destruir el mensaje. Al no estar asegurada la integridad de este mensaje sobre la red, Atos Origin no se hace responsable por su contenido. Su contenido no constituye ningun compromiso para el grupo Atos Origin, salvo ratificacion escrita por ambas partes. Aunque se esfuerza al maximo por mantener su red libre de virus, el emisor no puede garantizar nada al respecto y no sera responsable de cualesquiera danos que puedan resultar de una transmision de virus. ------------------------------------------------------------------ _______________________________________________ ECM mailing list ECM@... http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm |
| Free embeddable forum powered by Nabble | Forum Help |