For those of you who are reading this post about using Inline::Java with
Catalyst, the following is provided so the issue's resolution is shared.
Patrick asked me to create a debug dump by adding the option DEBUG => 5. I
added the option and created the dump, which was huge (6Mb+). I forwarded t
Tom,
I don't know anything about Catalyst, but my guess is that it puts your
code into some
autogenerated namespace, and that why you can't find your methods.
If you set the DEBUG Inline::Java option to 5, you should get a lot of
output that should tell
you where the methodds are being bound. If