Neal Hu created WINK-434:
----------------------------
Summary: Non portable AtomEntry API Implementation
Key: WINK-434
URL: https://issues.apache.org/jira/browse/WINK-434
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)