Getting java.lang.reflect.InvocationTargetException with MDB
I'm getting java.lang.reflect.InvocationTargetException when weblogic is trying to execute my MDB. This code works in development, QA and Production environments. I'm trying to setup the code to run in my local desktop. This code was written by another developer that is no longer with the company.
I'm running Weblogic 10 with jdk150_11. I've re-compiled the code with jdk150_11 as well. I've attached a debugger to the server and it looks like it's trying to invoke the ejbCreate method on the MDB as this was the value in the name field for the Method object.
Can someone point me in the right direction to see how to troubleshoot this issue?