Error when setting JMS Destination for Agile PLM Content Services (cannot instantiate class)
Before creating the destination I did the following setup and testing.
1.) Created a JMS on the Weblogic Server
2.) Created a Jdeveloper BPEL Project and successfully put a message into the JMS queue
Here are the details for the new destination I am creating.
1.) Protocol = JMS
2.) Provider Context Factory = weblogic.jndi.WLInitialContextFactory
* this is the one that seems to be the cause of the error
3.) Connection Factory = jmstest/jmstest-cp
* this is my JNDI name for the connection pool
4.) Default Provider URL = t3://10.16.131.110:7001
* this is the URL for the Weblogic server
5.) Destination Name = jms/queueout
* this is the JNDI name for the queue
2.) Created a Jdeveloper BPEL Project and successfully put a message into the JMS queue
Here are the details for the new destination I am creating.
1.) Protocol = JMS
2.) Provider Context Factory = weblogic.jndi.WLInitialContextFactory
* this is the one that seems to be the cause of the error
3.) Connection Factory = jmstest/jmstest-cp
* this is my JNDI name for the connection pool
4.) Default Provider URL = t3://10.16.131.110:7001
* this is the URL for the Weblogic server
5.) Destination Name = jms/queueout
* this is the JNDI name for the queue
0