I've got a Web Service running with a remote client. I've added my own exception
class that I throw back to the remote client as needed. The client gets the exception
okay. However, the thrown exception shows up on the server console as
15:27:24,433 ERROR [SOAPFaultHelperJAXWS] SOAP request exception
| com.cei.crunch.server.exception.WebServiceException: Testing remote exception
passing.
Is there a way to prevent this from happening on the server side? The thrown exception
might just be a response like "item not found" when looking something up on the
db, so it's not something that should show up in the server console long.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119846#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...