You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2011/08/10 15:55:27 UTC

[jira] [Resolved] (CXF-3719) NullPointerException When using TransformOutInterceptor

     [ https://issues.apache.org/jira/browse/CXF-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin resolved CXF-3719.
-----------------------------------

    Resolution: Later
      Assignee: Sergey Beryozkin

Fixing it as Later - in case we can figure out how to chain two initialized writers.
Dan, if you have some ideas then please reopen
thanks

> NullPointerException When using TransformOutInterceptor
> -------------------------------------------------------
>
>                 Key: CXF-3719
>                 URL: https://issues.apache.org/jira/browse/CXF-3719
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.4.1
>         Environment: Linux 2.6.29, java 1.6.0_16
>            Reporter: Christopher Marshall
>            Assignee: Sergey Beryozkin
>
> I have attempted to remove the namespace prefixes outbound JSON messages by using the TransformOutInterceptor.  At line 87 it explicitly does
>     message.removeContent(OutputStream.class);
> and this eventually causes a NullPointerException in the constructor of java.io.Writer.  The MessageImpl class has an array called defaultContents that would have otherwise had an entry containing HTTPConduit$WrappedOutputStream that would have been passed through multiple layer to the constructor of java.io.writer.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira