ClassNotFoundException in JMS MessageListener
I am using Weblogic 10.3 in development mode trying to test a JMS message listener. The message event is passed to the listener which tries to load a class within the application but the class is not found. It appears whatever the message listener is running under, JMS Server I assume, does not have the deployed application in it's path. I am deploying the application from Eclipse (weblogic workshop 10.3) to the local server on my workstation. I must be missing a setup step within JMS since it cannot find the classes from the deployed application. Has anyone run into this problem?
0