You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "james strachan (JIRA)" <ji...@apache.org> on 2013/04/11 19:09:16 UTC

[jira] [Created] (CAMEL-6263) it'd be nice to be able to marshal a collection of endpoint objects to/from XML/JSON as configuration without custom mappings

james strachan created CAMEL-6263:
-------------------------------------

             Summary: it'd be nice to be able to marshal a collection of endpoint objects to/from XML/JSON as configuration without custom mappings
                 Key: CAMEL-6263
                 URL: https://issues.apache.org/jira/browse/CAMEL-6263
             Project: Camel
          Issue Type: Improvement
            Reporter: james strachan


endpoints are beans which contain a combination of configuration parameters (often primitive types) and runtime stuff. 

Since they are beans we should ideally be able to marshal them for configuration and DI purposes to and from XML/JSON. Though right now none of them tend to respect the use of transient fields / @JsonIgnore / @XmlTransient.


It'd be good to add these to the core camel endpoints. I guess using 'transient' is the simplest then it should work with serialisation/JAXB/Jackson?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira