You need to sign in to do that
Don't have an account?

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
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.
When this happens, check if all required jars are in the WEB-INF/lib of your java Dynamic Web Java project.