Hi

Now that the server is up and running there are 4 things that worry me, I
hope someone can help me or tell me if this things could be done.

1) I would like to catch the exceptions thrown by the ws layer, what I mean
is that I don't want to pass back the exception but a response of my type
with code and human readable message.

2) When the ws layer thrown an exception the server write the exception to
the console, even if i put off all the logger. This is a problem as the
server is not supposed to write anything on the console, only on some
logging files.

3) I see reading around that message with size that excedeed the 10 Mb can
cause problem with garbage collection, i would like to know if there is a
way to reject messages that are bigger then a certain size.

4) I can't find a way to programmatically set the property:

    outProps.put(WSHandlerConstants.ENCRYPTION_USER, "TestClient");

    this is a problem when there are multiple client connecting to the
server as, for now, I can't set the encryption from server to client.

Thanks for the help.

Giulio



-- 
View this message in context: 
http://www.nabble.com/Exception-handling%2C-message-size-and-dynamic-encrypt-user-tp20409315p20409315.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to