Axis2 / Java: java.lang.NullPointerException at org.apache.axis2.context.MessageContext.isFault(MessageContext.java:4304)

2018-08-30 Thread Alex Borschenko
Hi All! I have deployed archive of services which consume/produce XMLs and now I'm trying to add one more service who will consume/produce JSON. It is simple service which operates with POJOs. To enable JSON operations I added to axis2.xml:     In services XML I have declared my servi

Re: Axis2 / Java: java.lang.NullPointerException at org.apache.axis2.context.MessageContext.isFault(MessageContext.java:4304)

2018-08-30 Thread robertlazarski
On Thu, Aug 30, 2018 at 2:46 PM Alex Borschenko wrote: > Hi All! > I have deployed archive of services which consume/produce XMLs and now I'm > trying to add one more service who will consume/produce JSON. > It is simple service which operates with POJOs. > > To enable JSON operations I added to

Re: Axis2 / Java: java.lang.NullPointerException at org.apache.axis2.context.MessageContext.isFault(MessageContext.java:4304)

2018-08-30 Thread Alex Borschenko
On 8/31/2018 12:04 AM, robertlazarski wrote: On Thu, Aug 30, 2018 at 2:46 PM Alex Borschenko mailto:aaborsche...@gmail.com>> wrote: Hi All! I have deployed archive of services which consume/produce XMLs and now I'm trying to add one more service who will consume/produce JSON.