3 Replies Latest reply on Mar 18, 2009 3:44 PM by anil.saldhana

    Customizing attachment name in parsing deployers

    anil.saldhana

      Is there any way by which the parsing deployers store metadata attachments in the deployment unit keyed in by a custom attachment name rather than the deployment type?

      Use case: There are 2 or more parsing deployers generating JAXB metadata with JAXBElement as the deployment type.

      Currently the way to do is to extend the base parsing deployers "createMetaData" method and use the custom attachment name rather than the "getOutput().getName()" call used in the base parsing deployers.