You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2007/06/12 21:49:32 UTC

[jira] Created: (CAMEL-20) Support tranforming an XML based exchange to a JAXB based exchange

Support tranforming an XML based exchange to a JAXB based exchange
------------------------------------------------------------------

                 Key: CAMEL-20
                 URL: https://issues.apache.org/activemq/browse/CAMEL-20
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-jaxb
    Affects Versions: 1.1
            Reporter: Hiram Chirino
            Assignee: James Strachan


Allows for subsequent Exchange processors to work with an exchanages that has a Pojo based body.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-20) Support tranforming an XML based exchange to a JAXB based exchange

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan updated CAMEL-20:
--------------------------------

    Fix Version/s:     (was: 1.1.0)
                   1.2.0

> Support tranforming an XML based exchange to a JAXB based exchange
> ------------------------------------------------------------------
>
>                 Key: CAMEL-20
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-20
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jaxb
>            Reporter: Hiram Chirino
>             Fix For: 1.2.0
>
>
> Allows for subsequent Exchange processors to work with an exchanages that has a Pojo based body.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-20) Support tranforming an XML based exchange to a JAXB based exchange

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan resolved CAMEL-20.
---------------------------------

    Resolution: Fixed

see the [Data Format support|http://activemq.apache.org/camel/data-format.html] such as for [JAXB|http://activemq.apache.org/camel/jaxb.html]

> Support tranforming an XML based exchange to a JAXB based exchange
> ------------------------------------------------------------------
>
>                 Key: CAMEL-20
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-20
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jaxb
>            Reporter: Hiram Chirino
>             Fix For: 1.2.0
>
>
> Allows for subsequent Exchange processors to work with an exchanages that has a Pojo based body.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-20) Support tranforming an XML based exchange to a JAXB based exchange

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan updated CAMEL-20:
--------------------------------

    Assignee:     (was: James Strachan)

> Support tranforming an XML based exchange to a JAXB based exchange
> ------------------------------------------------------------------
>
>                 Key: CAMEL-20
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-20
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jaxb
>            Reporter: Hiram Chirino
>             Fix For: 1.1
>
>
> Allows for subsequent Exchange processors to work with an exchanages that has a Pojo based body.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-20) Support tranforming an XML based exchange to a JAXB based exchange

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiram Chirino updated CAMEL-20:
-------------------------------

    Affects Version/s:     (was: 1.1)
        Fix Version/s: 1.1

> Support tranforming an XML based exchange to a JAXB based exchange
> ------------------------------------------------------------------
>
>                 Key: CAMEL-20
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-20
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jaxb
>            Reporter: Hiram Chirino
>            Assignee: James Strachan
>             Fix For: 1.1
>
>
> Allows for subsequent Exchange processors to work with an exchanages that has a Pojo based body.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-20) Support tranforming an XML based exchange to a JAXB based exchange

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39336 ] 

Hiram Chirino commented on CAMEL-20:
------------------------------------

The JaxbConverter has been implemented but I have not seen any use cases for it.

> Support tranforming an XML based exchange to a JAXB based exchange
> ------------------------------------------------------------------
>
>                 Key: CAMEL-20
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-20
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jaxb
>    Affects Versions: 1.1
>            Reporter: Hiram Chirino
>            Assignee: James Strachan
>
> Allows for subsequent Exchange processors to work with an exchanages that has a Pojo based body.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-20) Support tranforming an XML based exchange to a JAXB based exchange

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39809 ] 

James Strachan commented on CAMEL-20:
-------------------------------------

the camel-jaxb module now has a FaillbackTypeConverter so that any POJO which has an @XmlRootElement is automatically convertable to a stream/Source/Result/Document etc.

However we should also add some JaxbMarshaller plugin so that if a POJO does not have any JAXB annotations we can still use a JAXB conversion

> Support tranforming an XML based exchange to a JAXB based exchange
> ------------------------------------------------------------------
>
>                 Key: CAMEL-20
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-20
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jaxb
>            Reporter: Hiram Chirino
>             Fix For: 1.1.0
>
>
> Allows for subsequent Exchange processors to work with an exchanages that has a Pojo based body.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.