1

How would go about tracing down a method invocation from webwork.util.InjectionUtils in OpenSymphony Webworks? (I realize that this is an outdated project, but I'm still required to use it)

I'm getting an method that is throwing an exception and I'm not sure how to catch the exception or to prevent it from bailing because of it.

Roman C
  • 49,761
  • 33
  • 66
  • 176
monksy
  • 14,156
  • 17
  • 75
  • 124

1 Answers1

-1

The solution to this was to investigate potential invoking points, and to track down the component that was doing the invoking.

monksy
  • 14,156
  • 17
  • 75
  • 124
  • how did you do that? could you elaborate a bit? – warren Sep 10 '12 at 18:41
  • Sorry I couldn't go into detail at the time, but the approach was a shotgun approach to find the exact invoker. Its not the quickest way, but it certainly worked. – monksy Sep 10 '12 at 18:43