You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Neal Hu (JIRA)" <ji...@apache.org> on 2015/05/18 09:09:01 UTC

[jira] [Created] (WINK-435) Non portable AtomEntry API Implementation

Neal Hu created WINK-435:
----------------------------

             Summary: Non portable AtomEntry API Implementation
                 Key: WINK-435
                 URL: https://issues.apache.org/jira/browse/WINK-435
             Project: Wink
          Issue Type: Bug
          Components: Common
    Affects Versions: 1.2
         Environment: Windows
            Reporter: Neal Hu
             Fix For: 1.5


It reports NPE when we use exposed Wink API org.apache.wink.common.model.atom.AtomEntry in other JAX-RS runtime. The root cause is the XML processing of AtomEnry replies on org.apache.wink.common.internal.model.AnyContentHandler which gets org.apache.wink.common.RuntimeContext to do marshal. Unfortunately other JAX-RS runtime can not get the Wink's RuntimeContext, in other word the AtomEntry can only work with Wink's runtime. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)