You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Eric LE GOFF (JIRA)" <ji...@apache.org> on 2007/12/05 09:53:43 UTC

[jira] Created: (CXF-1255) Creation of an EntityProvider for a DOM source

Creation of an EntityProvider for a DOM source
----------------------------------------------

                 Key: CXF-1255
                 URL: https://issues.apache.org/jira/browse/CXF-1255
             Project: CXF
          Issue Type: Improvement
          Components: REST
    Affects Versions: 2.1
            Reporter: Eric LE GOFF
            Priority: Minor


JSR311 relies on EntityProviders to support the conversion of a type to and from a stream. At the moment, in CXF JAX-RS, there are 3 EntityProvider installed by
default: :  JAXBElementProvider, JSONProvider, StringProvider.

This issue aims a provinding a 4th default provider to take car about DOM sources.

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


[jira] Closed: (CXF-1255) Creation of an EntityProvider for a DOM source

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jervis Liu closed CXF-1255.
---------------------------


> Creation of an EntityProvider for a DOM source
> ----------------------------------------------
>
>                 Key: CXF-1255
>                 URL: https://issues.apache.org/jira/browse/CXF-1255
>             Project: CXF
>          Issue Type: Improvement
>          Components: REST
>    Affects Versions: 2.1
>            Reporter: Eric LE GOFF
>            Assignee: Jervis Liu
>            Priority: Minor
>         Attachments: DOMSourceProvider.java, ProviderFactoryImpl.java
>
>
> JSR311 relies on EntityProviders to support the conversion of a type to and from a stream. At the moment, in CXF JAX-RS, there are 3 EntityProvider installed by
> default: :  JAXBElementProvider, JSONProvider, StringProvider.
> This issue aims a provinding a 4th default provider to take car about DOM sources.

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


[jira] Updated: (CXF-1255) Creation of an EntityProvider for a DOM source

Posted by "Eric LE GOFF (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric LE GOFF updated CXF-1255:
------------------------------

    Attachment: DOMSourceProvider.java
                ProviderFactoryImpl.java

These two java files are an attempt to add a DOMSource entity provider compatible with the JSR311 specification

> Creation of an EntityProvider for a DOM source
> ----------------------------------------------
>
>                 Key: CXF-1255
>                 URL: https://issues.apache.org/jira/browse/CXF-1255
>             Project: CXF
>          Issue Type: Improvement
>          Components: REST
>    Affects Versions: 2.1
>            Reporter: Eric LE GOFF
>            Priority: Minor
>         Attachments: DOMSourceProvider.java, ProviderFactoryImpl.java
>
>
> JSR311 relies on EntityProviders to support the conversion of a type to and from a stream. At the moment, in CXF JAX-RS, there are 3 EntityProvider installed by
> default: :  JAXBElementProvider, JSONProvider, StringProvider.
> This issue aims a provinding a 4th default provider to take car about DOM sources.

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


[jira] Resolved: (CXF-1255) Creation of an EntityProvider for a DOM source

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jervis Liu resolved CXF-1255.
-----------------------------

    Resolution: Fixed

> Creation of an EntityProvider for a DOM source
> ----------------------------------------------
>
>                 Key: CXF-1255
>                 URL: https://issues.apache.org/jira/browse/CXF-1255
>             Project: CXF
>          Issue Type: Improvement
>          Components: REST
>    Affects Versions: 2.1
>            Reporter: Eric LE GOFF
>            Assignee: Jervis Liu
>            Priority: Minor
>         Attachments: DOMSourceProvider.java, ProviderFactoryImpl.java
>
>
> JSR311 relies on EntityProviders to support the conversion of a type to and from a stream. At the moment, in CXF JAX-RS, there are 3 EntityProvider installed by
> default: :  JAXBElementProvider, JSONProvider, StringProvider.
> This issue aims a provinding a 4th default provider to take car about DOM sources.

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


[jira] Assigned: (CXF-1255) Creation of an EntityProvider for a DOM source

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jervis Liu reassigned CXF-1255:
-------------------------------

    Assignee: Jervis Liu

> Creation of an EntityProvider for a DOM source
> ----------------------------------------------
>
>                 Key: CXF-1255
>                 URL: https://issues.apache.org/jira/browse/CXF-1255
>             Project: CXF
>          Issue Type: Improvement
>          Components: REST
>    Affects Versions: 2.1
>            Reporter: Eric LE GOFF
>            Assignee: Jervis Liu
>            Priority: Minor
>         Attachments: DOMSourceProvider.java, ProviderFactoryImpl.java
>
>
> JSR311 relies on EntityProviders to support the conversion of a type to and from a stream. At the moment, in CXF JAX-RS, there are 3 EntityProvider installed by
> default: :  JAXBElementProvider, JSONProvider, StringProvider.
> This issue aims a provinding a 4th default provider to take car about DOM sources.

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