Hmm, if your log level is DEBUG or TRACE you should see the full stack trace. From the
code:
| private void put(List mods) {
| try
| {
| delegateTo.put(mods);
| }
| catch (Exception e)
| {
| if (log.isWarnEnabled()) log.warn("Failed to process async
modifications: " + e);
| log.debug("Exception: ", e);
| }
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063411#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...