can we apply the same explanation for lifecycle callback interceptor methods ?
A MDB is not allowed to throw an Application Exception from a lifecycle callback interceptor method.
14.3.5 Exceptions from PostConstruct and PreDestroy Methods of a Message-Driven Bean
Bean method condition | Bean method exception | Container action
Bean is message-driven bean | System exceptions | Log the exception or error. Discard instance.
In fact all lifecycle callback methods (not only for MDB's) are not allowed to throw an application exception. (check the table ch.
6.4 Handling of exceptions in my notes)
Regards,
Frits