Re: Exception while marshalling

2009-08-19 Thread Sergey Pulyaev INTEGO
Now i have got the same situation again - after switching to version 2.2.3. Now StaxOutInterceptor.getXMLOutputFactory always returns NULL - so i have no way to specify this flag anymore. How can i setup XMLStreamWriter to AUTOMATIC_EMPTY_ELEMENTS = OFF ? Sergey Pulyaev wrote: I have

How to configure XMLStreamWriter AUTOMATIC_EMPTY_ELEMENTS

2009-08-19 Thread Sergey Pulyaev INTEGO
Hi all, After switching from 2.0.9 to 2.2.3 i found that StaxOutInterceptor have changes it's behaviour. I have a problem with XMLStreamWriter in 2.0.9 - if function returns empty array - it will be changed to a null - for example: getArrayResult /getArrayResult which mean new

Exception handling during unmarshalling

2009-08-19 Thread Sergey Pulyaev INTEGO
I have the following situation: Web service function receives a value object with some properties and one of the properties have a check in the setter - is value correct. But when the exception thrown about incorrect value it is catched by Accessor.handleInvocationTargetException, converted

Re: Parameters from client are null at server

2009-08-19 Thread Sergey Pulyaev INTEGO
evilh...@yandex.ru wrote: Hi I've created java webservice with .NET client with CXF. I have no problems with import of the WSDL to .NET client. But when I make some requests I see parameters in logged XML request. But when I check this parameters in the debugger there are nulls for all of