SOA 11g - Java Action Fault Policy
Hi.
In SOA 10g, I created a java action fault policy that will call my notification class which will send email to notify the admin that a fault occur. The orabpel.jar in 10g contain the javax.mail.* extensions but in 11g orabpel.jar does not contain it. What *.jar file and where is it located do I need to implement a java action fault policy for email notification? Are there any example of this?