Custom module deployment - error on run "Could not load class through DI framework"

Options

I have just deployed a new custom application using BOF. The module deployed fine, and it runs, but when it's triggered by the JMS, I get a ClassNotFoundException and the message "Could not load class through DI framework, trying to load it by conventional means". What is this? I looked up DI and it is Dependency Injection. Is this harmless or something I need to put into my code to load? I'm not familiar with it and have never seen it when implementing modules previously.

Comments

  • You can also deploy JAR files by putting in the java_method directory under JMS. Maybe this is the "conventional means" they are referring to.