function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sf_devsf_dev 

help resolving java.lang. reflect.InvocationTargetException

I created a new Workflow Rule and attached a Outbound Message to it. This is for the Account Object. Now when I update the Account Object in Salesforce, it generates an Outbound message, however I see this error next to the Message ID in the Outbound Message Queue.
 
java.lang.reflect.InvocationTargetException
 
Any help would be much apprciated. Thanks in advance.

Message Edited by Kingsley on 02-26-2007 11:04 AM

SuperfellSuperfell
This is an exception that's being thrown by your listener and returned to salesforce.com as a soap fault. you should run it under a debugger, look at your logs etc to track it down.
Juan SpagnoliJuan Spagnoli
When this happens, check if all required jars are in the WEB-INF/lib of your java Dynamic Web Java project.