You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jochen Riedlinger (JIRA)" <ji...@apache.org> on 2015/03/05 11:31:38 UTC

[jira] [Updated] (CXF-6274) NullPointerException in DestinationSequence

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

Jochen Riedlinger updated CXF-6274:
-----------------------------------
    Description: 
I'm building a prototype webservice using one-way WS-RM.
It works well as long as there's no persistence store configured.

When using a jdbcStore (Oracle DB) I get this NullPointerException:

11:19:27,214 WARNING [org.apache.cxf.phase.PhaseInterceptorChain] (http-/0.0.0.0:8080-1) Interceptor for {...}CMLResponseManagerAsyncWSService#{...}respondGetInfo has thrown exception, unwinding now: java.lang.NullPointerException
	at org.apache.cxf.ws.rm.DestinationSequence.acknowledge(DestinationSequence.java:171)

  was:
I'm builing a prototype webservice using one-way WS-RM.
It works well as long as there's no persistence store configured.

When using a jdbcStore (Oracle DB) I get this NullPointerException:

11:19:27,214 WARNING [org.apache.cxf.phase.PhaseInterceptorChain] (http-/0.0.0.0:8080-1) Interceptor for {...}CMLResponseManagerAsyncWSService#{...}respondGetInfo has thrown exception, unwinding now: java.lang.NullPointerException
	at org.apache.cxf.ws.rm.DestinationSequence.acknowledge(DestinationSequence.java:171)


> NullPointerException in DestinationSequence
> -------------------------------------------
>
>                 Key: CXF-6274
>                 URL: https://issues.apache.org/jira/browse/CXF-6274
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 3.0.4
>            Reporter: Jochen Riedlinger
>            Priority: Critical
>
> I'm building a prototype webservice using one-way WS-RM.
> It works well as long as there's no persistence store configured.
> When using a jdbcStore (Oracle DB) I get this NullPointerException:
> 11:19:27,214 WARNING [org.apache.cxf.phase.PhaseInterceptorChain] (http-/0.0.0.0:8080-1) Interceptor for {...}CMLResponseManagerAsyncWSService#{...}respondGetInfo has thrown exception, unwinding now: java.lang.NullPointerException
> 	at org.apache.cxf.ws.rm.DestinationSequence.acknowledge(DestinationSequence.java:171)



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