if you want to catch exception you can use throw
dao.recordError(messageID);
if recordError method throws an axception you may not catch it. You can use file logging
instead of db logging. log4j or slf4j
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105780#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...