Now that I figured out that I was using the wrong endpoint address, my next question [to
the jboss team] is why is this exception logged at ERROR level by the
"org.jboss.ws.jaxrpc.CallImpl" class? My endpoints are dynamic and I know them
only at run time and its perfectly normal for some of the endpoints (network devices in my
case) to be down. I don't want to clutter my log with these exceptions.
Currently only way i can suppress these is by changing the log4j.xml, but I am afraid that
by doing this some of the other important ERROR messages will be filtered out.
<category name="org.jboss.ws.jaxrpc.CallImpl">
| <priority value="FATAL"/>
| </category>
Does it make sense to not log this exception at ERROR level??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990551#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...