I have two questions: 1- Only in debug mode using Tomee in Eclipse I get exceptions in threads as in below image. Why is this happening? http://openejb.979440.n4.nabble.com/file/n4655537/tomee.png
2- I have few @Asynchronous methods in my web app, when an exception occurs in them it's not propagated, it's simply swallowed. I don't catch the exception, at least I expect to see a stack trace. But Async method aborts and nothing is logged. The real exception gets wrapped in an empty exception. Any ideas? A simple snippet from within an Async method: //send email async final MailMessage msg = mailMessage.get(); //set msg properties... msg.send(); //error occurs here but no stack trace or anything. -- View this message in context: http://openejb.979440.n4.nabble.com/Tomee-debug-mode-exceptions-tp4655537.html Sent from the OpenEJB User mailing list archive at Nabble.com.
